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-27T05:22:40.740Z||main|||||INFO|500||The following profiles are active: basic 2022-11-27T05:22:52.069Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-27T05:22:52.069Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-27T05:22:52.181Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-27T05:22:56.358Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-27T05:22:56.737Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-27T05:22:57.207Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-27T05:22:57.213Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-27T05:22:57.331Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-27T05:22:57.628Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-27T05:22:58.179Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-27T05:23:00.270Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-27T05:23:02.598Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-27T05:23:02.655Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-27T05:23:03.265Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-27T05:23:03.509Z||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-27T05:23:04.708Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-27T05:23:05.824Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-27T05:23:05.845Z||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$$30e71889.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-27T05:23:05.845Z||main|||||WARN|500||The sdc end point is not alive 2022-11-27T05:23:09.076Z||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-27T05:23:11.889Z||main|||||WARN|500||--- 2022-11-27T05:23:11.889Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-27T05:23:11.890Z||main|||||WARN|500||--- 2022-11-27T05:23:12.408Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-27T05:23:17.610Z||main|||||INFO|500||Started Application in 40.048 seconds (JVM running for 42.245) 2022-11-27T05:23:17.628Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-27T05:23:17.629Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-27T05:23:17.641Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-27T05:23:17.668Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-27T05:23:17.738Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d44f4d72-0d3a-4769-9ec9-a6edbd499d8b url= /sdc/v1/artifactTypes 2022-11-27T05:23:17.738Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-27T05:23:18.026Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-27T05:23:18.052Z||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-27T05:23:18.074Z||scheduling-1|||||DEBUG|500||create keys 2022-11-27T05:23:18.082Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-27T05:23:18.145Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:23:18.163Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8d95ef79-7266-4097-980d-5ec2c4fa7343 url= /sdc/v1/registerForDistribution 2022-11-27T05:23:18.346Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8d95ef79-7266-4097-980d-5ec2c4fa7343 url= /sdc/v1/registerForDistribution 2022-11-27T05:23:18.347Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-27T05:23:18.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:23:18.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:23:18.363Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-27T05:23:18.368Z||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-27T05:23:18.368Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:23:18.376Z||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-27T05:23:18.377Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:23:28.853Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:23:28.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:24:18.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:24:18.356Z||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-27T05:24:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:24:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:24:18.356Z||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-27T05:24:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:24:27.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:24:27.942Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:25:18.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:25:18.355Z||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-27T05:25:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:25:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:25:18.357Z||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-27T05:25:18.359Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:25:27.941Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:25:27.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:26:18.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:26:18.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:26:18.359Z||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-27T05:26:18.359Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:26:18.359Z||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-27T05:26:18.360Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:26:27.936Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:26:27.942Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:27:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:27:18.355Z||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-27T05:27:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:27:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:27:18.357Z||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-27T05:27:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:27:27.919Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:27:27.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:28:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:28:18.355Z||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-27T05:28:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:28:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:28:18.356Z||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-27T05:28:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:28:27.916Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:28:27.921Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:29:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:29:18.355Z||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-27T05:29:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:29:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:29:18.356Z||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-27T05:29:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:29:27.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:29:27.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:30:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:30:18.355Z||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-27T05:30:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:30:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:30:18.357Z||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-27T05:30:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:30:27.923Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:30:27.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:31:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:31:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:31:18.357Z||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-27T05:31:18.357Z||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-27T05:31:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:31:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:31:27.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:31:27.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:32:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:32:18.355Z||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-27T05:32:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:32:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:32:18.356Z||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-27T05:32:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:32:27.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:32:27.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:32:50.120Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-27T05:33:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:33:18.355Z||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-27T05:33:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:33:18.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:33:18.360Z||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-27T05:33:18.360Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:33:27.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:33:27.933Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:34:18.359Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:34:18.364Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:34:18.365Z||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-27T05:34:18.365Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:34:18.365Z||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-27T05:34:18.366Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:34:27.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:34:27.984Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:35:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:35:18.355Z||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-27T05:35:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:35:18.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:35:18.357Z||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-27T05:35:18.358Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:35:27.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:35:27.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:36:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:36:18.355Z||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-27T05:36:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:36:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:36:18.356Z||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-27T05:36:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:36:27.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:36:27.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:37:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:37:18.355Z||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-27T05:37:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:37:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:37:18.356Z||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-27T05:37:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:37:27.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:37:27.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:38:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:38:18.355Z||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-27T05:38:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:38:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:38:18.356Z||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-27T05:38:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:38:27.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:38:27.939Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:39:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:39:18.355Z||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-27T05:39:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:39:18.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:39:18.356Z||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-27T05:39:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:39:27.922Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:39:27.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:40:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:40:18.355Z||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-27T05:40:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:40:18.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:40:18.357Z||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-27T05:40:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:40:27.940Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:40:27.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:41:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:41:18.355Z||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-27T05:41:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:41:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:41:18.356Z||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-27T05:41:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:41:27.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:41:27.918Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:42:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:42:18.356Z||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-27T05:42:18.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:42:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:42:18.356Z||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-27T05:42:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:42:27.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:42:27.931Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:43:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:43:18.356Z||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-27T05:43:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:43:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:43:18.356Z||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-27T05:43:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:43:27.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:43:27.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:44:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:44:18.355Z||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-27T05:44:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:44:18.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:44:18.356Z||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-27T05:44:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:44:27.928Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:44:27.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:45:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:45:18.355Z||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-27T05:45:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:45:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:45:18.357Z||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-27T05:45:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:45:27.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:45:27.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:46:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:46:18.354Z||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-27T05:46:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:46:18.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:46:18.356Z||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-27T05:46:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:46:27.937Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:46:27.937Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:47:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:47:18.355Z||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-27T05:47:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:47:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:47:18.356Z||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-27T05:47:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:47:27.967Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:47:27.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:48:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:48:18.355Z||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-27T05:48:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:48:18.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:48:18.357Z||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-27T05:48:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:48:27.909Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:48:27.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:49:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:49:18.355Z||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-27T05:49:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:49:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:49:18.357Z||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-27T05:49:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:49:27.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:49:27.917Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:50:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:50:18.355Z||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-27T05:50:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:50:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:50:18.356Z||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-27T05:50:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:50:27.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:50:27.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:51:18.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:51:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:51:18.360Z||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-27T05:51:18.360Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:51:18.360Z||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-27T05:51:18.360Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:51:27.922Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:51:27.927Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:52:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:52:18.355Z||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-27T05:52:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:52:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:52:18.356Z||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-27T05:52:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:52:27.919Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:52:27.920Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:53:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:53:18.355Z||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-27T05:53:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:53:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:53:18.356Z||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-27T05:53:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:53:27.917Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:53:27.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:54:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:54:18.355Z||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-27T05:54:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:54:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:54:18.357Z||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-27T05:54:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:54:27.903Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:54:27.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:55:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:55:18.356Z||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-27T05:55:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:55:18.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:55:18.357Z||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-27T05:55:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:55:27.914Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:55:27.928Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:56:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:56:18.355Z||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-27T05:56:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:56:18.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:56:18.357Z||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-27T05:56:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:56:27.912Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:56:27.920Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:57:18.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:57:18.355Z||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-27T05:57:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:57:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:57:18.357Z||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-27T05:57:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:57:27.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:57:27.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:58:18.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:58:18.355Z||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-27T05:58:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:58:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:58:18.356Z||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-27T05:58:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:58:27.914Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:58:27.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:59:18.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:59:18.355Z||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-27T05:59:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:59:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T05:59:18.357Z||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-27T05:59:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T05:59:27.927Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T05:59:27.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:00:18.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:00:18.355Z||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-27T06:00:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:00:18.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:00:18.356Z||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-27T06:00:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:00:27.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:00:27.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:01:18.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:01:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:01:18.357Z||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-27T06:01:18.357Z||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-27T06:01:18.358Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:01:18.358Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:01:27.915Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:01:27.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:02:18.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:02:18.355Z||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-27T06:02:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:02:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:02:18.357Z||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-27T06:02:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:02:27.917Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:02:27.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:03:18.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:03:18.355Z||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-27T06:03:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:03:18.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:03:18.356Z||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-27T06:03:18.358Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:03:27.917Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:03:27.921Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:04:18.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:04:18.355Z||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-27T06:04:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:04:18.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:04:18.356Z||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-27T06:04:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:04:27.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:04:27.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:05:18.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:05:18.355Z||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-27T06:05:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:05:18.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:05:18.356Z||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-27T06:05:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:05:27.941Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:05:27.941Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:06:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:06:18.355Z||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-27T06:06:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:06:18.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:06:18.357Z||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-27T06:06:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:06:27.931Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:06:27.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:07:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:07:18.355Z||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-27T06:07:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:07:18.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:07:18.356Z||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-27T06:07:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:07:27.916Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:07:27.946Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:08:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:08:18.355Z||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-27T06:08:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:08:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:08:18.356Z||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-27T06:08:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:08:27.921Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:08:27.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:09:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:09:18.355Z||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-27T06:09:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:09:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:09:18.356Z||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-27T06:09:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:09:27.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:09:27.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:10:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:10:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:10:18.358Z||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-27T06:10:18.358Z||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-27T06:10:18.358Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:10:18.358Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:10:27.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:10:27.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:11:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:11:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:11:18.356Z||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-27T06:11:18.357Z||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-27T06:11:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:11:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:11:27.916Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:11:27.924Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:12:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:12:18.355Z||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-27T06:12:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:12:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:12:18.356Z||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-27T06:12:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:12:27.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:12:27.912Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:13:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:13:18.355Z||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-27T06:13:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:13:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:13:18.357Z||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-27T06:13:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:13:27.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:13:27.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:14:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:14:18.355Z||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-27T06:14:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:14:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:14:18.356Z||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-27T06:14:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:14:27.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:14:27.929Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:15:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:15:18.355Z||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-27T06:15:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:15:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:15:18.356Z||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-27T06:15:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:15:27.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:15:27.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:16:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:16:18.356Z||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-27T06:16:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:16:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:16:18.356Z||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-27T06:16:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:16:27.942Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:16:27.957Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:17:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:17:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:17:18.356Z||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-27T06:17:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:17:18.356Z||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-27T06:17:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:17:27.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:17:27.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:18:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:18:18.357Z||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-27T06:18:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:18:18.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:18:18.359Z||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-27T06:18:18.359Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:18:27.987Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:18:27.997Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:19:18.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:19:18.355Z||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-27T06:19:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:19:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:19:18.356Z||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-27T06:19:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:19:27.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:19:27.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:20:18.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:20:18.355Z||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-27T06:20:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:20:18.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:20:18.356Z||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-27T06:20:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:20:27.943Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:20:27.945Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:21:18.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:21:18.355Z||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-27T06:21:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:21:18.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:21:18.356Z||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-27T06:21:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:21:28.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:21:28.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:22:18.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:22:18.355Z||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-27T06:22:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:22:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:22:18.356Z||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-27T06:22:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:22:27.980Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:22:27.983Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:18.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:23:18.355Z||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-27T06:23:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:23:18.356Z||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-27T06:23:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:19.041Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:19.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:19.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"77fc6f1a-1397-444f-aa28-f987e3b8949e","serviceName":"vFW 2022-11-27 06-21-12","serviceVersion":"1.0","serviceUUID":"65cf1b6e-270a-42ce-b7c3-9ed7fc944715","serviceDescription":"catalog service description","serviceInvariantUUID":"8696b347-48cf-409a-a674-52e3639053c7","resources":[{"resourceInstanceName":"vFW 6d64e3bb-06b7 0","resourceName":"vFW 6d64e3bb-06b7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c6bab57-d254-4b13-8930-de9fe1fab5fb","resourceInvariantUUID":"d93d4184-44d2-497e-95af-d5975d945fb2","resourceCustomizationUUID":"a483db87-f6dc-4add-949d-56e33ecdb719","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml","artifactChecksum":"ZmZlYWE0OWE1ZmI2N2M2ZTViNzg3ZTQyY2M5MGMxMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"adaa6334-ac98-4909-95d3-f9d5284e5135","artifactVersion":"1"},{"artifactName":"vfw6d64e3bb06b70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json","artifactChecksum":"Yzc5YThlY2E2MWNhNTUxODNhMDFlZjkxOTcxNjI5OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d4d80b06-f2ed-4bc7-9d91-afc88dd7d326","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml","artifactChecksum":"ZTk5YTc4ZmJmODY2YzIxZGZhZjAzZjE3MzZhYjRlMTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4abbbd62-d8ac-4e54-b4ea-f6a2c34d9f11","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b089d494-7214-4c60-a7c2-59d86226a1a4","artifactVersion":"2","generatedFromUUID":"ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221127062112-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml","artifactChecksum":"NDVlMWViMDY2MTBjODk4M2E3NjNiYWU1OTM1ZWZlM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"affa9e19-256c-4901-bf2f-5794a2b7b8cb","artifactVersion":"1"},{"artifactName":"service-Vfw20221127062112-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar","artifactChecksum":"ZDVhNTgxY2M5ZDkwNzBmMjhkNDU4MGQ2NDg2NTA4NWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7675d5a3-e12a-4441-9db3-a49471de265e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-27T06:23:19.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "ves-openapi-manager", "timestamp": 1669530149524, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.061Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:23:19.071Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:19.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530152863, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "ves-openapi-manager", "timestamp": 1669530149524, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530152863, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "ves-openapi-manager", "timestamp": 1669530149524, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "cds", "timestamp": 1669530154231, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530152863, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "multicloud-k8s-id", "timestamp": 1669530155940, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "ves-openapi-manager", "timestamp": 1669530149524, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "cds", "timestamp": 1669530154231, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530152863, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "multicloud-k8s-id", "timestamp": 1669530155940, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json", "status": "NOTIFIED" } 2022-11-27T06:23:19.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "ves-openapi-manager", "timestamp": 1669530149524, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "cds", "timestamp": 1669530154231, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530152863, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "multicloud-k8s-id", "timestamp": 1669530155940, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-27T06:23:19.089Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:19.089Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530198354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "ves-openapi-manager", "timestamp": 1669530149524, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "cds", "timestamp": 1669530154231, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530152863, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "multicloud-k8s-id", "timestamp": 1669530155940, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "ves-openapi-manager", "timestamp": 1669530149524, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "cds", "timestamp": 1669530154231, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530152863, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:23:19.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "multicloud-k8s-id", "timestamp": 1669530155940, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-27T06:23:19.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "cds", "timestamp": 1669530154231, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "multicloud-k8s-id", "timestamp": 1669530155940, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "cds", "timestamp": 1669530154231, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:23:19.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530161122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:23:19.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:23:19.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "multicloud-k8s-id", "timestamp": 1669530155940, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:23:19.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "cds", "timestamp": 1669530162154, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:23:19.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:23:19.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "multicloud-k8s-id", "timestamp": 1669530163826, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T06:23:19.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:23:19.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "cds", "timestamp": 1669530163174, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-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-27T06:23:19.189Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-11-27T06:23:19.194Z||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-27T06:23:19.195Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:19.219Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:19.220Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-27T06:23:19.293Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77fc6f1a-1397-444f-aa28-f987e3b8949e 2022-11-27T06:23:19.313Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77fc6f1a-1397-444f-aa28-f987e3b8949e 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-27T06:23:19.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "multicloud-k8s-id", "timestamp": 1669530164917, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T06:23:19.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:23:19.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "multicloud-k8s-id", "timestamp": 1669530165999, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-27T06:23:19.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:23:19.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "multicloud-k8s-id", "timestamp": 1669530167133, "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-27T06:23:19.357Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77fc6f1a-1397-444f-aa28-f987e3b8949e 2022-11-27T06:23:19.358Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77fc6f1a-1397-444f-aa28-f987e3b8949e 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-27T06:23:19.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530166831, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:23:19.370Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:23:19.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "multicloud-k8s-id", "timestamp": 1669530168138, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json", "status": "DEPLOY_OK" } 2022-11-27T06:23:19.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:23:19.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530167842, "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-27T06:23:19.377Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77fc6f1a-1397-444f-aa28-f987e3b8949e 2022-11-27T06:23:19.377Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77fc6f1a-1397-444f-aa28-f987e3b8949e 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-27T06:23:19.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "aai-ml", "timestamp": 1669530171376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "aai-ml", "timestamp": 1669530171376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "aai-ml", "timestamp": 1669530171376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "aai-ml", "timestamp": 1669530171376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "aai-ml", "timestamp": 1669530171376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "aai-ml", "timestamp": 1669530171376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:19.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "aai-ml", "timestamp": 1669530171376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:23:19.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:23:19.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "aai-ml", "timestamp": 1669530179270, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:23:19.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:23:19.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "aai-ml", "timestamp": 1669530194281, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:23:19.395Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:23:19.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:23:19.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "aai-ml", "timestamp": 1669530195288, "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-27T06:23:19.406Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77fc6f1a-1397-444f-aa28-f987e3b8949e 2022-11-27T06:23:19.407Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77fc6f1a-1397-444f-aa28-f987e3b8949e 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-27T06:23:20.101Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:23:20.105Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:20.108Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:20.108Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530198354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json", "status": "NOTIFIED" } 2022-11-27T06:23:20.208Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:23:20.210Z||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-27T06:23:20.210Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:20.228Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:20.228Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:23:21.108Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:23:21.109Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:21.111Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:21.111Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530198354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-27T06:23:21.211Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:23:21.212Z||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-27T06:23:21.213Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:21.227Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:21.227Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:23:22.112Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:23:22.112Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:22.114Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:22.114Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530198354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:22.215Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:23:22.216Z||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-27T06:23:22.216Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:22.231Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:22.232Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:23:23.115Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:23:23.116Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:23.117Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:23.118Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530198354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-27T06:23:23.218Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:23:23.219Z||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-27T06:23:23.219Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:23.238Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:23.238Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:23:24.118Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:23:24.119Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:24.121Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:24.121Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530198354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:23:24.221Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:23:24.222Z||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-27T06:23:24.222Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:24.237Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:24.238Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:23:25.121Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:23:25.122Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:25.124Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:25.124Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530198354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:23:25.224Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:23:25.225Z||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-27T06:23:25.226Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:25.241Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:25.241Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:23:26.126Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "serviceName": "vFW 2022-11-27 06-21-12", "serviceVersion": "1.0", "serviceUUID": "65cf1b6e-270a-42ce-b7c3-9ed7fc944715", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8696b347-48cf-409a-a674-52e3639053c7", "resources": [ { "resourceInstanceName": "vFW 6d64e3bb-06b7 0", "resourceCustomizationUUID": "a483db87-f6dc-4add-949d-56e33ecdb719", "resourceName": "vFW 6d64e3bb-06b7", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8c6bab57-d254-4b13-8930-de9fe1fab5fb", "resourceInvariantUUID": "d93d4184-44d2-497e-95af-d5975d945fb2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw6d64e3bb06b70_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json", "artifactChecksum": "Yzc5YThlY2E2MWNhNTUxODNhMDFlZjkxOTcxNjI5OTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d4d80b06-f2ed-4bc7-9d91-afc88dd7d326", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b089d494-7214-4c60-a7c2-59d86226a1a4", "generatedFromUUID": "ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b089d494-7214-4c60-a7c2-59d86226a1a4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221127062112-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "artifactChecksum": "ZDVhNTgxY2M5ZDkwNzBmMjhkNDU4MGQ2NDg2NTA4NWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7675d5a3-e12a-4441-9db3-a49471de265e" } ], "workloadContext": "Production" } 2022-11-27T06:23:26.127Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-27T06:23:26.127Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 65cf1b6e-270a-42ce-b7c3-9ed7fc944715 ASDC 2022-11-27T06:23:26.314Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:77fc6f1a-1397-444f-aa28-f987e3b8949e ServiceName:vFW 2022-11-27 06-21-12 ServiceVersion:1.0 ServiceUUID:65cf1b6e-270a-42ce-b7c3-9ed7fc944715 ServiceInvariantUUID:8696b347-48cf-409a-a674-52e3639053c7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221127062112-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar ArtifactUUID:7675d5a3-e12a-4441-9db3-a49471de265e ArtifactChecksum:ZDVhNTgxY2M5ZDkwNzBmMjhkNDU4MGQ2NDg2NTA4NWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 6d64e3bb-06b7 0 ResourceCustomizationUUID:a483db87-f6dc-4add-949d-56e33ecdb719 ResourceInvariantUUID:d93d4184-44d2-497e-95af-d5975d945fb2 ResourceName:vFW 6d64e3bb-06b7 ResourceType:VF ResourceUUID:8c6bab57-d254-4b13-8930-de9fe1fab5fb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw6d64e3bb06b70_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json ArtifactUUID:d4d80b06-f2ed-4bc7-9d91-afc88dd7d326 ArtifactChecksum:Yzc5YThlY2E2MWNhNTUxODNhMDFlZjkxOTcxNjI5OTM= 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/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml ArtifactUUID:ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f 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/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env ArtifactUUID:b089d494-7214-4c60-a7c2-59d86226a1a4 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/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env ArtifactUUID:b089d494-7214-4c60-a7c2-59d86226a1a4 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-27T06:23:26.316Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65cf1b6e-270a-42ce-b7c3-9ed7fc944715 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-27T06:23:26.385Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T06:23:26.386Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-27T06:23:26.387Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-27T06:23:26.387Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7675d5a3-e12a-4441-9db3-a49471de265e from URL: /sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:26.387Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-27T06:23:26.388Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:26.546Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-27T06:23:26.564Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar 7675d5a3-e12a-4441-9db3-a49471de265e 101536 2022-11-27T06:23:26.566Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar ASDC sendASDCNotification 2022-11-27T06:23:26.566Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:26.567Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:23:26.568Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:26.570Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:26.570Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530206565, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:23:26.671Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:23:26.673Z||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-27T06:23:26.673Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:26.687Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:26.688Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:23:27.571Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T06:23:27.572Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-27T06:23:27.573Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7675d5a3-e12a-4441-9db3-a49471de265e, URL: /sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar to file: /app/ASDC/1/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:27.574Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221127062112-csar.csar 2022-11-27T06:23:27.666Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:27.666Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:28.387Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4849950610712277106/Definitions/service-Vfw20221127062112-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_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2022-11-27T06:23:31.423Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-27T06:23:31.428Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-27T06:23:31.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:31.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-27T06:23:31.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:31.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:31.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:31.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:31.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:31.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:31.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:31.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:31.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:31.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6d64e3bb-06b7 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-Vfw20221127062112-csar.csar 2022-11-27T06:23:31.431Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:31.431Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-27T06:23:31.437Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.438Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:31.442Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria 2022-11-27T06:23:31.442Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-27T06:23:31.444Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T06:23:31.446Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.446Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:31.446Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria 2022-11-27T06:23:31.446Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-27T06:23:31.446Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T06:23:31.447Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.447Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:31.450Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.450Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is not matching search criteria 2022-11-27T06:23:31.451Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-27T06:23:31.451Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-27T06:23:31.451Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-27T06:23:31.451Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:31.451Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-27T06:23:31.452Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-27T06:23:31.452Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-27T06:23:31.452Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-27T06:23:31.452Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-27T06:23:31.452Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-27T06:23:31.453Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:31.453Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-27T06:23:31.453Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:31.453Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-27T06:23:31.453Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-27T06:23:31.454Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-27T06:23:31.454Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.454Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-27T06:23:31.455Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.456Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria 2022-11-27T06:23:31.456Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:23:31.456Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.456Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria 2022-11-27T06:23:31.457Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:23:31.457Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.457Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria 2022-11-27T06:23:31.457Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:23:31.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is not matching search criteria 2022-11-27T06:23:31.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-27T06:23:31.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-27T06:23:31.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-27T06:23:31.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-27T06:23:31.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-27T06:23:31.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-27T06:23:31.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:31.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-27T06:23:31.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:31.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-27T06:23:31.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-27T06:23:31.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6739beb-37d1-4175-b3e9-6d01289fe19e 2022-11-27T06:23:31.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.461Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is not matching search criteria 2022-11-27T06:23:31.461Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-27T06:23:31.461Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-27T06:23:31.461Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-27T06:23:31.461Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:31.462Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-27T06:23:31.462Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-27T06:23:31.462Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-27T06:23:31.462Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-27T06:23:31.462Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-27T06:23:31.463Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:31.463Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-27T06:23:31.463Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-27T06:23:31.463Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=94f43934-b570-4bb5-863e-a687d58f8b56 2022-11-27T06:23:31.463Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.464Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is not matching search criteria 2022-11-27T06:23:31.464Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-27T06:23:31.464Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-27T06:23:31.464Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-27T06:23:31.465Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:31.465Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-27T06:23:31.465Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-27T06:23:31.465Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-27T06:23:31.465Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-27T06:23:31.465Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-27T06:23:31.466Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-27T06:23:31.466Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:31.466Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-27T06:23:31.466Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee0cc367-b1b4-4296-8307-98243d03b6a2 2022-11-27T06:23:31.466Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.467Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:31.467Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.467Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:31.467Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.467Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:31.468Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:31.468Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:31.468Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-27 06-21-12 Description:catalog service description Model UUID:65cf1b6e-270a-42ce-b7c3-9ed7fc944715 Model Version:NULL Model InvariantUuid:8696b347-48cf-409a-a674-52e3639053c7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 6d64e3bb-06b7 Model UUID:046d123a-959b-4423-8d65-1e48849d7ba4 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d93d4184-44d2-497e-95af-d5975d945fb2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a483db87-f6dc-4add-949d-56e33ecdb719 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2f6fec94-00b8-4ea5-8bbd-f6712e22cbf4 ModelName:Vfw6d64e3bb06b7..base_vfw..module-0 ModelUuid:191bf8be-8916-49ec-b95a-319d05b479e0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b6739beb-37d1-4175-b3e9-6d01289fe19e ModelInvariantUuid:8ee9a008-21d4-48a9-ae38-c6b648e0df76 ModelName:vFW 6d64e3bb-06b7-nodes.vfwCvfc ModelUuid:2a2546f9-5275-4ddb-9911-aca8e2303dd6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b56aa5cc-835e-4d4c-b42d-62b1e267a77c ModelInvariantUuid:996c0421-a866-4c7e-9d7a-39d0f0007e6e ModelName:Vfw6d64e3bb06b7.compute.nodes.heat.vfw ModelUuid:a9ae258c-600a-420d-89fc-a6e98d4d9368 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:94f43934-b570-4bb5-863e-a687d58f8b56 ModelInvariantUuid:03401b26-28be-4c30-824b-672ac3a5aea9 ModelName:vFW 6d64e3bb-06b7-nodes.vsnCvfc ModelUuid:07ab40f5-62c0-476f-9b79-31e809d5b15c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:26379827-6028-415b-9d01-79b90700841a ModelInvariantUuid:84277a56-324b-4bf1-a400-961d10ce6b19 ModelName:Vfw6d64e3bb06b7.compute.nodes.heat.vsn ModelUuid:518e0a97-1662-47df-96b9-73189cd9b645 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ee0cc367-b1b4-4296-8307-98243d03b6a2 ModelInvariantUuid:e55b934c-9960-4de3-8319-6e6f8a95576b ModelName:vFW 6d64e3bb-06b7-nodes.vpgCvfc ModelUuid:b7e1505f-3f43-45d8-9601-67a4a5ded8b4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:ba566fe3-063f-4db3-9022-24b38a27caf3 ModelInvariantUuid:5b84b1aa-e17c-4a9b-b406-cb462ae0666a ModelName:Vfw6d64e3bb06b7.compute.nodes.heat.vpg ModelUuid:170fb5fb-3e89-49e0-8ee0-8b950630a706 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-27T06:23:31.487Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c6bab57-d254-4b13-8930-de9fe1fab5fb 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-27T06:23:31.594Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||vFW 6d64e3bb-06b7 0 2022-11-27T06:23:31.600Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c6bab57-d254-4b13-8930-de9fe1fab5fb 2022-11-27T06:23:31.601Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d4d80b06-f2ed-4bc7-9d91-afc88dd7d326 from URL: /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json 2022-11-27T06:23:31.601Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-27T06:23:31.601Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json 2022-11-27T06:23:31.685Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-27T06:23:31.686Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json d4d80b06-f2ed-4bc7-9d91-afc88dd7d326 785 2022-11-27T06:23:31.686Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json ASDC sendASDCNotification 2022-11-27T06:23:31.687Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json 2022-11-27T06:23:31.687Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:23:31.687Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:31.690Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:31.690Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530211686, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T06:23:31.790Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:23:31.792Z||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-27T06:23:31.792Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:31.816Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:31.817Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:23:32.692Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6d64e3bb06b7..base_vfw..module-0", "vfModuleModelInvariantUUID": "2f6fec94-00b8-4ea5-8bbd-f6712e22cbf4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "191bf8be-8916-49ec-b95a-319d05b479e0", "vfModuleModelCustomizationUUID": "003f05c1-c946-4e2c-a5ec-fab211289805", "isBase": true, "artifacts": [ "ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f", "b089d494-7214-4c60-a7c2-59d86226a1a4" ], "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-27T06:23:32.705Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6d64e3bb06b7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:191bf8be-8916-49ec-b95a-319d05b479e0 VfModuleModelInvariantUUID:2f6fec94-00b8-4ea5-8bbd-f6712e22cbf4 VfModuleModelDescription:NULL Artifacts UUID List:{ ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f , b089d494-7214-4c60-a7c2-59d86226a1a4 } 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-27T06:23:32.708Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6d64e3bb06b7..base_vfw..module-0", "vfModuleModelInvariantUUID": "2f6fec94-00b8-4ea5-8bbd-f6712e22cbf4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "191bf8be-8916-49ec-b95a-319d05b479e0", "vfModuleModelCustomizationUUID": "003f05c1-c946-4e2c-a5ec-fab211289805", "isBase": true, "artifacts": [ "ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f", "b089d494-7214-4c60-a7c2-59d86226a1a4" ], "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-27T06:23:32.708Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6d64e3bb06b7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:191bf8be-8916-49ec-b95a-319d05b479e0 VfModuleModelInvariantUUID:2f6fec94-00b8-4ea5-8bbd-f6712e22cbf4 VfModuleModelDescription:NULL Artifacts UUID List:{ ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f , b089d494-7214-4c60-a7c2-59d86226a1a4 } 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-27T06:23:32.708Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f from URL: /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml 2022-11-27T06:23:32.708Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-27T06:23:32.709Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml 2022-11-27T06:23:32.800Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-27T06:23:32.800Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f 20368 2022-11-27T06:23:32.801Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-27T06:23:32.801Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml 2022-11-27T06:23:32.801Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:23:32.801Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:32.803Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:32.803Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530212801, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T06:23:32.904Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:23:32.905Z||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-27T06:23:32.906Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:32.932Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:32.933Z||pool-12-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:23:33.806Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b089d494-7214-4c60-a7c2-59d86226a1a4 from URL: /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env 2022-11-27T06:23:33.807Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-27T06:23:33.807Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env 2022-11-27T06:23:33.910Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-27T06:23:33.911Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env b089d494-7214-4c60-a7c2-59d86226a1a4 2098 2022-11-27T06:23:33.911Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-27T06:23:33.911Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env 2022-11-27T06:23:33.911Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:23:33.912Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:33.917Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:33.917Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530213911, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-27T06:23:34.015Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-27T06:23:34.016Z||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-27T06:23:34.017Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:34.046Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:34.047Z||pool-13-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:23:34.918Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 65cf1b6e-270a-42ce-b7c3-9ed7fc944715 2022-11-27T06:23:34.919Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6d64e3bb-06b7 0 8c6bab57-d254-4b13-8930-de9fe1fab5fb 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-27T06:23:34.966Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d9225d1, org.onap.sdc.toscaparser.api.parameters.Input@8e5de94, org.onap.sdc.toscaparser.api.parameters.Input@787f063e, org.onap.sdc.toscaparser.api.parameters.Input@79ec1276, org.onap.sdc.toscaparser.api.parameters.Input@52c0c37] 2022-11-27T06:23:34.970Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:34.970Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:34.971Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-27T06:23:34.971Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a483db87-f6dc-4add-949d-56e33ecdb719 2022-11-27T06:23:34.971Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a483db87-f6dc-4add-949d-56e33ecdb719 matches Tosca VF Customization UUID: a483db87-f6dc-4add-949d-56e33ecdb719 2022-11-27T06:23:34.971Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a483db87-f6dc-4add-949d-56e33ecdb719 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-27T06:23:34.980Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:34.980Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:34.981Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a483db87-f6dc-4add-949d-56e33ecdb719: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-27T06:23:34.982Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@626e44cd 2022-11-27T06:23:34.982Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:34.982Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-27T06:23:34.983Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 003f05c1-c946-4e2c-a5ec-fab211289805 2022-11-27T06:23:34.984Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 003f05c1-c946-4e2c-a5ec-fab211289805 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-27T06:23:34.990Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:34.990Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria 2022-11-27T06:23:34.991Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:23:34.991Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:34.992Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria 2022-11-27T06:23:34.992Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:23:34.992Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:34.992Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is not matching search criteria 2022-11-27T06:23:34.992Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-27T06:23:34.993Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-27T06:23:34.993Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-27T06:23:34.993Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-27T06:23:34.993Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-27T06:23:34.993Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-27T06:23:34.993Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:34.994Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-27T06:23:34.994Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:34.994Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-27T06:23:34.994Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-27T06:23:34.994Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6739beb-37d1-4175-b3e9-6d01289fe19e 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-27T06:23:35.007Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:35.007Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria 2022-11-27T06:23:35.007Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:23:35.007Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:35.008Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is not matching search criteria 2022-11-27T06:23:35.008Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-27T06:23:35.008Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-27T06:23:35.008Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-27T06:23:35.008Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:35.009Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-27T06:23:35.009Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-27T06:23:35.009Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-27T06:23:35.009Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-27T06:23:35.009Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-27T06:23:35.009Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:35.010Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-27T06:23:35.010Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-27T06:23:35.010Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=94f43934-b570-4bb5-863e-a687d58f8b56 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-27T06:23:35.015Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:35.015Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria 2022-11-27T06:23:35.015Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:23:35.018Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:35.018Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is not matching search criteria 2022-11-27T06:23:35.018Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-27T06:23:35.018Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-27T06:23:35.019Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-27T06:23:35.019Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:35.019Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-27T06:23:35.019Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-27T06:23:35.019Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-27T06:23:35.020Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-27T06:23:35.020Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-27T06:23:35.020Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-27T06:23:35.020Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-27T06:23:35.020Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-27T06:23:35.021Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee0cc367-b1b4-4296-8307-98243d03b6a2 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-27T06:23:35.023Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:35.023Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria 2022-11-27T06:23:35.023Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:23:35.024Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:35.024Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria 2022-11-27T06:23:35.024Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=a483db87-f6dc-4add-949d-56e33ecdb719 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-27T06:23:35.030Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:35.030Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:35.031Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 65cf1b6e-270a-42ce-b7c3-9ed7fc944715: vFW 6d64e3bb-06b7 2022-11-27T06:23:35.031Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:35.031Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:35.031Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:35.032Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:35.032Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:35.032Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:35.032Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:35.032Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:35.033Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:23:35.033Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:23:35.033Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-11-27 06-21-12 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-27T06:23:35.414Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6d64e3bb-06b7 8c6bab57-d254-4b13-8930-de9fe1fab5fb 1 ASDC deployResourceStructure 2022-11-27T06:23:35.415Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json ASDC sendASDCNotification 2022-11-27T06:23:35.415Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json 2022-11-27T06:23:35.415Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:23:35.416Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:35.417Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:35.417Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530215415, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json", "status": "DEPLOY_OK" } 2022-11-27T06:23:35.518Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:23:35.519Z||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-27T06:23:35.519Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:35.534Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:35.534Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:23:36.419Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-27T06:23:36.422Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml 2022-11-27T06:23:36.422Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:23:36.422Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:36.424Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:36.424Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530216419, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-27T06:23:36.524Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:23:36.525Z||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-27T06:23:36.525Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:36.552Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:36.552Z||pool-15-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:23:37.425Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-27T06:23:37.426Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env 2022-11-27T06:23:37.426Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:23:37.427Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:37.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:37.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530217425, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-27T06:23:37.529Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:23:37.530Z||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-27T06:23:37.530Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:37.546Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:37.547Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:23:38.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar ASDC sendASDCNotification 2022-11-27T06:23:38.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar 2022-11-27T06:23:38.431Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:23:38.431Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:23:38.433Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:23:38.433Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530218430, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:23:38.534Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-27T06:23:38.535Z||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-27T06:23:38.536Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:23:38.556Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:23:38.557Z||pool-17-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:23:39.434Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77fc6f1a-1397-444f-aa28-f987e3b8949e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:23:39.454Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77fc6f1a-1397-444f-aa28-f987e3b8949e 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-27T06:23:39.457Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:23:39.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-27T06:23:39.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-27T06:23:39.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-27T06:23:39.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:23:39.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:23:39.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:23:39.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:23:39.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:23:39.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-27T06:23:39.477Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-27T06:24:09.482Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77fc6f1a-1397-444f-aa28-f987e3b8949e 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-27T06:24:09.511Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77fc6f1a-1397-444f-aa28-f987e3b8949e and serviceModelVersionId: 65cf1b6e-270a-42ce-b7c3-9ed7fc944715 2022-11-27T06:24:09.512Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8696b347-48cf-409a-a674-52e3639053c7 2022-11-27T06:24:18.365Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:24:18.366Z||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-27T06:24:18.366Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:24:18.525Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:24:18.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:24:18.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530198354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:24:18.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:24:24.147Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8696b347-48cf-409a-a674-52e3639053c7/model-vers/model-ver/65cf1b6e-270a-42ce-b7c3-9ed7fc944715?depth=0 2022-11-27T06:24:24.254Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-27T06:24:24.726Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8696b347-48cf-409a-a674-52e3639053c7/model-vers/model-ver/65cf1b6e-270a-42ce-b7c3-9ed7fc944715?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-27T06:24:24.730Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8696b347-48cf-409a-a674-52e3639053c7/model-vers/model-ver/65cf1b6e-270a-42ce-b7c3-9ed7fc944715?depth=0|INFO|500||Invoke 2022-11-27T06:24:24.893Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8696b347-48cf-409a-a674-52e3639053c7/model-vers/model-ver/65cf1b6e-270a-42ce-b7c3-9ed7fc944715?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-27T06:24:25.207Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8696b347-48cf-409a-a674-52e3639053c7/model-vers/model-ver/65cf1b6e-270a-42ce-b7c3-9ed7fc944715?depth=0|INFO|500||InvokeReturn 2022-11-27T06:24:25.208Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8696b347-48cf-409a-a674-52e3639053c7/model-vers/model-ver/65cf1b6e-270a-42ce-b7c3-9ed7fc944715?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 06:24:23 GMT], content-length=[0], vertex-id=[196736], x-aai-txid=[2-aai-resources-221127-06:24:23:382-87985], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-27T06:24:25.209Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-11-27T06:24:25.212Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-27T06:24:25.212Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-27T06:24:25.218Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-27T06:24:25.219Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77fc6f1a-1397-444f-aa28-f987e3b8949e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-27T06:24:25.220Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-27T06:24:25.221Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:24:25.223Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:24:25.223Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530265219, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T06:24:25.323Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:24:25.324Z||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-27T06:24:25.325Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:24:25.341Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:24:25.342Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-27T06:24:26.239Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:24:26.240Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|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-27T06:24:26.240Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:24:35.856Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:25:18.354Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:25:18.355Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|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-27T06:25:18.355Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:25:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:25:18.356Z||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-27T06:25:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:25:18.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:25:18.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:25:18.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530198354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json", "status": "NOTIFIED" } 2022-11-27T06:25:18.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:25:18.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:25:18.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530198354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-27T06:25:18.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:25:18.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:25:18.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530198354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:25:18.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:25:18.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:25:18.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530198354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-27T06:25:18.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:25:18.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:25:18.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530198354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:25:18.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:25:18.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:25:18.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530198354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:25:18.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:25:18.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:25:18.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530206565, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:25:18.392Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:25:18.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:25:18.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530211686, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T06:25:18.392Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:25:18.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:25:18.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530212801, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T06:25:18.392Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:25:18.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:25:18.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530213911, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-27T06:25:18.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:25:18.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:25:18.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530215415, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json", "status": "DEPLOY_OK" } 2022-11-27T06:25:18.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:25:18.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:25:18.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530216419, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-27T06:25:18.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:25:18.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:25:18.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530217425, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-27T06:25:18.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:25:18.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:25:18.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530218430, "artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:25:18.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:25:27.961Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:26:18.354Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:26:18.355Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|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-27T06:26:18.355Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:26:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:26:18.356Z||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-27T06:26:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:26:18.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:26:18.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:26:18.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530265219, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T06:26:18.956Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:26:27.991Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:18.354Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:27:18.355Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|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-27T06:27:18.355Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:27:18.356Z||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-27T06:27:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:19.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:19.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "ves-openapi-manager", "timestamp": 1669530429524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530422862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "cds", "timestamp": 1669530424231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530422862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "ves-openapi-manager", "timestamp": 1669530429524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "cds", "timestamp": 1669530424231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "ves-openapi-manager", "timestamp": 1669530429524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530422862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "cds", "timestamp": 1669530424231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "ves-openapi-manager", "timestamp": 1669530429524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "cds", "timestamp": 1669530424231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530422862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "cds", "timestamp": 1669530424231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530422862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "ves-openapi-manager", "timestamp": 1669530429524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1669530435941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "cds", "timestamp": 1669530424231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "ves-openapi-manager", "timestamp": 1669530429524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530422862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1669530435941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json", "status": "NOTIFIED" } 2022-11-27T06:27:19.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:27:19.098Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:19.098Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:27:19.098Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e369fca5-38ba-414e-9aa6-925be4ee4eb2","serviceName":"basic_onboard_pxbwKg","serviceVersion":"1.0","serviceUUID":"b49c2294-f948-4518-8bce-c712e320e22c","serviceDescription":"service","serviceInvariantUUID":"81a9f083-c661-4a75-882f-63674647d56d","resources":[{"resourceInstanceName":"basic_onboard_pxbwKg 0","resourceName":"basic_onboard_pxbwKg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce47db1a-c14a-4804-869e-33daf65921e3","resourceInvariantUUID":"25ec83be-2486-4a8b-926b-8b5c35800072","resourceCustomizationUUID":"16613056-c2fc-4574-ab6c-dc3ae5f1906d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml","artifactChecksum":"OTJhMTA4MTc3MWJhY2ExOTE5YjdjODgwY2Q2MWQ0YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f08ea49-4ebf-4c4f-9083-bffe3c1c8baa","artifactVersion":"1"},{"artifactName":"basic_onboard_pxbwkg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json","artifactChecksum":"YTc1MTI3ZWZhZjQyNDVkZDZmN2U5ZmExYzhjYjc3MGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6611844e-cced-417a-8106-54fc82240b0e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57abbf65-e93a-4128-8f3c-674df6b53dd8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7fe1ca6f-eb6d-43c6-8bc3-5cb666a40441","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"86442e87-29ee-4cb8-91fd-832d19d040c1","artifactVersion":"2","generatedFromUUID":"57abbf65-e93a-4128-8f3c-674df6b53dd8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPxbwkg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml","artifactChecksum":"MTEwNDcwMGZjY2E3MTdiNjYxZGI0ZmRlYTk0YTQzOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ee905eae-d3c4-4bb8-887c-27740c2b47d4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPxbwkg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar","artifactChecksum":"NDUzZDczYzcxZmFjZTY0MjUyZWE5NWZmOGU2ZTg5Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fb569bec-e2d2-4241-b2d6-0a5611945b25","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-27T06:27:19.101Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:27:19.101Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:19.104Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:19.104Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530438354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:19.204Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-27T06:27:19.204Z||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-27T06:27:19.205Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:19.222Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:19.222Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:27:20.104Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:27:20.105Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:20.108Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:20.108Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530438354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json", "status": "NOTIFIED" } 2022-11-27T06:27:20.208Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:27:20.210Z||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-27T06:27:20.210Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:20.234Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:20.235Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:27:21.109Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:27:21.110Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:21.113Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:21.113Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530438354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-27T06:27:21.212Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-27T06:27:21.214Z||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-27T06:27:21.214Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:21.285Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:21.285Z||pool-21-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:27:22.114Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:27:22.115Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:22.117Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:22.117Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530438354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:22.219Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-27T06:27:22.221Z||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-27T06:27:22.221Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:22.240Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:22.241Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:27:23.119Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:27:23.120Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:23.122Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:23.122Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530438354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-27T06:27:23.222Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:27:23.223Z||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-27T06:27:23.224Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:23.240Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:23.240Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:27:24.123Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:27:24.124Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:24.126Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:24.126Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530438354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:27:24.227Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:27:24.228Z||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-27T06:27:24.228Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:24.254Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:24.254Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:27:25.127Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:27:25.128Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:25.131Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:25.131Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530438354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:27:25.231Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-27T06:27:25.233Z||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-27T06:27:25.233Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:25.257Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:25.257Z||pool-25-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:27:26.133Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "serviceName": "basic_onboard_pxbwKg", "serviceVersion": "1.0", "serviceUUID": "b49c2294-f948-4518-8bce-c712e320e22c", "serviceDescription": "service", "serviceInvariantUUID": "81a9f083-c661-4a75-882f-63674647d56d", "resources": [ { "resourceInstanceName": "basic_onboard_pxbwKg 0", "resourceCustomizationUUID": "16613056-c2fc-4574-ab6c-dc3ae5f1906d", "resourceName": "basic_onboard_pxbwKg", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ce47db1a-c14a-4804-869e-33daf65921e3", "resourceInvariantUUID": "25ec83be-2486-4a8b-926b-8b5c35800072", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_pxbwkg0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json", "artifactChecksum": "YTc1MTI3ZWZhZjQyNDVkZDZmN2U5ZmExYzhjYjc3MGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6611844e-cced-417a-8106-54fc82240b0e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "57abbf65-e93a-4128-8f3c-674df6b53dd8", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "86442e87-29ee-4cb8-91fd-832d19d040c1", "generatedFromUUID": "57abbf65-e93a-4128-8f3c-674df6b53dd8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "86442e87-29ee-4cb8-91fd-832d19d040c1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardPxbwkg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "artifactChecksum": "NDUzZDczYzcxZmFjZTY0MjUyZWE5NWZmOGU2ZTg5Zjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fb569bec-e2d2-4241-b2d6-0a5611945b25" } ], "workloadContext": "Production" } 2022-11-27T06:27:26.134Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-27T06:27:26.134Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b49c2294-f948-4518-8bce-c712e320e22c ASDC 2022-11-27T06:27:26.135Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:e369fca5-38ba-414e-9aa6-925be4ee4eb2 ServiceName:basic_onboard_pxbwKg ServiceVersion:1.0 ServiceUUID:b49c2294-f948-4518-8bce-c712e320e22c ServiceInvariantUUID:81a9f083-c661-4a75-882f-63674647d56d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardPxbwkg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar ArtifactUUID:fb569bec-e2d2-4241-b2d6-0a5611945b25 ArtifactChecksum:NDUzZDczYzcxZmFjZTY0MjUyZWE5NWZmOGU2ZTg5Zjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_pxbwKg 0 ResourceCustomizationUUID:16613056-c2fc-4574-ab6c-dc3ae5f1906d ResourceInvariantUUID:25ec83be-2486-4a8b-926b-8b5c35800072 ResourceName:basic_onboard_pxbwKg ResourceType:VF ResourceUUID:ce47db1a-c14a-4804-869e-33daf65921e3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_pxbwkg0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json ArtifactUUID:6611844e-cced-417a-8106-54fc82240b0e ArtifactChecksum:YTc1MTI3ZWZhZjQyNDVkZDZmN2U5ZmExYzhjYjc3MGQ= 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/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml ArtifactUUID:57abbf65-e93a-4128-8f3c-674df6b53dd8 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/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env ArtifactUUID:86442e87-29ee-4cb8-91fd-832d19d040c1 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/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env ArtifactUUID:86442e87-29ee-4cb8-91fd-832d19d040c1 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-27T06:27:26.135Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b49c2294-f948-4518-8bce-c712e320e22c 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-27T06:27:26.175Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T06:27:26.175Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-27T06:27:26.175Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-27T06:27:26.176Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fb569bec-e2d2-4241-b2d6-0a5611945b25 from URL: /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:26.176Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-27T06:27:26.176Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:26.274Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-27T06:27:26.278Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar fb569bec-e2d2-4241-b2d6-0a5611945b25 75684 2022-11-27T06:27:26.278Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar ASDC sendASDCNotification 2022-11-27T06:27:26.279Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:26.279Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:27:26.279Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:26.281Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:26.281Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530446278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:27:26.381Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:27:26.383Z||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-27T06:27:26.383Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:26.404Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:26.404Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:27:27.282Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T06:27:27.283Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-27T06:27:27.283Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fb569bec-e2d2-4241-b2d6-0a5611945b25, URL: /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar to file: /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:27.284Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:27.284Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:27.284Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:27.494Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2120515802735659528/Definitions/service-BasicOnboardPxbwkg-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-27T06:27:28.691Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pxbwKg 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-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:28.693Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:28.693Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-27T06:27:28.693Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:28.693Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:28.693Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria 2022-11-27T06:27:28.694Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-27T06:27:28.694Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T06:27:28.694Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:28.694Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:28.694Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria 2022-11-27T06:27:28.694Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-27T06:27:28.694Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T06:27:28.695Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:28.695Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:28.695Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:28.695Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is not matching search criteria 2022-11-27T06:27:28.695Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-27T06:27:28.695Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-27T06:27:28.696Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-27T06:27:28.696Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-27T06:27:28.696Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-27T06:27:28.696Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:28.696Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-27T06:27:28.696Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:28.697Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria 2022-11-27T06:27:28.697Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:27:28.697Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:28.697Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria 2022-11-27T06:27:28.697Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:27:28.697Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:28.698Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria 2022-11-27T06:27:28.698Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:27:28.698Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:28.698Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is not matching search criteria 2022-11-27T06:27:28.698Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-27T06:27:28.698Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-27T06:27:28.699Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=81dd7e06-17c1-40ee-90dc-49f46a4c28a8 2022-11-27T06:27:28.699Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:28.699Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:28.699Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:28.699Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:28.699Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:28.700Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:28.700Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:28.700Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:28.700Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_pxbwKg Description:service Model UUID:b49c2294-f948-4518-8bce-c712e320e22c Model Version:NULL Model InvariantUuid:81a9f083-c661-4a75-882f-63674647d56d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_pxbwKg Model UUID:7811cbda-427b-47df-8bd1-d477501e9cf5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:25ec83be-2486-4a8b-926b-8b5c35800072 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:16613056-c2fc-4574-ab6c-dc3ae5f1906d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9fa5590b-7e08-4918-80be-d98d1e0d2a7c ModelName:BasicOnboardPxbwkg..base_ubuntu18..module-0 ModelUuid:f27b027f-4c18-4e61-820f-7e330503909c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:81dd7e06-17c1-40ee-90dc-49f46a4c28a8 ModelInvariantUuid:c66f2b1e-d6c7-4c84-b78a-52208958268c ModelName:basic_onboard_pxbwKg-nodes.ubuntu18Cvfc ModelUuid:b75a14ce-1a44-4c9f-8797-d7caee65f882 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8b71f7e9-2141-4e12-b9d8-ce4b96a3fc79 ModelInvariantUuid:4d6a841d-e6ad-47b6-ab8d-1e0af5223788 ModelName:BasicOnboardPxbwkg.compute.nodes.heat.ubuntu18 ModelUuid:b8b55a9b-7e04-44fa-a90a-b813573d0a7b 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-27T06:27:28.712Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ce47db1a-c14a-4804-869e-33daf65921e3 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-27T06:27:28.716Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||basic_onboard_pxbwKg 0 2022-11-27T06:27:28.716Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce47db1a-c14a-4804-869e-33daf65921e3 2022-11-27T06:27:28.716Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6611844e-cced-417a-8106-54fc82240b0e from URL: /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json 2022-11-27T06:27:28.717Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-27T06:27:28.717Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json 2022-11-27T06:27:28.791Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-27T06:27:28.791Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json 6611844e-cced-417a-8106-54fc82240b0e 798 2022-11-27T06:27:28.792Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json ASDC sendASDCNotification 2022-11-27T06:27:28.792Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json 2022-11-27T06:27:28.792Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:27:28.792Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:28.794Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:28.795Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530448792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T06:27:28.895Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:27:28.896Z||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-27T06:27:28.896Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:28.913Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:28.913Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:27:29.795Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPxbwkg..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9fa5590b-7e08-4918-80be-d98d1e0d2a7c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f27b027f-4c18-4e61-820f-7e330503909c", "vfModuleModelCustomizationUUID": "2566b58d-0a77-4cd2-aabd-bb7b15647745", "isBase": true, "artifacts": [ "57abbf65-e93a-4128-8f3c-674df6b53dd8", "86442e87-29ee-4cb8-91fd-832d19d040c1" ], "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-27T06:27:29.801Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPxbwkg..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f27b027f-4c18-4e61-820f-7e330503909c VfModuleModelInvariantUUID:9fa5590b-7e08-4918-80be-d98d1e0d2a7c VfModuleModelDescription:NULL Artifacts UUID List:{ 57abbf65-e93a-4128-8f3c-674df6b53dd8 , 86442e87-29ee-4cb8-91fd-832d19d040c1 } 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-27T06:27:29.803Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPxbwkg..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9fa5590b-7e08-4918-80be-d98d1e0d2a7c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f27b027f-4c18-4e61-820f-7e330503909c", "vfModuleModelCustomizationUUID": "2566b58d-0a77-4cd2-aabd-bb7b15647745", "isBase": true, "artifacts": [ "57abbf65-e93a-4128-8f3c-674df6b53dd8", "86442e87-29ee-4cb8-91fd-832d19d040c1" ], "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-27T06:27:29.803Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPxbwkg..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f27b027f-4c18-4e61-820f-7e330503909c VfModuleModelInvariantUUID:9fa5590b-7e08-4918-80be-d98d1e0d2a7c VfModuleModelDescription:NULL Artifacts UUID List:{ 57abbf65-e93a-4128-8f3c-674df6b53dd8 , 86442e87-29ee-4cb8-91fd-832d19d040c1 } 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-27T06:27:29.803Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57abbf65-e93a-4128-8f3c-674df6b53dd8 from URL: /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml 2022-11-27T06:27:29.803Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-27T06:27:29.803Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml 2022-11-27T06:27:29.855Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-27T06:27:29.856Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml 57abbf65-e93a-4128-8f3c-674df6b53dd8 5033 2022-11-27T06:27:29.856Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-27T06:27:29.856Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml 2022-11-27T06:27:29.856Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:27:29.857Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:29.859Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:29.860Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530449856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T06:27:29.960Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-27T06:27:29.961Z||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-27T06:27:29.961Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:29.975Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:29.975Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:27:30.860Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 86442e87-29ee-4cb8-91fd-832d19d040c1 from URL: /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env 2022-11-27T06:27:30.861Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-27T06:27:30.861Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env 2022-11-27T06:27:30.910Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-27T06:27:30.910Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env 86442e87-29ee-4cb8-91fd-832d19d040c1 909 2022-11-27T06:27:30.911Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-27T06:27:30.911Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env 2022-11-27T06:27:30.911Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:27:30.912Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:30.913Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:30.914Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530450911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-27T06:27:31.014Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:27:31.014Z||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-27T06:27:31.015Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:31.071Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:31.072Z||pool-29-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:27:31.914Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b49c2294-f948-4518-8bce-c712e320e22c 2022-11-27T06:27:31.915Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pxbwKg 0 ce47db1a-c14a-4804-869e-33daf65921e3 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-27T06:27:31.962Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7af05783, org.onap.sdc.toscaparser.api.parameters.Input@372f5557, org.onap.sdc.toscaparser.api.parameters.Input@655a44f, org.onap.sdc.toscaparser.api.parameters.Input@2d4cf48f, org.onap.sdc.toscaparser.api.parameters.Input@55f8f2ea] 2022-11-27T06:27:31.964Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:31.964Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:31.965Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-27T06:27:31.965Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 16613056-c2fc-4574-ab6c-dc3ae5f1906d 2022-11-27T06:27:31.965Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 16613056-c2fc-4574-ab6c-dc3ae5f1906d matches Tosca VF Customization UUID: 16613056-c2fc-4574-ab6c-dc3ae5f1906d 2022-11-27T06:27:31.965Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 16613056-c2fc-4574-ab6c-dc3ae5f1906d 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-27T06:27:31.969Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:31.970Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:31.970Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 16613056-c2fc-4574-ab6c-dc3ae5f1906d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-27T06:27:31.971Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@794e4a14 2022-11-27T06:27:31.971Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:31.971Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-27T06:27:31.971Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2566b58d-0a77-4cd2-aabd-bb7b15647745 2022-11-27T06:27:31.972Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2566b58d-0a77-4cd2-aabd-bb7b15647745 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-27T06:27:31.980Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:31.980Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria 2022-11-27T06:27:31.980Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:27:31.980Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:31.981Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria 2022-11-27T06:27:31.981Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:27:31.981Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:31.981Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is not matching search criteria 2022-11-27T06:27:31.981Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-27T06:27:31.982Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-27T06:27:31.982Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=81dd7e06-17c1-40ee-90dc-49f46a4c28a8 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-27T06:27:31.989Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:31.990Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria 2022-11-27T06:27:31.990Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:27:31.990Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:31.990Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria 2022-11-27T06:27:31.991Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0] matching following query criteria: sdcType=VF, customizationUUID=16613056-c2fc-4574-ab6c-dc3ae5f1906d 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-27T06:27:31.993Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:31.994Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:31.994Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b49c2294-f948-4518-8bce-c712e320e22c: basic_onboard_pxbwKg 2022-11-27T06:27:31.995Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:31.995Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:31.995Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:31.996Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:31.996Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:31.996Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:31.997Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:31.997Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:31.998Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:27:31.998Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:27:31.998Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_pxbwKg 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-27T06:27:32.215Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pxbwKg ce47db1a-c14a-4804-869e-33daf65921e3 1 ASDC deployResourceStructure 2022-11-27T06:27:32.216Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json ASDC sendASDCNotification 2022-11-27T06:27:32.216Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json 2022-11-27T06:27:32.216Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:27:32.216Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:32.218Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:32.218Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530452216, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T06:27:32.319Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:27:32.319Z||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-27T06:27:32.320Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:32.337Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:32.338Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:27:33.219Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-27T06:27:33.220Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml 2022-11-27T06:27:33.220Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:27:33.220Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:33.222Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:33.222Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530453219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-27T06:27:33.322Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:27:33.323Z||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-27T06:27:33.323Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:33.338Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:33.339Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:27:34.223Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-27T06:27:34.223Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env 2022-11-27T06:27:34.223Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:27:34.224Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:34.226Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:34.226Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530454222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-27T06:27:34.326Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:27:34.327Z||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-27T06:27:34.327Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:34.343Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:34.343Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:27:35.227Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar ASDC sendASDCNotification 2022-11-27T06:27:35.227Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar 2022-11-27T06:27:35.227Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:27:35.227Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:27:35.229Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:27:35.229Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530455226, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:27:35.329Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:27:35.330Z||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-27T06:27:35.331Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:27:35.349Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:27:35.349Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:27:36.230Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:27:36.243Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 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-27T06:27:36.255Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:27:36.256Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-27T06:27:36.256Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-27T06:28:06.256Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:28:06.272Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 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-27T06:28:06.274Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:28:06.275Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-27T06:28:06.275Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-27T06:28:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:28:18.357Z||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-27T06:28:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:28:18.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:28:18.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:28:18.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "cds", "timestamp": 1669530424231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:28:18.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:28:36.275Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:28:36.286Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 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-27T06:28:36.288Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:28:36.289Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-27T06:28:36.289Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-27T06:29:06.289Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:29:06.300Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 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-27T06:29:06.302Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:29:06.302Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-27T06:29:06.303Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-27T06:29:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:29:18.357Z||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-27T06:29:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:29:18.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:29:18.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:29:18.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "ves-openapi-manager", "timestamp": 1669530429524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-27T06:29:18.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:29:36.303Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:29:36.321Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 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-27T06:29:36.325Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:29:36.325Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-27T06:29:36.325Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-27T06:30:06.325Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:30:06.338Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 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-27T06:30:06.340Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:30:06.340Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-27T06:30:06.340Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-27T06:30:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:30:18.358Z||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-27T06:30:18.358Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:30:18.898Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:30:18.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530422862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:30:18.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530438354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:30:18.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1669530435941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-27T06:30:18.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "cds", "timestamp": 1669530438488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:30:18.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:18.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530438640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:30:18.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:18.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530438354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json", "status": "NOTIFIED" } 2022-11-27T06:30:18.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1669530435941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:30:18.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "cds", "timestamp": 1669530439495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-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-27T06:30:18.918Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e369fca5-38ba-414e-9aa6-925be4ee4eb2 2022-11-27T06:30:18.918Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e369fca5-38ba-414e-9aa6-925be4ee4eb2 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-27T06:30:18.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530438354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-27T06:30:18.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1669530435941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-27T06:30:18.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530438354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:30:18.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1669530435941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:30:18.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530441203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:30:18.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:18.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530438354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-27T06:30:18.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1669530435941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:30:18.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "aai-ml", "timestamp": 1669530441376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:30:18.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669530442212, "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-27T06:30:18.947Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e369fca5-38ba-414e-9aa6-925be4ee4eb2 2022-11-27T06:30:18.948Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e369fca5-38ba-414e-9aa6-925be4ee4eb2 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-27T06:30:18.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530438354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:30:18.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1669530443760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T06:30:18.974Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:18.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "aai-ml", "timestamp": 1669530441376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:30:18.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530438354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:30:18.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1669530444848, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T06:30:18.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:18.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "aai-ml", "timestamp": 1669530441376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:30:18.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530446278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:30:18.977Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:18.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "aai-ml", "timestamp": 1669530441376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:30:18.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1669530446002, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-27T06:30:18.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:18.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "aai-ml", "timestamp": 1669530441376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:30:18.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:18.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:18.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1669530447035, "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-27T06:30:18.993Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e369fca5-38ba-414e-9aa6-925be4ee4eb2 2022-11-27T06:30:18.993Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e369fca5-38ba-414e-9aa6-925be4ee4eb2 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-27T06:30:19.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:19.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "aai-ml", "timestamp": 1669530441376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:30:19.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:19.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:19.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1669530448039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T06:30:19.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:19.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:19.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530448792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T06:30:19.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:19.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:19.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "aai-ml", "timestamp": 1669530441376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:30:19.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-27T06:30:19.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:19.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530449856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T06:30:19.005Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:19.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:19.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "aai-ml", "timestamp": 1669530449231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:30:19.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:19.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:19.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530450911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-27T06:30:19.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:19.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:19.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530452216, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T06:30:19.007Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:19.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:19.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530453219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-27T06:30:19.008Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:19.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:19.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530454222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-27T06:30:19.008Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:19.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:19.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530455226, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:30:19.009Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:19.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:19.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "aai-ml", "timestamp": 1669530456733, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:30:19.009Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:30:19.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:30:19.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "aai-ml", "timestamp": 1669530457738, "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-27T06:30:19.016Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e369fca5-38ba-414e-9aa6-925be4ee4eb2 2022-11-27T06:30:19.017Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e369fca5-38ba-414e-9aa6-925be4ee4eb2 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-27T06:30:36.341Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:30:36.374Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 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-27T06:30:36.385Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:30:36.386Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-27T06:30:36.386Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-27T06:30:36.386Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-27T06:30:36.386Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:30:36.387Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:30:36.387Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:30:36.387Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:30:36.387Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:30:36.387Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-27T06:30:36.401Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-27T06:31:06.402Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 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-27T06:31:06.411Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 and serviceModelVersionId: b49c2294-f948-4518-8bce-c712e320e22c 2022-11-27T06:31:06.411Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81a9f083-c661-4a75-882f-63674647d56d 2022-11-27T06:31:06.412Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0 2022-11-27T06:31:06.416Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-27T06:31:06.469Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0|INFO|500||Invoke 2022-11-27T06:31:06.470Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e369fca5-38ba-414e-9aa6-925be4ee4eb2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d1fa670a-91ab-4bc4-b26b-6ae9974e1ce5], X-ECOMP-RequestID=[e369fca5-38ba-414e-9aa6-925be4ee4eb2], X-TransactionId=[], X-ONAP-RequestID=[e369fca5-38ba-414e-9aa6-925be4ee4eb2], Content-Type=[application/merge-patch+json]} 2022-11-27T06:31:06.497Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-27T06:31:06.716Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?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/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 06:31:04 GMT], content-length=[0], vertex-id=[217216], x-aai-txid=[1-aai-resources-221127-06:31:04:945-76393], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-27T06:31:06.717Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-27T06:31:06.718Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0|INFO|500||InvokeReturn 2022-11-27T06:31:06.719Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-27T06:31:06.719Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-27T06:31:06.731Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-27T06:31:06.732Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e369fca5-38ba-414e-9aa6-925be4ee4eb2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-27T06:31:06.732Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-27T06:31:06.732Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:31:06.734Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:31:06.734Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530666732, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T06:31:06.834Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:31:06.835Z||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-27T06:31:06.835Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:31:06.859Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:31:06.859Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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-27T06:31:07.784Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:31:07.784Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T06:31:07.784Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:31:18.193Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:31:18.193Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:31:18.194Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T06:31:18.194Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:31:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:31:18.357Z||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-27T06:31:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:31:18.995Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:31:18.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-27T06:31:18.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669530666732, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T06:31:18.996Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:31:27.809Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:31:27.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:31:27.811Z||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-27T06:31:27.811Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:31:37.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:31:37.391Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:31:37.392Z||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-27T06:31:37.392Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:31:46.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:32:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:32:18.355Z||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-27T06:32:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:32:18.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:32:18.359Z||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-27T06:32:18.359Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:32:27.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:32:27.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:33:18.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:33:18.355Z||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-27T06:33:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:33:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:33:18.357Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T06:33:18.357Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:33:27.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:33:27.949Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:34:18.354Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:34:18.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:34:18.356Z||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-27T06:34:18.356Z||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-27T06:34:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:34:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:34:27.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:34:27.963Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:35:18.354Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:35:18.355Z||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-27T06:35:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:35:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:35:18.357Z||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-27T06:35:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:35:27.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:35:27.960Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:36:18.354Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:36:18.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:36:18.355Z||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-27T06:36:18.356Z||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-27T06:36:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:36:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:36:27.934Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:36:27.935Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:37:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:37:18.355Z||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-27T06:37:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:37:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:37:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T06:37:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:37:27.959Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:37:27.963Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:38:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:38:18.354Z||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-27T06:38:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:38:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:38:18.356Z||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-27T06:38:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:38:19.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:38:19.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42eaa024-1a87-41ec-9ffd-4df69052abb1","serviceDescription":"service","serviceInvariantUUID":"468096c3-d4ab-45a9-aa91-16261de807df","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"330c9562-2564-4830-8c44-3ca3f41dbadb","resourceInvariantUUID":"bd28572e-df83-4308-bc50-bfb981d69879","resourceCustomizationUUID":"bc010841-b4d5-4630-adc1-f54b5172f001","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":"ZGQ1MGEyYjM2ZTMyMTkxNTgyMTI0ZDA2ODk1ZWY3NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35e20419-2b1a-4309-9bd7-e86337450e09","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGZkZmM4OGRmYTc0YjJjYTFhNjE3MTZjYTAzMTcyMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5686431a-089d-4edd-bca2-c7bb11781220","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-27T06:38:19.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:38:19.037Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:38:19.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "ves-openapi-manager", "timestamp": 1669531049526, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:38:19.037Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:38:19.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:38:19.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531052864, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:38:19.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:38:19.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "cds", "timestamp": 1669531054231, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:38:19.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:38:19.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "ves-openapi-manager", "timestamp": 1669531049526, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-27T06:38:19.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:38:19.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531052864, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:38:19.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:38:19.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "multicloud-k8s-id", "timestamp": 1669531055940, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:38:19.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:38:19.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "cds", "timestamp": 1669531054231, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:38:19.040Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:38:19.040Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531098354, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:38:19.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:38:19.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "multicloud-k8s-id", "timestamp": 1669531055940, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:38:19.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:38:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531056872, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:38:19.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:38:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "cds", "timestamp": 1669531057099, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:38:19.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:38:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "cds", "timestamp": 1669531058130, "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-27T06:38:19.068Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 2022-11-27T06:38:19.068Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 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-27T06:38:19.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531058607, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:38:19.081Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:38:19.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531059623, "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-27T06:38:19.091Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 2022-11-27T06:38:19.091Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 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-27T06:38:19.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "aai-ml", "timestamp": 1669531071377, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:38:19.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:38:19.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "aai-ml", "timestamp": 1669531071377, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:38:19.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:38:19.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "aai-ml", "timestamp": 1669531074314, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:38:19.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:38:19.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "aai-ml", "timestamp": 1669531079000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:38:19.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:38:19.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:38:19.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "aai-ml", "timestamp": 1669531080005, "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-27T06:38:19.117Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 2022-11-27T06:38:19.117Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 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-27T06:38:19.140Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:38:19.141Z||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-27T06:38:19.141Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:38:19.183Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:38:19.183Z||pool-35-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:38:20.041Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:38:20.042Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:38:20.045Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:38:20.045Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531098354, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:38:20.145Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:38:20.146Z||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-27T06:38:20.146Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:38:20.164Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:38:20.164Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:38:21.046Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "42eaa024-1a87-41ec-9ffd-4df69052abb1", "serviceDescription": "service", "serviceInvariantUUID": "468096c3-d4ab-45a9-aa91-16261de807df", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "bc010841-b4d5-4630-adc1-f54b5172f001", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "330c9562-2564-4830-8c44-3ca3f41dbadb", "resourceInvariantUUID": "bd28572e-df83-4308-bc50-bfb981d69879", "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": "MGZkZmM4OGRmYTc0YjJjYTFhNjE3MTZjYTAzMTcyMDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5686431a-089d-4edd-bca2-c7bb11781220" } ], "workloadContext": "Production" } 2022-11-27T06:38:21.047Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-27T06:38:21.047Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42eaa024-1a87-41ec-9ffd-4df69052abb1 ASDC 2022-11-27T06:38:21.048Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:42eaa024-1a87-41ec-9ffd-4df69052abb1 ServiceInvariantUUID:468096c3-d4ab-45a9-aa91-16261de807df 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:5686431a-089d-4edd-bca2-c7bb11781220 ArtifactChecksum:MGZkZmM4OGRmYTc0YjJjYTFhNjE3MTZjYTAzMTcyMDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:bc010841-b4d5-4630-adc1-f54b5172f001 ResourceInvariantUUID:bd28572e-df83-4308-bc50-bfb981d69879 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:330c9562-2564-4830-8c44-3ca3f41dbadb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-27T06:38:21.048Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42eaa024-1a87-41ec-9ffd-4df69052abb1 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-27T06:38:21.110Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T06:38:21.111Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-27T06:38:21.111Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-27T06:38:21.111Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5686431a-089d-4edd-bca2-c7bb11781220 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-27T06:38:21.111Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-27T06:38:21.111Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-27T06:38:21.201Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-27T06:38:21.204Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5686431a-089d-4edd-bca2-c7bb11781220 57795 2022-11-27T06:38:21.204Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||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-27T06:38:21.204Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||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-27T06:38:21.204Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:38:21.205Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:38:21.207Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:38:21.207Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531101204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:38:21.307Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:38:21.308Z||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-27T06:38:21.308Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:38:21.325Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:38:21.325Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:38:22.208Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T06:38:22.209Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-27T06:38:22.209Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5686431a-089d-4edd-bca2-c7bb11781220, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-27T06:38:22.210Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-27T06:38:22.211Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-27T06:38:22.211Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-27T06:38:22.383Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16381259964940345038/Definitions/service-BasicNetwork-template.yml 2022-11-27T06:38:22.957Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-27T06:38:22.957Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||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-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||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-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||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-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||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-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||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-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||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-27T06:38:22.959Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||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-27T06:38:22.959Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-27T06:38:22.959Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:38:22.959Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:38:22.959Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-27T06:38:22.960Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-27T06:38:22.960Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T06:38:22.960Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:38:22.960Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:38:22.960Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-27T06:38:22.960Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-27T06:38:22.960Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T06:38:22.961Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:38:22.961Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:38:22.961Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:38:22.961Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:38:22.961Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:38:22.961Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:38:22.962Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:38:22.962Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:38:22.962Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:38:22.962Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:38:22.962Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:42eaa024-1a87-41ec-9ffd-4df69052abb1 Model Version:NULL Model InvariantUuid:468096c3-d4ab-45a9-aa91-16261de807df Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:bd28572e-df83-4308-bc50-bfb981d69879 Model UUID:e2b72a91-1bc4-405f-b01c-449dd6cfcfc7 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:bc010841-b4d5-4630-adc1-f54b5172f001 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-27T06:38:22.971Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 330c9562-2564-4830-8c44-3ca3f41dbadb 2022-11-27T06:38:22.971Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||No resources found for Service: 42eaa024-1a87-41ec-9ffd-4df69052abb1 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-27T06:38:22.979Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500|| 2022-11-27T06:38:22.979Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-27T06:38:22.980Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 42eaa024-1a87-41ec-9ffd-4df69052abb1 2022-11-27T06:38:22.980Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 42eaa024-1a87-41ec-9ffd-4df69052abb1 2022-11-27T06:38:22.980Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-27T06:38:22.981Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||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-27T06:38:22.990Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ab10794, org.onap.sdc.toscaparser.api.parameters.Input@210918c4, org.onap.sdc.toscaparser.api.parameters.Input@6f18826d, org.onap.sdc.toscaparser.api.parameters.Input@1964a6c1, org.onap.sdc.toscaparser.api.parameters.Input@2bdb9fde] 2022-11-27T06:38:22.992Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:38:22.992Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:38:22.993Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:38:22.993Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:38:22.993Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 42eaa024-1a87-41ec-9ffd-4df69052abb1: Generic NeutronNet 2022-11-27T06:38:22.993Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:38:22.993Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:38:22.994Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:38:22.994Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||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-27T06:38:23.052Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:38:23.053Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:38:23.053Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:38:23.053Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:38:23.053Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:38:23.054Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:38:23.054Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||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-27T06:38:23.136Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-27T06:38:23.136Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||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-27T06:38:23.136Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||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-27T06:38:23.136Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:38:23.136Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:38:23.138Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:38:23.138Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531103136, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:38:23.238Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:38:23.239Z||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-27T06:38:23.239Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:38:23.282Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:38:23.282Z||pool-38-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:38:24.139Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:38:24.155Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 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-27T06:38:24.158Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:38:24.158Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-27T06:38:24.158Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-27T06:38:24.158Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-27T06:38:24.159Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:38:24.159Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:38:24.159Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:38:24.159Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:38:24.159Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-27T06:38:24.168Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-27T06:38:54.168Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 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-27T06:38:54.174Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 and serviceModelVersionId: 42eaa024-1a87-41ec-9ffd-4df69052abb1 2022-11-27T06:38:54.175Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 468096c3-d4ab-45a9-aa91-16261de807df 2022-11-27T06:38:54.176Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0 2022-11-27T06:38:54.179Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-27T06:38:54.230Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0|INFO|500||Invoke 2022-11-27T06:38:54.230Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[243548ed-198a-41b3-a2ab-72b08ed14861], X-ECOMP-RequestID=[2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80], X-TransactionId=[], X-ONAP-RequestID=[2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80], Content-Type=[application/merge-patch+json]} 2022-11-27T06:38:54.253Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-27T06:38:54.483Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?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/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 06:38:52 GMT], content-length=[0], vertex-id=[188520], x-aai-txid=[0-aai-resources-221127-06:38:52:652-80465], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-27T06:38:54.484Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-27T06:38:54.485Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0|INFO|500||InvokeReturn 2022-11-27T06:38:54.485Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-27T06:38:54.485Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-27T06:38:54.490Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-27T06:38:54.491Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-27T06:38:54.491Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-27T06:38:54.491Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:38:54.494Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:38:54.494Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531134491, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T06:38:54.594Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:38:54.594Z||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-27T06:38:54.595Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:38:54.614Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:38:54.615Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-27T06:39:18.354Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:39:18.355Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|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-27T06:39:18.355Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:39:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:39:18.356Z||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-27T06:39:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:39:18.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:39:18.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:39:18.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531098354, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:39:18.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:39:19.038Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:39:19.041Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-27T06:39:19.041Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"781d20b6-c968-45e0-ac69-f1f8aa43f16d","serviceName":"Demo_pNF_9yyp5Cgx9jt9Icm7A3KN","serviceVersion":"1.0","serviceUUID":"35874371-9e48-4ac8-a061-29678317ef38","serviceDescription":"catalog service description","serviceInvariantUUID":"3ef910b3-659b-4839-84d1-88bc778cfb3f","resources":[{"resourceInstanceName":"pNF 6929fc5f-697d 0","resourceName":"pNF 6929fc5f-697d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2ecbd275-6eb1-485c-ac56-86bee784d1a8","resourceInvariantUUID":"06d35898-051b-419f-958f-707c0282c59e","resourceCustomizationUUID":"248072a6-cd79-4db1-8e79-68711f6cb390","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vf-license-model.xml","artifactChecksum":"ZTIwY2RiZTY5MmRjYzAwOTAwNTBhMDdjZGM1NzNiYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8640fb47-286a-4a08-b832-8a3b61c78b71","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/pNF.csar","artifactChecksum":"YzY2MzY4NjhlODBhMjZlMTljOGFmZTk5Njc1YzQxNmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3d80785-84a6-4a98-9f44-294b0c688978","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc59858a-d33b-4f6d-bd27-a99da4fa8b0d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vendor-license-model.xml","artifactChecksum":"YWE5Y2YyZjQzNmQxNGQxOWUyYzcyMTU2Y2JjYzMxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9fb420a2-a48e-48d4-b8e2-cf6019c31a0b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2cc3659c-3e9e-4889-bb58-7f2e5b630d96","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b8ca758-e8be-4106-a7ea-2f5377f44d27","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9yyp5cgx9jt9icm7a3kn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-template.yml","artifactChecksum":"NmEwNjFmYWZmNzM4ZDQ0YmNiM2Y5ZjhhNDQ1YjEwMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e4535b4-6f0f-4927-bced-56ecee3a16cc","artifactVersion":"1"},{"artifactName":"service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar","artifactChecksum":"YTdiMWFlNmY1ZWZmODlkMmQ2MTQzN2JmZTcyMWYyYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2f21b9d-ad43-4984-87f3-81e275408133","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-27T06:39:19.043Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:39:19.043Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:39:19.045Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:39:19.046Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:39:19.146Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:39:19.147Z||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-27T06:39:19.147Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:39:19.181Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:39:19.181Z||pool-40-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:39:20.051Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:39:20.051Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:39:20.055Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:39:20.055Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-27T06:39:20.155Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:39:20.155Z||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-27T06:39:20.156Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:39:20.176Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:39:20.176Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:39:21.056Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:39:21.056Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:39:21.058Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:39:21.058Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-27T06:39:21.159Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:39:21.160Z||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-27T06:39:21.160Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:39:21.175Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:39:21.175Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:39:22.059Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:39:22.060Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:39:22.062Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:39:22.062Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:39:22.163Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:39:22.164Z||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-27T06:39:22.164Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:39:22.178Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:39:22.178Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:39:23.063Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:39:23.064Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:39:23.066Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:39:23.066Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:39:23.166Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:39:23.167Z||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-27T06:39:23.167Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:39:23.186Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:39:23.186Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:39:24.067Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:39:24.067Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:39:24.069Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:39:24.069Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:39:24.169Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:39:24.170Z||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-27T06:39:24.171Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:39:24.184Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:39:24.184Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:39:25.070Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:39:25.071Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:39:25.073Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:39:25.073Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:39:25.173Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:39:25.174Z||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-27T06:39:25.174Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:39:25.192Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:39:25.192Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:39:26.078Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:39:26.080Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:39:26.082Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:39:26.082Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:39:26.182Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:39:26.183Z||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-27T06:39:26.184Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:39:26.202Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:39:26.203Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:39:27.083Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "serviceName": "Demo_pNF_9yyp5Cgx9jt9Icm7A3KN", "serviceVersion": "1.0", "serviceUUID": "35874371-9e48-4ac8-a061-29678317ef38", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3ef910b3-659b-4839-84d1-88bc778cfb3f", "resources": [ { "resourceInstanceName": "pNF 6929fc5f-697d 0", "resourceCustomizationUUID": "248072a6-cd79-4db1-8e79-68711f6cb390", "resourceName": "pNF 6929fc5f-697d", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2ecbd275-6eb1-485c-ac56-86bee784d1a8", "resourceInvariantUUID": "06d35898-051b-419f-958f-707c0282c59e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "artifactChecksum": "YTdiMWFlNmY1ZWZmODlkMmQ2MTQzN2JmZTcyMWYyYWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a2f21b9d-ad43-4984-87f3-81e275408133" } ], "workloadContext": "Production" } 2022-11-27T06:39:27.084Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-27T06:39:27.084Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 35874371-9e48-4ac8-a061-29678317ef38 ASDC 2022-11-27T06:39:27.085Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:781d20b6-c968-45e0-ac69-f1f8aa43f16d ServiceName:Demo_pNF_9yyp5Cgx9jt9Icm7A3KN ServiceVersion:1.0 ServiceUUID:35874371-9e48-4ac8-a061-29678317ef38 ServiceInvariantUUID:3ef910b3-659b-4839-84d1-88bc778cfb3f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar ArtifactUUID:a2f21b9d-ad43-4984-87f3-81e275408133 ArtifactChecksum:YTdiMWFlNmY1ZWZmODlkMmQ2MTQzN2JmZTcyMWYyYWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6929fc5f-697d 0 ResourceCustomizationUUID:248072a6-cd79-4db1-8e79-68711f6cb390 ResourceInvariantUUID:06d35898-051b-419f-958f-707c0282c59e ResourceName:pNF 6929fc5f-697d ResourceType:PNF ResourceUUID:2ecbd275-6eb1-485c-ac56-86bee784d1a8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-27T06:39:27.085Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35874371-9e48-4ac8-a061-29678317ef38 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-27T06:39:27.118Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T06:39:27.118Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-27T06:39:27.119Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-27T06:39:27.119Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a2f21b9d-ad43-4984-87f3-81e275408133 from URL: /sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:27.119Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-27T06:39:27.120Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:27.244Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-27T06:39:27.251Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar a2f21b9d-ad43-4984-87f3-81e275408133 88018 2022-11-27T06:39:27.251Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar ASDC sendASDCNotification 2022-11-27T06:39:27.251Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:27.251Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:39:27.252Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:39:27.254Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:39:27.254Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531167251, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:39:27.355Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:39:27.356Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-27T06:39:27.356Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:39:27.369Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:39:27.370Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:39:28.255Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T06:39:28.257Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-27T06:39:28.257Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a2f21b9d-ad43-4984-87f3-81e275408133, URL: /sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar to file: /app/ASDC/1/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:28.258Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:28.258Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:28.259Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:28.414Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4866314372278085353/Definitions/service-DemoPnf9yyp5cgx9jt9icm7a3kn-template.yml 2022-11-27T06:39:29.138Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-27T06:39:29.139Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-27T06:39:29.139Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:29.139Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-27T06:39:29.139Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||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-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:29.139Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:29.140Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||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-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:29.140Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:29.140Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:29.140Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6929fc5f-697d 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-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:29.140Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:29.141Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-27T06:39:29.141Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:39:29.141Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:39:29.141Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Node template pNF 6929fc5f-697d 0 is matching search criteria 2022-11-27T06:39:29.141Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-27T06:39:29.142Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6929fc5f-697d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T06:39:29.142Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:39:29.142Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:39:29.142Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Node template pNF 6929fc5f-697d 0 is matching search criteria 2022-11-27T06:39:29.143Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-27T06:39:29.143Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6929fc5f-697d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T06:39:29.143Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:39:29.143Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:39:29.143Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:39:29.144Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:39:29.144Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:39:29.144Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:39:29.144Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:39:29.144Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:39:29.145Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:39:29.145Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:39:29.145Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_9yyp5Cgx9jt9Icm7A3KN Description:catalog service description Model UUID:35874371-9e48-4ac8-a061-29678317ef38 Model Version:NULL Model InvariantUuid:3ef910b3-659b-4839-84d1-88bc778cfb3f 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-27T06:39:29.156Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2ecbd275-6eb1-485c-ac56-86bee784d1a8 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-27T06:39:29.160Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||pNF 6929fc5f-697d 0 2022-11-27T06:39:29.160Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2ecbd275-6eb1-485c-ac56-86bee784d1a8 2022-11-27T06:39:29.160Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 35874371-9e48-4ac8-a061-29678317ef38 2022-11-27T06:39:29.160Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 35874371-9e48-4ac8-a061-29678317ef38 2022-11-27T06:39:29.160Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6929fc5f-697d 0 2ecbd275-6eb1-485c-ac56-86bee784d1a8 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-27T06:39:29.165Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e307a5b, org.onap.sdc.toscaparser.api.parameters.Input@aaba08c, org.onap.sdc.toscaparser.api.parameters.Input@65da381e, org.onap.sdc.toscaparser.api.parameters.Input@19505ec1, org.onap.sdc.toscaparser.api.parameters.Input@4af1d12] 2022-11-27T06:39:29.166Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:39:29.166Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:39:29.166Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 35874371-9e48-4ac8-a061-29678317ef38: pNF 6929fc5f-697d 2022-11-27T06:39:29.166Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||Processing PNF resource: 2ecbd275-6eb1-485c-ac56-86bee784d1a8 2022-11-27T06:39:29.167Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:39:29.167Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:39:29.167Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||Resource customization UUID: 248072a6-cd79-4db1-8e79-68711f6cb390 is the same as notified resource customizationUUID: 248072a6-cd79-4db1-8e79-68711f6cb390 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-27T06:39:29.228Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6929fc5f-697d 2ecbd275-6eb1-485c-ac56-86bee784d1a8 0 ASDC deployResourceStructure 2022-11-27T06:39:29.228Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar ASDC sendASDCNotification 2022-11-27T06:39:29.228Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar 2022-11-27T06:39:29.229Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:39:29.229Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:39:29.232Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:39:29.232Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531169228, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:39:29.332Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:39:29.333Z||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-27T06:39:29.333Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:39:29.347Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:39:29.348Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:39:30.233Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 781d20b6-c968-45e0-ac69-f1f8aa43f16d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:39:30.246Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 781d20b6-c968-45e0-ac69-f1f8aa43f16d 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-27T06:39:30.249Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:39:30.249Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-27T06:39:30.249Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-27T06:40:00.251Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 781d20b6-c968-45e0-ac69-f1f8aa43f16d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:40:00.262Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 781d20b6-c968-45e0-ac69-f1f8aa43f16d 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-27T06:40:00.266Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:40:00.266Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-27T06:40:00.266Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-27T06:40:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:40:18.357Z||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-27T06:40:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:40:18.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:40:18.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531098354, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:40:18.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531101204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:40:18.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531103136, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:40:18.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "aai-ml", "timestamp": 1669531101376, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "cds", "timestamp": 1669531099231, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "aai-ml", "timestamp": 1669531101376, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "cds", "timestamp": 1669531099231, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "aai-ml", "timestamp": 1669531101376, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "cds", "timestamp": 1669531099231, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "ves-openapi-manager", "timestamp": 1669531109524, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "aai-ml", "timestamp": 1669531101376, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "cds", "timestamp": 1669531099231, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "ves-openapi-manager", "timestamp": 1669531109524, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "aai-ml", "timestamp": 1669531101376, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "cds", "timestamp": 1669531099231, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "ves-openapi-manager", "timestamp": 1669531109524, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "aai-ml", "timestamp": 1669531101376, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.397Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "cds", "timestamp": 1669531099231, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.397Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "ves-openapi-manager", "timestamp": 1669531109524, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531112862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "aai-ml", "timestamp": 1669531101376, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "cds", "timestamp": 1669531099231, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "ves-openapi-manager", "timestamp": 1669531109524, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531112862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "aai-ml", "timestamp": 1669531101376, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:40:18.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "cds", "timestamp": 1669531099231, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:40:18.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "ves-openapi-manager", "timestamp": 1669531109524, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-27T06:40:18.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531112862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "multicloud-k8s-id", "timestamp": 1669531115940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "ves-openapi-manager", "timestamp": 1669531109524, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "aai-ml", "timestamp": 1669531116061, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:40:18.402Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "cds", "timestamp": 1669531115893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:40:18.402Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531112862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "multicloud-k8s-id", "timestamp": 1669531115940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "ves-openapi-manager", "timestamp": 1669531109524, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "cds", "timestamp": 1669531116905, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-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-27T06:40:18.413Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 781d20b6-c968-45e0-ac69-f1f8aa43f16d 2022-11-27T06:40:18.413Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 781d20b6-c968-45e0-ac69-f1f8aa43f16d 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-27T06:40:18.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531112862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "multicloud-k8s-id", "timestamp": 1669531115940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "ves-openapi-manager", "timestamp": 1669531118418, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T06:40:18.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531112862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "multicloud-k8s-id", "timestamp": 1669531115940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "ves-openapi-manager", "timestamp": 1669531119722, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-27T06:40:18.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531112862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "multicloud-k8s-id", "timestamp": 1669531115940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "ves-openapi-manager", "timestamp": 1669531120729, "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-27T06:40:18.436Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 781d20b6-c968-45e0-ac69-f1f8aa43f16d 2022-11-27T06:40:18.437Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 781d20b6-c968-45e0-ac69-f1f8aa43f16d 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-27T06:40:18.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531112862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:40:18.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "multicloud-k8s-id", "timestamp": 1669531115940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "aai-ml", "timestamp": 1669531120994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:40:18.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531121686, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:40:18.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "multicloud-k8s-id", "timestamp": 1669531115940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "aai-ml", "timestamp": 1669531121999, "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-27T06:40:18.458Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 781d20b6-c968-45e0-ac69-f1f8aa43f16d 2022-11-27T06:40:18.458Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 781d20b6-c968-45e0-ac69-f1f8aa43f16d 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-27T06:40:18.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "multicloud-k8s-id", "timestamp": 1669531115940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:40:18.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531123773, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:40:18.470Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531124777, "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-27T06:40:18.476Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 781d20b6-c968-45e0-ac69-f1f8aa43f16d 2022-11-27T06:40:18.477Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 781d20b6-c968-45e0-ac69-f1f8aa43f16d 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-27T06:40:18.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531134491, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T06:40:18.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "cds", "timestamp": 1669531129231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "aai-ml", "timestamp": 1669531131376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531135940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "ves-openapi-manager", "timestamp": 1669531129524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "aai-ml", "timestamp": 1669531131376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "cds", "timestamp": 1669531129231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "ves-openapi-manager", "timestamp": 1669531129524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531135940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-27T06:40:18.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "aai-ml", "timestamp": 1669531131376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "cds", "timestamp": 1669531129231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531135940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-27T06:40:18.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "ves-openapi-manager", "timestamp": 1669531129524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "aai-ml", "timestamp": 1669531131376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "cds", "timestamp": 1669531129231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531135940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-27T06:40:18.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "ves-openapi-manager", "timestamp": 1669531129524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "cds", "timestamp": 1669531129231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "aai-ml", "timestamp": 1669531131376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531135940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-27T06:40:18.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "ves-openapi-manager", "timestamp": 1669531129524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531142863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "cds", "timestamp": 1669531129231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "aai-ml", "timestamp": 1669531131376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "ves-openapi-manager", "timestamp": 1669531129524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531135940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531142863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "cds", "timestamp": 1669531129231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "aai-ml", "timestamp": 1669531131376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "ves-openapi-manager", "timestamp": 1669531129524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531135940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-27T06:40:18.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531142863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "cds", "timestamp": 1669531129231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "aai-ml", "timestamp": 1669531131376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "ves-openapi-manager", "timestamp": 1669531129524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531135940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531142863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "cds", "timestamp": 1669531129231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:40:18.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "aai-ml", "timestamp": 1669531131376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:40:18.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "ves-openapi-manager", "timestamp": 1669531129524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531135940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:40:18.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531142863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531142863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531149480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T06:40:18.509Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "cds", "timestamp": 1669531148456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:40:18.510Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "aai-ml", "timestamp": 1669531148703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:40:18.510Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531142863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "cds", "timestamp": 1669531149467, "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-27T06:40:18.548Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 816730d7-a1ca-4dff-b7f0-1fbd2976cc88 2022-11-27T06:40:18.548Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 816730d7-a1ca-4dff-b7f0-1fbd2976cc88 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-27T06:40:18.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531150554, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-27T06:40:18.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "ves-openapi-manager", "timestamp": 1669531149524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531142863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531151643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T06:40:18.560Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "ves-openapi-manager", "timestamp": 1669531149524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "cds", "timestamp": 1669531150478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531142863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:40:18.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531152716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-27T06:40:18.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "ves-openapi-manager", "timestamp": 1669531149524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "cds", "timestamp": 1669531150478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531152726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:40:18.563Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531153774, "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-27T06:40:18.574Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 816730d7-a1ca-4dff-b7f0-1fbd2976cc88 2022-11-27T06:40:18.575Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 816730d7-a1ca-4dff-b7f0-1fbd2976cc88 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-27T06:40:18.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "ves-openapi-manager", "timestamp": 1669531149524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "cds", "timestamp": 1669531150478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "multicloud-k8s-id", "timestamp": 1669531154780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T06:40:18.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "ves-openapi-manager", "timestamp": 1669531149524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "cds", "timestamp": 1669531150478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "ves-openapi-manager", "timestamp": 1669531149524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531155065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:40:18.586Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "cds", "timestamp": 1669531150478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "multicloud-k8s-id", "timestamp": 1669531155940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "aai-ml", "timestamp": 1669531155889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:40:18.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:40:18.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "ves-openapi-manager", "timestamp": 1669531149524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531156078, "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-27T06:40:18.597Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 816730d7-a1ca-4dff-b7f0-1fbd2976cc88 2022-11-27T06:40:18.597Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 816730d7-a1ca-4dff-b7f0-1fbd2976cc88 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-27T06:40:18.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "cds", "timestamp": 1669531150478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:40:18.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:18.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:40:18.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "multicloud-k8s-id", "timestamp": 1669531155940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-27T06:40:18.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:40:30.267Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 781d20b6-c968-45e0-ac69-f1f8aa43f16d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:40:30.290Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 781d20b6-c968-45e0-ac69-f1f8aa43f16d 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-27T06:40:30.293Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:40:30.293Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-27T06:40:30.294Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-27T06:40:30.294Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-27T06:40:30.294Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:40:30.294Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:40:30.294Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:40:30.294Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:40:30.294Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:40:30.294Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-27T06:40:30.309Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-27T06:41:00.309Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 781d20b6-c968-45e0-ac69-f1f8aa43f16d 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-27T06:41:00.316Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 781d20b6-c968-45e0-ac69-f1f8aa43f16d and serviceModelVersionId: 35874371-9e48-4ac8-a061-29678317ef38 2022-11-27T06:41:00.316Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ef910b3-659b-4839-84d1-88bc778cfb3f 2022-11-27T06:41:00.318Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ef910b3-659b-4839-84d1-88bc778cfb3f/model-vers/model-ver/35874371-9e48-4ac8-a061-29678317ef38?depth=0 2022-11-27T06:41:00.322Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-27T06:41:00.367Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef910b3-659b-4839-84d1-88bc778cfb3f/model-vers/model-ver/35874371-9e48-4ac8-a061-29678317ef38?depth=0|INFO|500||Invoke 2022-11-27T06:41:00.368Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef910b3-659b-4839-84d1-88bc778cfb3f/model-vers/model-ver/35874371-9e48-4ac8-a061-29678317ef38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef910b3-659b-4839-84d1-88bc778cfb3f/model-vers/model-ver/35874371-9e48-4ac8-a061-29678317ef38?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[781d20b6-c968-45e0-ac69-f1f8aa43f16d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b14b9842-4d4f-43bf-990f-6c6cc185709e], X-ECOMP-RequestID=[781d20b6-c968-45e0-ac69-f1f8aa43f16d], X-TransactionId=[], X-ONAP-RequestID=[781d20b6-c968-45e0-ac69-f1f8aa43f16d], Content-Type=[application/merge-patch+json]} 2022-11-27T06:41:00.387Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef910b3-659b-4839-84d1-88bc778cfb3f/model-vers/model-ver/35874371-9e48-4ac8-a061-29678317ef38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-27T06:41:00.471Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef910b3-659b-4839-84d1-88bc778cfb3f/model-vers/model-ver/35874371-9e48-4ac8-a061-29678317ef38?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/3ef910b3-659b-4839-84d1-88bc778cfb3f/model-vers/model-ver/35874371-9e48-4ac8-a061-29678317ef38?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 06:40:58 GMT], content-length=[0], vertex-id=[205016], x-aai-txid=[2-aai-resources-221127-06:40:58:773-98295], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-27T06:41:00.472Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef910b3-659b-4839-84d1-88bc778cfb3f/model-vers/model-ver/35874371-9e48-4ac8-a061-29678317ef38?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-27T06:41:00.472Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef910b3-659b-4839-84d1-88bc778cfb3f/model-vers/model-ver/35874371-9e48-4ac8-a061-29678317ef38?depth=0|INFO|500||InvokeReturn 2022-11-27T06:41:00.474Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-27T06:41:00.474Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-27T06:41:00.482Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-27T06:41:00.482Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 781d20b6-c968-45e0-ac69-f1f8aa43f16d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-27T06:41:00.483Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-27T06:41:00.483Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:00.485Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:00.485Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531260482, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T06:41:00.585Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:00.587Z||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-27T06:41:00.587Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:00.603Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:00.603Z||pool-50-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-27T06:41:01.500Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-27T06:41:01.500Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"816730d7-a1ca-4dff-b7f0-1fbd2976cc88","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"cdb00b81-210b-42a5-897e-945269591eba","serviceDescription":"service","serviceInvariantUUID":"44027f5e-7e49-4372-ad60-e7b105d40406","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"92ee4456-4300-4729-a491-60d625fd3aaa","resourceInvariantUUID":"c06632f3-d83a-4939-ad9a-c1aa63016a91","resourceCustomizationUUID":"96b5aa72-2b53-483e-a315-de1c5bc3bf7e","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":"OGVlMWY3MGUwMTY4OTVkM2RmNmQzMGQ4OGU1MTEzZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"844fc116-75c0-4dc1-9e75-36ff1a56e899","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":"87067f00-c863-4951-9c89-a1cb44d04f38","artifactVersion":"2","generatedFromUUID":"43d52458-8b90-42f8-8a4f-79f236c9831c"},{"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":"43d52458-8b90-42f8-8a4f-79f236c9831c","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":"NDg4Y2UxMWNlNDNkOTkyNDg4MTdhYjlkOGFiM2FmZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3eabc58-5dc5-48ba-9de2-0cccb9e75859","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":"40efeca4-e24e-4ec8-a308-5bbf51d91001","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":"8157ed57-b7d5-4df5-8522-d1410e1c5805","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":"e26bd79d-ba0b-451d-bdc3-2bd0c1b701de","artifactVersion":"2","generatedFromUUID":"40efeca4-e24e-4ec8-a308-5bbf51d91001"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmQ2YmU1NjQxNWFjYzU4NjUwZjlmZjFmN2U5ZjYyMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9f298d7-3e6a-428d-8da4-1962cbf9d8dc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODIzZDU2NGVjYTQzMjhkOGU3YjEyNDMyNzYzYmM2YWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad27bf5b-288d-4df9-bfed-9fe05d573736","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-27T06:41:01.501Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:41:01.502Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:01.503Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:01.504Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:41:01.604Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:01.605Z||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-27T06:41:01.605Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:01.621Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:01.621Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:02.504Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:41:02.505Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:02.508Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:02.508Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-27T06:41:02.608Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:02.609Z||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-27T06:41:02.609Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:02.624Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:02.625Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:03.509Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:41:03.510Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:03.512Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:03.512Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-27T06:41:03.613Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:03.614Z||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-27T06:41:03.614Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:03.630Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:03.630Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:04.513Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:41:04.514Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:04.516Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:04.516Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-27T06:41:04.616Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:04.617Z||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-27T06:41:04.617Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:04.632Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:04.632Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:41:05.517Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:41:05.517Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:05.519Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:05.519Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-27T06:41:05.619Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:05.620Z||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-27T06:41:05.620Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:05.636Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:05.637Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:41:06.520Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:41:06.520Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:06.522Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:06.522Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:41:06.622Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:06.623Z||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-27T06:41:06.624Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:06.644Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:06.644Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:41:07.523Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:41:07.524Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:07.526Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:07.526Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-27T06:41:07.626Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:07.627Z||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-27T06:41:07.627Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:07.663Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:07.664Z||pool-57-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:41:08.527Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:41:08.527Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:08.529Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:08.530Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:41:08.630Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:08.631Z||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-27T06:41:08.631Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:08.661Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:08.662Z||pool-58-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:09.530Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:41:09.532Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:09.535Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:09.535Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:41:09.635Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:09.636Z||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-27T06:41:09.636Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:09.648Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:09.649Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:41:10.536Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "cdb00b81-210b-42a5-897e-945269591eba", "serviceDescription": "service", "serviceInvariantUUID": "44027f5e-7e49-4372-ad60-e7b105d40406", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "96b5aa72-2b53-483e-a315-de1c5bc3bf7e", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "92ee4456-4300-4729-a491-60d625fd3aaa", "resourceInvariantUUID": "c06632f3-d83a-4939-ad9a-c1aa63016a91", "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": "87067f00-c863-4951-9c89-a1cb44d04f38", "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": "43d52458-8b90-42f8-8a4f-79f236c9831c", "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": "NDg4Y2UxMWNlNDNkOTkyNDg4MTdhYjlkOGFiM2FmZTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d3eabc58-5dc5-48ba-9de2-0cccb9e75859", "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": "40efeca4-e24e-4ec8-a308-5bbf51d91001", "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": "e26bd79d-ba0b-451d-bdc3-2bd0c1b701de", "generatedFromUUID": "40efeca4-e24e-4ec8-a308-5bbf51d91001" }, "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": "e26bd79d-ba0b-451d-bdc3-2bd0c1b701de", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ODIzZDU2NGVjYTQzMjhkOGU3YjEyNDMyNzYzYmM2YWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ad27bf5b-288d-4df9-bfed-9fe05d573736" } ], "workloadContext": "Production" } 2022-11-27T06:41:10.537Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-27T06:41:10.537Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 cdb00b81-210b-42a5-897e-945269591eba ASDC 2022-11-27T06:41:10.539Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:816730d7-a1ca-4dff-b7f0-1fbd2976cc88 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:cdb00b81-210b-42a5-897e-945269591eba ServiceInvariantUUID:44027f5e-7e49-4372-ad60-e7b105d40406 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:ad27bf5b-288d-4df9-bfed-9fe05d573736 ArtifactChecksum:ODIzZDU2NGVjYTQzMjhkOGU3YjEyNDMyNzYzYmM2YWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:96b5aa72-2b53-483e-a315-de1c5bc3bf7e ResourceInvariantUUID:c06632f3-d83a-4939-ad9a-c1aa63016a91 ResourceName:basic_cnf ResourceType:VF ResourceUUID:92ee4456-4300-4729-a491-60d625fd3aaa 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:87067f00-c863-4951-9c89-a1cb44d04f38 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:43d52458-8b90-42f8-8a4f-79f236c9831c 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:d3eabc58-5dc5-48ba-9de2-0cccb9e75859 ArtifactChecksum:NDg4Y2UxMWNlNDNkOTkyNDg4MTdhYjlkOGFiM2FmZTg= 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:40efeca4-e24e-4ec8-a308-5bbf51d91001 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:e26bd79d-ba0b-451d-bdc3-2bd0c1b701de 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:e26bd79d-ba0b-451d-bdc3-2bd0c1b701de ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-27T06:41:10.539Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdb00b81-210b-42a5-897e-945269591eba 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-27T06:41:10.575Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T06:41:10.576Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-27T06:41:10.576Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-27T06:41:10.576Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ad27bf5b-288d-4df9-bfed-9fe05d573736 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-27T06:41:10.576Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-27T06:41:10.577Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-27T06:41:10.672Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-27T06:41:10.675Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ad27bf5b-288d-4df9-bfed-9fe05d573736 73988 2022-11-27T06:41:10.675Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:10.675Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:10.676Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:41:10.676Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:10.678Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:10.678Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531270675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:41:10.778Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:10.779Z||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-27T06:41:10.780Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:10.800Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:10.801Z||pool-60-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:11.678Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T06:41:11.680Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-27T06:41:11.680Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ad27bf5b-288d-4df9-bfed-9fe05d573736, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-27T06:41:11.680Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-27T06:41:11.681Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-27T06:41:11.681Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-27T06:41:11.840Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4567992751933605330/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-11-27T06:41:13.086Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-27T06:41:13.087Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-27T06:41:13.087Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-27T06:41:13.087Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-27T06:41:13.087Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:13.087Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:13.087Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:13.087Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-27T06:41:13.087Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-27T06:41:13.088Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:13.088Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:13.088Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-27T06:41:13.088Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-27T06:41:13.088Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T06:41:13.089Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:13.089Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:13.089Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-27T06:41:13.089Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-27T06:41:13.089Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T06:41:13.089Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:13.089Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:13.090Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:13.090Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-27T06:41:13.090Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-27T06:41:13.090Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-27T06:41:13.090Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-27T06:41:13.091Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:13.091Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-27T06:41:13.091Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:13.091Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-27T06:41:13.091Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:41:13.092Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:13.092Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-27T06:41:13.092Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:41:13.092Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:13.092Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-27T06:41:13.092Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:41:13.092Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:13.093Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-27T06:41:13.093Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-27T06:41:13.093Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1a779a30-0b91-41ed-ad29-dbdcc519e3e5 2022-11-27T06:41:13.093Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:13.093Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:13.093Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:13.093Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:13.094Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:13.094Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:13.094Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:13.094Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:13.094Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:cdb00b81-210b-42a5-897e-945269591eba Model Version:NULL Model InvariantUuid:44027f5e-7e49-4372-ad60-e7b105d40406 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:9849dffe-b8fc-483d-8113-d5a1759618d2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c06632f3-d83a-4939-ad9a-c1aa63016a91 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:96b5aa72-2b53-483e-a315-de1c5bc3bf7e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9a0734b1-471e-4ebe-a56e-32e557c67f1e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:44a30c5c-d3ac-4847-9417-b679caeaee29 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1a779a30-0b91-41ed-ad29-dbdcc519e3e5 ModelInvariantUuid:09423c6d-0688-4ef1-a771-e8907c69f5e1 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:76dbe100-a7d0-4574-9fd7-e8ec0eea0c13 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:5027eda3-86f8-4546-8946-795b2d0f8d78 ModelInvariantUuid:fbaebfc4-1e55-48f0-8280-55507a9f4dc9 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:e15c0ee7-8c02-42c2-831a-3bd94ab4f885 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-27T06:41:13.125Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 92ee4456-4300-4729-a491-60d625fd3aaa 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-27T06:41:13.129Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-11-27T06:41:13.130Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 92ee4456-4300-4729-a491-60d625fd3aaa 2022-11-27T06:41:13.130Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 87067f00-c863-4951-9c89-a1cb44d04f38 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-27T06:41:13.130Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-27T06:41:13.130Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:13.215Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-27T06:41:13.216Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 87067f00-c863-4951-9c89-a1cb44d04f38 12 2022-11-27T06:41:13.216Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:13.216Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:13.217Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:41:13.217Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:13.219Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:13.219Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531273216, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-27T06:41:13.323Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-11-27T06:41:13.324Z||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-27T06:41:13.324Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:13.341Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:13.341Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:14.220Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 43d52458-8b90-42f8-8a4f-79f236c9831c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-27T06:41:14.220Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-27T06:41:14.221Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:14.278Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-27T06:41:14.279Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 43d52458-8b90-42f8-8a4f-79f236c9831c 2688 2022-11-27T06:41:14.279Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:14.279Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:14.279Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:41:14.280Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:14.281Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:14.281Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531274279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-27T06:41:14.382Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:14.382Z||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-27T06:41:14.383Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:14.399Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:14.399Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:15.283Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d3eabc58-5dc5-48ba-9de2-0cccb9e75859 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-27T06:41:15.283Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-27T06:41:15.283Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:15.369Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-27T06:41:15.370Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d3eabc58-5dc5-48ba-9de2-0cccb9e75859 828 2022-11-27T06:41:15.373Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:15.373Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:15.373Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:41:15.373Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:15.375Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:15.375Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531275373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T06:41:15.475Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:15.476Z||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-27T06:41:15.476Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:15.498Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:15.499Z||pool-63-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:16.377Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "9a0734b1-471e-4ebe-a56e-32e557c67f1e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "44a30c5c-d3ac-4847-9417-b679caeaee29", "vfModuleModelCustomizationUUID": "103d3d44-e9b1-498c-8cae-102a497c2d0a", "isBase": true, "artifacts": [ "43d52458-8b90-42f8-8a4f-79f236c9831c", "40efeca4-e24e-4ec8-a308-5bbf51d91001", "e26bd79d-ba0b-451d-bdc3-2bd0c1b701de" ], "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-27T06:41:16.383Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:44a30c5c-d3ac-4847-9417-b679caeaee29 VfModuleModelInvariantUUID:9a0734b1-471e-4ebe-a56e-32e557c67f1e VfModuleModelDescription:NULL Artifacts UUID List:{ 43d52458-8b90-42f8-8a4f-79f236c9831c , 40efeca4-e24e-4ec8-a308-5bbf51d91001 , e26bd79d-ba0b-451d-bdc3-2bd0c1b701de } 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-27T06:41:16.385Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "9a0734b1-471e-4ebe-a56e-32e557c67f1e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "44a30c5c-d3ac-4847-9417-b679caeaee29", "vfModuleModelCustomizationUUID": "103d3d44-e9b1-498c-8cae-102a497c2d0a", "isBase": true, "artifacts": [ "43d52458-8b90-42f8-8a4f-79f236c9831c", "40efeca4-e24e-4ec8-a308-5bbf51d91001", "e26bd79d-ba0b-451d-bdc3-2bd0c1b701de" ], "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-27T06:41:16.385Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:44a30c5c-d3ac-4847-9417-b679caeaee29 VfModuleModelInvariantUUID:9a0734b1-471e-4ebe-a56e-32e557c67f1e VfModuleModelDescription:NULL Artifacts UUID List:{ 43d52458-8b90-42f8-8a4f-79f236c9831c , 40efeca4-e24e-4ec8-a308-5bbf51d91001 , e26bd79d-ba0b-451d-bdc3-2bd0c1b701de } 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-27T06:41:16.386Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 40efeca4-e24e-4ec8-a308-5bbf51d91001 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-27T06:41:16.386Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-27T06:41:16.386Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:16.441Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-27T06:41:16.441Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 40efeca4-e24e-4ec8-a308-5bbf51d91001 1164 2022-11-27T06:41:16.442Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:16.442Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:16.443Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:41:16.443Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:16.445Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:16.445Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531276442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T06:41:16.545Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:16.547Z||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-27T06:41:16.547Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:16.561Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:16.562Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:41:17.449Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e26bd79d-ba0b-451d-bdc3-2bd0c1b701de from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-27T06:41:17.449Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-27T06:41:17.450Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:17.520Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-27T06:41:17.520Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e26bd79d-ba0b-451d-bdc3-2bd0c1b701de 200 2022-11-27T06:41:17.521Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:17.521Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:17.521Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:41:17.522Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:17.524Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:17.524Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531277521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-27T06:41:17.624Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:17.625Z||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-27T06:41:17.625Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:17.642Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:17.643Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:41:18.357Z||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-27T06:41:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:18.388Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:18.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:41:18.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "aai-ml", "timestamp": 1669531156893, "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-27T06:41:18.397Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 816730d7-a1ca-4dff-b7f0-1fbd2976cc88 2022-11-27T06:41:18.397Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 816730d7-a1ca-4dff-b7f0-1fbd2976cc88 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-27T06:41:18.524Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cdb00b81-210b-42a5-897e-945269591eba 2022-11-27T06:41:18.527Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 92ee4456-4300-4729-a491-60d625fd3aaa ASDC 2022-11-27T06:41:18.537Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:18.558Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51ec1eaa, org.onap.sdc.toscaparser.api.parameters.Input@c2bf792, org.onap.sdc.toscaparser.api.parameters.Input@11d3271, org.onap.sdc.toscaparser.api.parameters.Input@7960e862, org.onap.sdc.toscaparser.api.parameters.Input@4848a0aa] 2022-11-27T06:41:18.559Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:18.560Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:18.561Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-11-27T06:41:18.561Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 96b5aa72-2b53-483e-a315-de1c5bc3bf7e 2022-11-27T06:41:18.561Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 96b5aa72-2b53-483e-a315-de1c5bc3bf7e matches Tosca VF Customization UUID: 96b5aa72-2b53-483e-a315-de1c5bc3bf7e 2022-11-27T06:41:18.561Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 96b5aa72-2b53-483e-a315-de1c5bc3bf7e 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-27T06:41:18.564Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:18.564Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:18.565Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 96b5aa72-2b53-483e-a315-de1c5bc3bf7e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-27T06:41:18.565Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@db7ab1b 2022-11-27T06:41:18.565Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:18.566Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-27T06:41:18.566Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 103d3d44-e9b1-498c-8cae-102a497c2d0a 2022-11-27T06:41:18.566Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 103d3d44-e9b1-498c-8cae-102a497c2d0a 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-27T06:41:18.568Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:18.569Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-27T06:41:18.569Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:41:18.569Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:18.569Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-27T06:41:18.570Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:41:18.570Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:18.570Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-27T06:41:18.570Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-27T06:41:18.570Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1a779a30-0b91-41ed-ad29-dbdcc519e3e5 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-27T06:41:18.573Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:18.574Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-27T06:41:18.574Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:41:18.574Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:18.574Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-27T06:41:18.575Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=96b5aa72-2b53-483e-a315-de1c5bc3bf7e 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-27T06:41:18.577Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:18.577Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:18.577Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cdb00b81-210b-42a5-897e-945269591eba: basic_cnf 2022-11-27T06:41:18.577Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:18.578Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:18.578Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:18.578Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:18.578Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:18.579Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:18.579Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:18.579Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:18.580Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:41:18.580Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:41:18.580Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:18.691Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 92ee4456-4300-4729-a491-60d625fd3aaa 1 ASDC deployResourceStructure 2022-11-27T06:41:18.692Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:18.692Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:18.692Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-27T06:41:18.693Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:18.694Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:18.695Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531278692, "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-27T06:41:18.795Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:18.796Z||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-27T06:41:18.796Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:18.811Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:18.812Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:19.695Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:19.696Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:19.696Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-27T06:41:19.696Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:19.702Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:19.703Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531279695, "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-27T06:41:19.799Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-11-27T06:41:19.800Z||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-27T06:41:19.800Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:19.823Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:19.824Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:41:20.703Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:20.704Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:20.705Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:41:20.705Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:20.707Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:20.707Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531280703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T06:41:20.807Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:20.808Z||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-27T06:41:20.808Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:20.826Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:20.827Z||pool-68-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:21.708Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:21.708Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:21.709Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:41:21.709Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:21.711Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:21.711Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531281708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-27T06:41:21.812Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-27T06:41:21.812Z||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-27T06:41:21.812Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:21.828Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:21.829Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:22.713Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:22.713Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:22.713Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:41:22.713Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:22.715Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:22.715Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531282712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-27T06:41:22.815Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:22.816Z||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-27T06:41:22.816Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:22.838Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:22.839Z||pool-70-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:23.717Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:23.717Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||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-27T06:41:23.717Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:41:23.718Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:23.720Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:23.721Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531283717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:41:23.821Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:23.822Z||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-27T06:41:23.822Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:23.840Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:23.840Z||pool-71-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:24.721Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 816730d7-a1ca-4dff-b7f0-1fbd2976cc88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:41:24.734Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 816730d7-a1ca-4dff-b7f0-1fbd2976cc88 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-27T06:41:24.750Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:41:24.750Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-27T06:41:24.750Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-27T06:41:24.750Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-27T06:41:24.750Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:41:24.750Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:41:24.750Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:41:24.751Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:41:24.751Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:41:24.751Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-27T06:41:24.759Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-27T06:41:54.761Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 816730d7-a1ca-4dff-b7f0-1fbd2976cc88 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-27T06:41:54.771Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 816730d7-a1ca-4dff-b7f0-1fbd2976cc88 and serviceModelVersionId: cdb00b81-210b-42a5-897e-945269591eba 2022-11-27T06:41:54.771Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44027f5e-7e49-4372-ad60-e7b105d40406 2022-11-27T06:41:54.772Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44027f5e-7e49-4372-ad60-e7b105d40406/model-vers/model-ver/cdb00b81-210b-42a5-897e-945269591eba?depth=0 2022-11-27T06:41:54.777Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-27T06:41:54.826Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44027f5e-7e49-4372-ad60-e7b105d40406/model-vers/model-ver/cdb00b81-210b-42a5-897e-945269591eba?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-27T06:41:54.827Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44027f5e-7e49-4372-ad60-e7b105d40406/model-vers/model-ver/cdb00b81-210b-42a5-897e-945269591eba?depth=0|INFO|500||Invoke 2022-11-27T06:41:54.849Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44027f5e-7e49-4372-ad60-e7b105d40406/model-vers/model-ver/cdb00b81-210b-42a5-897e-945269591eba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-27T06:41:54.958Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44027f5e-7e49-4372-ad60-e7b105d40406/model-vers/model-ver/cdb00b81-210b-42a5-897e-945269591eba?depth=0|INFO|500||InvokeReturn 2022-11-27T06:41:54.959Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44027f5e-7e49-4372-ad60-e7b105d40406/model-vers/model-ver/cdb00b81-210b-42a5-897e-945269591eba?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 06:41:53 GMT], content-length=[0], vertex-id=[237632], x-aai-txid=[1-aai-resources-221127-06:41:53:229-91224], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-27T06:41:54.960Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-11-27T06:41:54.960Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-27T06:41:54.960Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-27T06:41:54.970Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-27T06:41:54.971Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 816730d7-a1ca-4dff-b7f0-1fbd2976cc88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-27T06:41:54.971Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-27T06:41:54.972Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:54.974Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:54.974Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531314971, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T06:41:55.074Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:55.075Z||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-27T06:41:55.075Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:55.119Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:55.120Z||pool-72-thread-1|||||INFO|500||cambria reply ok (45 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-27T06:41:55.995Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-27T06:41:55.995Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"632fece5-4201-4e82-8529-5a785b8e89ce","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bcbb6a42-db82-428e-bbad-b84c11229b2c","serviceDescription":"service","serviceInvariantUUID":"1e3e19da-f192-4267-9696-b5d7882cec39","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"651d0ff4-6e3b-4a48-9df0-5dfe992cbe84","resourceInvariantUUID":"eadfc284-7264-46c6-81e4-33a3acc2d838","resourceCustomizationUUID":"b986c1e3-8dbe-4f82-985c-b1820fbacb3e","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":"N2U2NGM1NGE1NjlkOTFiZWM3NjI1ODE0YWQ5NjFmZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba5480d5-2b9f-4b03-a808-c3a6fddbe6e8","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":"OWM2NDEyYzBhYWQyNGVjMmEwMDIzMjAyMWEwZmQ2YmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7bdec4f1-6364-4b02-9a63-cbe37f58dd98","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":"265838ca-135e-42ca-84f2-de673c28fd7d","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":"c05dffaf-04e3-4b34-b1ed-0671bbf24a11","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":"bf3c5e5e-0251-47c3-a636-26fe9e3d7f04","artifactVersion":"2","generatedFromUUID":"265838ca-135e-42ca-84f2-de673c28fd7d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTI4MTY2ZWI3MmY5ZDFlZTg2NjUxMjRiZjM2ZTU0MTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8611aae-9315-44e7-a792-94d4e97ecebd","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzE0Y2M1MjFkM2NlMTgxMWJmZWRlYjEwYjIwY2YxZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cd24515-0c36-42ba-bd07-90b682b72432","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-27T06:41:55.996Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:41:55.996Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:55.998Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:55.998Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:41:56.098Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:56.099Z||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-27T06:41:56.099Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:56.119Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:56.119Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:41:56.998Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:41:56.999Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:57.002Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:57.002Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-27T06:41:57.102Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:57.103Z||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-27T06:41:57.103Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:57.120Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:57.121Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:41:58.003Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:41:58.005Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:58.008Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:58.008Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-27T06:41:58.108Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:41:58.109Z||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-27T06:41:58.109Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:58.138Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:58.139Z||pool-75-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:41:59.008Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:41:59.009Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:41:59.011Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:41:59.011Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:41:59.112Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-27T06:41:59.113Z||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-27T06:41:59.113Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:41:59.134Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:41:59.134Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:42:00.012Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:42:00.014Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:42:00.017Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:42:00.017Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-27T06:42:00.118Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:42:00.123Z||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-27T06:42:00.123Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:42:00.143Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:42:00.143Z||pool-77-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:42:01.018Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:42:01.019Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:42:01.021Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:42:01.021Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:01.121Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:42:01.122Z||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-27T06:42:01.122Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:42:01.158Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:42:01.159Z||pool-78-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:42:02.021Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T06:42:02.022Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:42:02.024Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:42:02.024Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:42:02.126Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-27T06:42:02.127Z||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-27T06:42:02.127Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:42:02.149Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:42:02.149Z||pool-79-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:42:03.026Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "bcbb6a42-db82-428e-bbad-b84c11229b2c", "serviceDescription": "service", "serviceInvariantUUID": "1e3e19da-f192-4267-9696-b5d7882cec39", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "b986c1e3-8dbe-4f82-985c-b1820fbacb3e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "651d0ff4-6e3b-4a48-9df0-5dfe992cbe84", "resourceInvariantUUID": "eadfc284-7264-46c6-81e4-33a3acc2d838", "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": "OWM2NDEyYzBhYWQyNGVjMmEwMDIzMjAyMWEwZmQ2YmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7bdec4f1-6364-4b02-9a63-cbe37f58dd98", "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": "265838ca-135e-42ca-84f2-de673c28fd7d", "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": "bf3c5e5e-0251-47c3-a636-26fe9e3d7f04", "generatedFromUUID": "265838ca-135e-42ca-84f2-de673c28fd7d" }, "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": "bf3c5e5e-0251-47c3-a636-26fe9e3d7f04", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NzE0Y2M1MjFkM2NlMTgxMWJmZWRlYjEwYjIwY2YxZjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6cd24515-0c36-42ba-bd07-90b682b72432" } ], "workloadContext": "Production" } 2022-11-27T06:42:03.026Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-27T06:42:03.027Z|816730d7-a1ca-4dff-b7f0-1fbd2976cc88|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bcbb6a42-db82-428e-bbad-b84c11229b2c ASDC 2022-11-27T06:42:03.027Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:632fece5-4201-4e82-8529-5a785b8e89ce ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:bcbb6a42-db82-428e-bbad-b84c11229b2c ServiceInvariantUUID:1e3e19da-f192-4267-9696-b5d7882cec39 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:6cd24515-0c36-42ba-bd07-90b682b72432 ArtifactChecksum:NzE0Y2M1MjFkM2NlMTgxMWJmZWRlYjEwYjIwY2YxZjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:b986c1e3-8dbe-4f82-985c-b1820fbacb3e ResourceInvariantUUID:eadfc284-7264-46c6-81e4-33a3acc2d838 ResourceName:basic_vm ResourceType:VF ResourceUUID:651d0ff4-6e3b-4a48-9df0-5dfe992cbe84 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:7bdec4f1-6364-4b02-9a63-cbe37f58dd98 ArtifactChecksum:OWM2NDEyYzBhYWQyNGVjMmEwMDIzMjAyMWEwZmQ2YmQ= 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:265838ca-135e-42ca-84f2-de673c28fd7d 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:bf3c5e5e-0251-47c3-a636-26fe9e3d7f04 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:bf3c5e5e-0251-47c3-a636-26fe9e3d7f04 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-27T06:42:03.027Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bcbb6a42-db82-428e-bbad-b84c11229b2c 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-27T06:42:03.074Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T06:42:03.075Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-27T06:42:03.075Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-27T06:42:03.075Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6cd24515-0c36-42ba-bd07-90b682b72432 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-27T06:42:03.075Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-27T06:42:03.075Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-27T06:42:03.152Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-27T06:42:03.155Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6cd24515-0c36-42ba-bd07-90b682b72432 75189 2022-11-27T06:42:03.155Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:03.155Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:03.155Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:42:03.155Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:42:03.157Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:42:03.157Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531323155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:42:03.258Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-27T06:42:03.259Z||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-27T06:42:03.260Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:42:03.274Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:42:03.275Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:42:04.158Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T06:42:04.159Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-27T06:42:04.159Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6cd24515-0c36-42ba-bd07-90b682b72432, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-27T06:42:04.160Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-27T06:42:04.160Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-27T06:42:04.160Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-27T06:42:04.308Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11184517692787951659/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-27T06:42:05.390Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-27T06:42:05.390Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-27T06:42:05.390Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-27T06:42:05.391Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-27T06:42:05.391Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:05.391Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-27T06:42:05.391Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:05.391Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:05.391Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-27T06:42:05.392Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-27T06:42:05.392Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-27T06:42:05.392Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-27T06:42:05.392Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:05.392Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:05.392Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-27T06:42:05.393Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-27T06:42:05.393Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T06:42:05.393Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:05.393Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:05.394Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-27T06:42:05.394Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-27T06:42:05.394Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T06:42:05.394Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:05.394Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:05.395Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:05.395Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-27T06:42:05.395Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-27T06:42:05.395Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-27T06:42:05.395Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-27T06:42:05.396Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-27T06:42:05.396Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-27T06:42:05.396Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:05.396Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-27T06:42:05.396Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:05.396Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-27T06:42:05.396Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:42:05.397Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:05.397Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-27T06:42:05.397Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:42:05.397Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:05.397Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-27T06:42:05.398Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:42:05.398Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:05.398Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-27T06:42:05.398Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-27T06:42:05.398Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-27T06:42:05.398Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c4c7f59c-4f20-47be-bcca-6e8b59ed74f4 2022-11-27T06:42:05.399Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:05.399Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:05.399Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:05.399Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:05.399Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:05.399Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:05.400Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:05.400Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:05.400Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:bcbb6a42-db82-428e-bbad-b84c11229b2c Model Version:NULL Model InvariantUuid:1e3e19da-f192-4267-9696-b5d7882cec39 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:68b6a53d-c3e2-41ae-8185-e86b24d0f748 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:eadfc284-7264-46c6-81e4-33a3acc2d838 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b986c1e3-8dbe-4f82-985c-b1820fbacb3e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d9d3bcd6-6f80-4969-a195-320fac8d3d39 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:b0cba2ea-0ae7-4767-b99c-616c320b4dfb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c4c7f59c-4f20-47be-bcca-6e8b59ed74f4 ModelInvariantUuid:ea6442a5-f9c8-438c-acff-3287f7e1da0b ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:7e23109c-a7cc-4f19-93aa-9c9f2a3a56c2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a60edba4-4872-4f1a-8a94-12e94a1631ef ModelInvariantUuid:d0308fec-c594-42bd-9d35-5786f05e30ea ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:e9c72559-98a7-49dc-a6bc-c9db212df855 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-27T06:42:05.407Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 651d0ff4-6e3b-4a48-9df0-5dfe992cbe84 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-27T06:42:05.417Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||basic_vm 0 2022-11-27T06:42:05.418Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 651d0ff4-6e3b-4a48-9df0-5dfe992cbe84 2022-11-27T06:42:05.418Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7bdec4f1-6364-4b02-9a63-cbe37f58dd98 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-27T06:42:05.418Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-27T06:42:05.419Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:05.509Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-27T06:42:05.509Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7bdec4f1-6364-4b02-9a63-cbe37f58dd98 787 2022-11-27T06:42:05.509Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:05.510Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:05.510Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:42:05.510Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:42:05.512Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:42:05.512Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531325509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T06:42:05.612Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-27T06:42:05.613Z||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-27T06:42:05.613Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:42:05.631Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:42:05.631Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:42:06.514Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d9d3bcd6-6f80-4969-a195-320fac8d3d39", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b0cba2ea-0ae7-4767-b99c-616c320b4dfb", "vfModuleModelCustomizationUUID": "bf59a641-ec06-4f0e-80a8-707fbdbb9bc1", "isBase": true, "artifacts": [ "265838ca-135e-42ca-84f2-de673c28fd7d", "bf3c5e5e-0251-47c3-a636-26fe9e3d7f04" ], "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-27T06:42:06.518Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b0cba2ea-0ae7-4767-b99c-616c320b4dfb VfModuleModelInvariantUUID:d9d3bcd6-6f80-4969-a195-320fac8d3d39 VfModuleModelDescription:NULL Artifacts UUID List:{ 265838ca-135e-42ca-84f2-de673c28fd7d , bf3c5e5e-0251-47c3-a636-26fe9e3d7f04 } 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-27T06:42:06.519Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d9d3bcd6-6f80-4969-a195-320fac8d3d39", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b0cba2ea-0ae7-4767-b99c-616c320b4dfb", "vfModuleModelCustomizationUUID": "bf59a641-ec06-4f0e-80a8-707fbdbb9bc1", "isBase": true, "artifacts": [ "265838ca-135e-42ca-84f2-de673c28fd7d", "bf3c5e5e-0251-47c3-a636-26fe9e3d7f04" ], "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-27T06:42:06.519Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b0cba2ea-0ae7-4767-b99c-616c320b4dfb VfModuleModelInvariantUUID:d9d3bcd6-6f80-4969-a195-320fac8d3d39 VfModuleModelDescription:NULL Artifacts UUID List:{ 265838ca-135e-42ca-84f2-de673c28fd7d , bf3c5e5e-0251-47c3-a636-26fe9e3d7f04 } 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-27T06:42:06.519Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 265838ca-135e-42ca-84f2-de673c28fd7d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-27T06:42:06.520Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-27T06:42:06.520Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:06.594Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-27T06:42:06.595Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 265838ca-135e-42ca-84f2-de673c28fd7d 5033 2022-11-27T06:42:06.595Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:06.595Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:06.595Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:42:06.596Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:42:06.597Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:42:06.597Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531326595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T06:42:06.698Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:42:06.698Z||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-27T06:42:06.699Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:42:06.713Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:42:06.713Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:42:07.598Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bf3c5e5e-0251-47c3-a636-26fe9e3d7f04 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-27T06:42:07.599Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-27T06:42:07.599Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:07.646Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-27T06:42:07.646Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env bf3c5e5e-0251-47c3-a636-26fe9e3d7f04 903 2022-11-27T06:42:07.647Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:07.647Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:07.647Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T06:42:07.647Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:42:07.649Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:42:07.649Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531327647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-27T06:42:07.750Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:42:07.750Z||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-27T06:42:07.751Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:42:07.779Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:42:07.779Z||pool-83-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:42:08.650Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: bcbb6a42-db82-428e-bbad-b84c11229b2c 2022-11-27T06:42:08.651Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 651d0ff4-6e3b-4a48-9df0-5dfe992cbe84 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-27T06:42:08.667Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f5be56e, org.onap.sdc.toscaparser.api.parameters.Input@75018a0f, org.onap.sdc.toscaparser.api.parameters.Input@66694449, org.onap.sdc.toscaparser.api.parameters.Input@67170873, org.onap.sdc.toscaparser.api.parameters.Input@1797e16a] 2022-11-27T06:42:08.669Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:08.669Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:08.669Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-11-27T06:42:08.669Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b986c1e3-8dbe-4f82-985c-b1820fbacb3e 2022-11-27T06:42:08.669Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b986c1e3-8dbe-4f82-985c-b1820fbacb3e matches Tosca VF Customization UUID: b986c1e3-8dbe-4f82-985c-b1820fbacb3e 2022-11-27T06:42:08.670Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b986c1e3-8dbe-4f82-985c-b1820fbacb3e 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-27T06:42:08.672Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:08.672Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:08.673Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b986c1e3-8dbe-4f82-985c-b1820fbacb3e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-27T06:42:08.673Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d53c65f 2022-11-27T06:42:08.673Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:08.674Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-27T06:42:08.674Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bf59a641-ec06-4f0e-80a8-707fbdbb9bc1 2022-11-27T06:42:08.674Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bf59a641-ec06-4f0e-80a8-707fbdbb9bc1 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-27T06:42:08.677Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:08.677Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-27T06:42:08.677Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:42:08.677Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:08.678Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-27T06:42:08.678Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:42:08.678Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:08.678Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-27T06:42:08.679Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-27T06:42:08.679Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-27T06:42:08.679Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c4c7f59c-4f20-47be-bcca-6e8b59ed74f4 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-27T06:42:08.681Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:08.682Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-27T06:42:08.682Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T06:42:08.682Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:08.682Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-27T06:42:08.683Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b986c1e3-8dbe-4f82-985c-b1820fbacb3e 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-27T06:42:08.685Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:08.685Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:08.685Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid bcbb6a42-db82-428e-bbad-b84c11229b2c: basic_vm 2022-11-27T06:42:08.685Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:08.686Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:08.686Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:08.686Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:08.686Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:08.686Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:08.687Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:08.687Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:08.687Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T06:42:08.687Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T06:42:08.688Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:08.826Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 651d0ff4-6e3b-4a48-9df0-5dfe992cbe84 1 ASDC deployResourceStructure 2022-11-27T06:42:08.826Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:08.827Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:08.827Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:42:08.827Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:42:08.829Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:42:08.829Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531328826, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T06:42:08.929Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:42:08.930Z||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-27T06:42:08.931Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:42:08.944Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:42:08.945Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:42:09.831Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:09.831Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:09.832Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:42:09.832Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:42:09.834Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:42:09.835Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531329831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-27T06:42:09.935Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:42:09.936Z||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-27T06:42:09.936Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:42:09.955Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:42:09.956Z||pool-85-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-27T06:42:10.836Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:10.836Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:10.836Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:42:10.836Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:42:10.838Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:42:10.838Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531330835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-27T06:42:10.939Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-27T06:42:10.940Z||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-27T06:42:10.940Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:42:10.955Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:42:10.955Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:42:11.839Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:11.840Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||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-27T06:42:11.840Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T06:42:11.840Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:42:11.842Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:42:11.842Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531331839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:42:11.942Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:42:11.943Z||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-27T06:42:11.944Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:42:11.961Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:42:11.961Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-27T06:42:12.843Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 632fece5-4201-4e82-8529-5a785b8e89ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:42:12.856Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 632fece5-4201-4e82-8529-5a785b8e89ce 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-27T06:42:12.858Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:42:12.859Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-27T06:42:12.859Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-27T06:42:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:42:18.357Z||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-27T06:42:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:42:18.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:42:18.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "cds", "timestamp": 1669531150478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:42:18.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "multicloud-k8s-id", "timestamp": 1669531155940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-27T06:42:18.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "cds", "timestamp": 1669531158424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:42:18.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:42:18.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "multicloud-k8s-id", "timestamp": 1669531155940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.397Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "cds", "timestamp": 1669531159461, "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=? 2022-11-27T06:42:18.415Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 632fece5-4201-4e82-8529-5a785b8e89ce 2022-11-27T06:42:18.415Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 632fece5-4201-4e82-8529-5a785b8e89ce 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-27T06:42:18.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "multicloud-k8s-id", "timestamp": 1669531155940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-27T06:42:18.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "multicloud-k8s-id", "timestamp": 1669531155940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "multicloud-k8s-id", "timestamp": 1669531155940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:42:18.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "aai-ml", "timestamp": 1669531161376, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "multicloud-k8s-id", "timestamp": 1669531163732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T06:42:18.454Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:42:18.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "aai-ml", "timestamp": 1669531161376, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "multicloud-k8s-id", "timestamp": 1669531164815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T06:42:18.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:42:18.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "aai-ml", "timestamp": 1669531161376, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:42:18.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "aai-ml", "timestamp": 1669531161376, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "multicloud-k8s-id", "timestamp": 1669531165883, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-27T06:42:18.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:42:18.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531167251, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:42:18.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:42:18.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "aai-ml", "timestamp": 1669531161376, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "multicloud-k8s-id", "timestamp": 1669531166910, "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-27T06:42:18.468Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 632fece5-4201-4e82-8529-5a785b8e89ce 2022-11-27T06:42:18.468Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 632fece5-4201-4e82-8529-5a785b8e89ce 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-27T06:42:18.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "aai-ml", "timestamp": 1669531161376, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "multicloud-k8s-id", "timestamp": 1669531167916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T06:42:18.479Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:42:18.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531169228, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:42:18.479Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:42:18.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "aai-ml", "timestamp": 1669531161376, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:42:18.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "aai-ml", "timestamp": 1669531169129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:42:18.480Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:42:18.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531172861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531172861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531172861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "aai-ml", "timestamp": 1669531176097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:42:18.481Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:42:18.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531172861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "aai-ml", "timestamp": 1669531177102, "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-27T06:42:18.493Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 632fece5-4201-4e82-8529-5a785b8e89ce 2022-11-27T06:42:18.493Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 632fece5-4201-4e82-8529-5a785b8e89ce 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-27T06:42:18.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531172861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531172861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:42:18.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531172861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:42:18.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T06:42:18.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531180673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:42:18.518Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:42:18.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531183419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:42:18.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:42:18.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T06:42:18.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669531184442, "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-27T06:42:18.531Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 632fece5-4201-4e82-8529-5a785b8e89ce 2022-11-27T06:42:18.532Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 632fece5-4201-4e82-8529-5a785b8e89ce 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-27T06:42:42.859Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 632fece5-4201-4e82-8529-5a785b8e89ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:42:42.873Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 632fece5-4201-4e82-8529-5a785b8e89ce 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-27T06:42:42.875Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T06:42:42.875Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-27T06:42:42.876Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-27T06:42:42.876Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-27T06:42:42.876Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:42:42.876Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:42:42.876Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:42:42.876Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:42:42.876Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T06:42:42.876Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-27T06:42:42.882Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-27T06:43:12.882Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 632fece5-4201-4e82-8529-5a785b8e89ce 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-27T06:43:12.890Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 632fece5-4201-4e82-8529-5a785b8e89ce and serviceModelVersionId: bcbb6a42-db82-428e-bbad-b84c11229b2c 2022-11-27T06:43:12.890Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e3e19da-f192-4267-9696-b5d7882cec39 2022-11-27T06:43:12.891Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e3e19da-f192-4267-9696-b5d7882cec39/model-vers/model-ver/bcbb6a42-db82-428e-bbad-b84c11229b2c?depth=0 2022-11-27T06:43:12.896Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-27T06:43:12.934Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3e19da-f192-4267-9696-b5d7882cec39/model-vers/model-ver/bcbb6a42-db82-428e-bbad-b84c11229b2c?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-27T06:43:12.935Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3e19da-f192-4267-9696-b5d7882cec39/model-vers/model-ver/bcbb6a42-db82-428e-bbad-b84c11229b2c?depth=0|INFO|500||Invoke 2022-11-27T06:43:12.954Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3e19da-f192-4267-9696-b5d7882cec39/model-vers/model-ver/bcbb6a42-db82-428e-bbad-b84c11229b2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-27T06:43:13.147Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3e19da-f192-4267-9696-b5d7882cec39/model-vers/model-ver/bcbb6a42-db82-428e-bbad-b84c11229b2c?depth=0|INFO|500||InvokeReturn 2022-11-27T06:43:13.147Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e3e19da-f192-4267-9696-b5d7882cec39/model-vers/model-ver/bcbb6a42-db82-428e-bbad-b84c11229b2c?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 06:43:11 GMT], content-length=[0], vertex-id=[213072], x-aai-txid=[0-aai-resources-221127-06:43:11:331-48246], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-27T06:43:13.148Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-11-27T06:43:13.148Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-27T06:43:13.148Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-27T06:43:13.630Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-27T06:43:13.630Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 632fece5-4201-4e82-8529-5a785b8e89ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-27T06:43:13.631Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-27T06:43:13.631Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-27T06:43:13.634Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T06:43:13.634Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531393631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T06:43:13.734Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T06:43:13.735Z||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-27T06:43:13.735Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T06:43:13.789Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:43:13.789Z||pool-88-thread-1|||||INFO|500||cambria reply ok (54 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-27T06:43:14.654Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:43:14.654Z|632fece5-4201-4e82-8529-5a785b8e89ce|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-27T06:43:14.655Z|632fece5-4201-4e82-8529-5a785b8e89ce|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:43:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:43:18.358Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T06:43:18.358Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:43:18.415Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:43:18.416Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.417Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531260482, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T06:43:18.419Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:43:18.420Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.420Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:43:18.420Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-27T06:43:18.420Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.421Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-27T06:43:18.421Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-27T06:43:18.421Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.421Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-27T06:43:18.422Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-27T06:43:18.422Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.422Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-27T06:43:18.422Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-27T06:43:18.423Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.423Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-27T06:43:18.423Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-27T06:43:18.423Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.423Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:43:18.424Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-27T06:43:18.424Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.424Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-27T06:43:18.424Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-27T06:43:18.425Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.425Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:43:18.425Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-27T06:43:18.425Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.425Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:43:18.426Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-27T06:43:18.426Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.426Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531270675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:43:18.426Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:43:18.427Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.427Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531273216, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-27T06:43:18.427Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:43:18.427Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.427Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531274279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-27T06:43:18.428Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:43:18.428Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.428Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531275373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T06:43:18.428Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:43:18.429Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.429Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531276442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T06:43:18.429Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:43:18.429Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-27T06:43:18.430Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531277521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-27T06:43:18.430Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:43:25.057Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:43:25.058Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:43:25.059Z|632fece5-4201-4e82-8529-5a785b8e89ce|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-27T06:43:25.059Z|632fece5-4201-4e82-8529-5a785b8e89ce|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:43:34.633Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:43:34.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:43:34.635Z||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-27T06:43:34.635Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:43:44.210Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:43:44.211Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:43:44.212Z||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-27T06:43:44.212Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:43:53.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:44:18.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:44:18.355Z||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-27T06:44:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:44:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:44:18.356Z||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-27T06:44:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:44:18.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:44:18.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531278692, "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-27T06:44:18.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:18.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531279695, "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-27T06:44:18.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:18.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531280703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T06:44:18.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:18.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531281708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-27T06:44:18.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:18.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531282712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-27T06:44:18.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:18.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531283717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:44:18.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:18.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "816730d7-a1ca-4dff-b7f0-1fbd2976cc88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531314971, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T06:44:18.405Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:18.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:44:18.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:44:18.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-27T06:44:18.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:44:18.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-27T06:44:18.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:44:18.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T06:44:18.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:44:18.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-27T06:44:18.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:44:18.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T06:44:18.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:44:18.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531158354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-27T06:44:18.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-27T06:44:18.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531323155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T06:44:18.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:18.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531325509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T06:44:18.409Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:18.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531326595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T06:44:18.409Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:18.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531327647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-27T06:44:18.409Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:18.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531328826, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T06:44:18.409Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:18.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531329831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-27T06:44:18.410Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:18.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531330835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-27T06:44:18.410Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:18.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-27T06:44:18.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531331839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T06:44:18.410Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:44:27.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:45:18.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:45:18.355Z||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-27T06:45:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:45:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:45:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|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-27T06:45:18.357Z|632fece5-4201-4e82-8529-5a785b8e89ce|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:45:18.897Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:45:18.898Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-27T06:45:18.898Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "632fece5-4201-4e82-8529-5a785b8e89ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669531393631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T06:45:18.900Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T06:45:27.939Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:46:18.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:46:18.354Z||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-27T06:46:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:46:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:46:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|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-27T06:46:18.357Z|632fece5-4201-4e82-8529-5a785b8e89ce|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:46:27.938Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:46:27.954Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:47:18.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:47:18.354Z||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-27T06:47:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:47:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:47:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T06:47:18.357Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:47:27.926Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:47:27.930Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:48:18.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:48:18.355Z||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-27T06:48:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:48:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:48:18.356Z||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-27T06:48:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:48:27.926Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:48:27.930Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:49:18.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:49:18.355Z||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-27T06:49:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:49:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:49:18.357Z||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-27T06:49:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:49:27.919Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:49:27.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:50:18.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:50:18.355Z||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-27T06:50:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:50:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:50:18.356Z||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-27T06:50:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:50:27.926Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:50:27.933Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:51:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:51:18.355Z||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-27T06:51:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:51:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:51:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T06:51:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:51:27.910Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:51:27.920Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:52:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:52:18.355Z||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-27T06:52:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:52:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:52:18.356Z||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-27T06:52:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:52:27.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:52:27.928Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:53:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:53:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:53:18.356Z||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-27T06:53:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:53:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|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-27T06:53:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:53:27.928Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:53:27.953Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:54:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:54:18.355Z||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-27T06:54:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:54:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:54:18.356Z||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-27T06:54:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:54:27.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:54:27.930Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:55:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:55:18.354Z||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-27T06:55:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:55:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:55:18.356Z||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-27T06:55:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:55:27.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:55:27.941Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:56:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:56:18.355Z||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-27T06:56:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:56:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:56:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|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-27T06:56:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:56:27.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:56:27.918Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:57:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:57:18.355Z||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-27T06:57:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:57:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:57:18.356Z||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-27T06:57:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:57:27.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:57:27.924Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:58:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:58:18.355Z||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-27T06:58:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:58:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:58:18.357Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T06:58:18.357Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:58:27.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:58:27.921Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:59:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:59:18.354Z||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-27T06:59:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:59:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T06:59:18.356Z||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-27T06:59:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T06:59:27.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T06:59:27.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:00:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:00:18.354Z||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-27T07:00:18.354Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:00:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:00:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|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-27T07:00:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:00:27.914Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:00:27.914Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:01:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:01:18.355Z||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-27T07:01:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:01:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:01:18.356Z||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-27T07:01:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:01:27.941Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:01:27.942Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:02:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:02:18.354Z||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-27T07:02:18.354Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:02:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:02:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:02:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:02:27.910Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:02:27.918Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:03:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:03:18.355Z||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-27T07:03:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:03:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:03:18.356Z||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-27T07:03:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:03:27.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:03:27.912Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:04:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:04:18.355Z||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-27T07:04:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:04:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:04:18.356Z||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-27T07:04:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:04:27.934Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:04:27.942Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:05:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:05:18.355Z||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-27T07:05:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:05:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:05:18.357Z||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-27T07:05:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:05:27.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:05:27.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:06:18.355Z||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-27T07:06:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:06:18.356Z||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-27T07:06:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:18.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:18.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "cds", "timestamp": 1669532734231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "multicloud-k8s-id", "timestamp": 1669532735943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "multicloud-k8s-id", "timestamp": 1669532735943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-27T07:06:18.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "cds", "timestamp": 1669532734231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "multicloud-k8s-id", "timestamp": 1669532735943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-27T07:06:18.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "cds", "timestamp": 1669532734231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "multicloud-k8s-id", "timestamp": 1669532735943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "cds", "timestamp": 1669532734231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "cds", "timestamp": 1669532734231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "multicloud-k8s-id", "timestamp": 1669532735943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-27T07:06:18.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "multicloud-k8s-id", "timestamp": 1669532735943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "cds", "timestamp": 1669532734231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "ves-openapi-manager", "timestamp": 1669532749524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "cds", "timestamp": 1669532734231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "multicloud-k8s-id", "timestamp": 1669532735943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "ves-openapi-manager", "timestamp": 1669532749524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "multicloud-k8s-id", "timestamp": 1669532735943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:06:18.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "cds", "timestamp": 1669532734231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:06:18.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "aai-ml", "timestamp": 1669532751376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "ves-openapi-manager", "timestamp": 1669532749524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "multicloud-k8s-id", "timestamp": 1669532753198, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:18.522Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "cds", "timestamp": 1669532752242, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:18.523Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "aai-ml", "timestamp": 1669532751376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "ves-openapi-manager", "timestamp": 1669532749524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "multicloud-k8s-id", "timestamp": 1669532754319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:18.527Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "aai-ml", "timestamp": 1669532751376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "ves-openapi-manager", "timestamp": 1669532749524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "multicloud-k8s-id", "timestamp": 1669532755433, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:18.529Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "aai-ml", "timestamp": 1669532751376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "ves-openapi-manager", "timestamp": 1669532749524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "cds", "timestamp": 1669532754829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-27T07:06:18.553Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93027f24-09cc-4d23-99f3-5c4d257eb19e 2022-11-27T07:06:18.554Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93027f24-09cc-4d23-99f3-5c4d257eb19e 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-27T07:06:18.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "multicloud-k8s-id", "timestamp": 1669532756458, "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-27T07:06:18.568Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93027f24-09cc-4d23-99f3-5c4d257eb19e 2022-11-27T07:06:18.568Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93027f24-09cc-4d23-99f3-5c4d257eb19e 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-27T07:06:18.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "aai-ml", "timestamp": 1669532751376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "ves-openapi-manager", "timestamp": 1669532749524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "multicloud-k8s-id", "timestamp": 1669532757462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T07:06:18.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "cds", "timestamp": 1669532755832, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "aai-ml", "timestamp": 1669532751376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "ves-openapi-manager", "timestamp": 1669532749524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "cds", "timestamp": 1669532755832, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "aai-ml", "timestamp": 1669532751376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532758466, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "cds", "timestamp": 1669532755832, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "aai-ml", "timestamp": 1669532751376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:06:18.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532758466, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-27T07:06:18.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "cds", "timestamp": 1669532755832, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "aai-ml", "timestamp": 1669532760231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:18.586Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532758466, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-27T07:06:18.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "cds", "timestamp": 1669532755832, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532758466, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "cds", "timestamp": 1669532755832, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532758466, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-27T07:06:18.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "cds", "timestamp": 1669532755832, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532758466, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-27T07:06:18.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "cds", "timestamp": 1669532755832, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532758466, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-27T07:06:18.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "cds", "timestamp": 1669532755832, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532758466, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "cds", "timestamp": 1669532755832, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:06:18.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532758466, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "cds", "timestamp": 1669532766793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:18.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532758466, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:06:18.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "aai-ml", "timestamp": 1669532767660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T07:06:18.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532769230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:18.600Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "cds", "timestamp": 1669532768352, "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-27T07:06:18.612Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 2022-11-27T07:06:18.613Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 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-27T07:06:18.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "aai-ml", "timestamp": 1669532768664, "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-27T07:06:18.625Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93027f24-09cc-4d23-99f3-5c4d257eb19e 2022-11-27T07:06:18.625Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93027f24-09cc-4d23-99f3-5c4d257eb19e 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-27T07:06:18.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532770303, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:18.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "ves-openapi-manager", "timestamp": 1669532769524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532771486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:18.637Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:06:18.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "ves-openapi-manager", "timestamp": 1669532769524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532772563, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:18.639Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532771758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:18.639Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "ves-openapi-manager", "timestamp": 1669532769524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532773628, "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-27T07:06:18.645Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 2022-11-27T07:06:18.645Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 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-27T07:06:18.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "ves-openapi-manager", "timestamp": 1669532769524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "multicloud-k8s-id", "timestamp": 1669532774632, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T07:06:18.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "ves-openapi-manager", "timestamp": 1669532769524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532774198, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T07:06:18.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:06:18.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "ves-openapi-manager", "timestamp": 1669532769524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532775205, "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-27T07:06:18.666Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93027f24-09cc-4d23-99f3-5c4d257eb19e 2022-11-27T07:06:18.667Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93027f24-09cc-4d23-99f3-5c4d257eb19e 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-27T07:06:18.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "cds", "timestamp": 1669532769355, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "multicloud-k8s-id", "timestamp": 1669532775940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "ves-openapi-manager", "timestamp": 1669532769524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:18.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:06:18.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "cds", "timestamp": 1669532769355, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:18.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:06:19.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:19.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-27T07:06:19.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"93027f24-09cc-4d23-99f3-5c4d257eb19e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"1454b9e0-d25d-4cb7-b6a0-85d22e49fe74","serviceDescription":"service","serviceInvariantUUID":"a1339a11-4874-43d1-a81a-2c2161cb20ba","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e23b1715-98b0-4440-b65d-4e4b7593e289","resourceInvariantUUID":"baea0048-e250-41eb-9558-de58e55c1996","resourceCustomizationUUID":"b0e091ac-de96-48f6-b153-a30857ce1c06","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":"N2IzYzdjY2VhYTU5M2Q3YTI1MmZiODJlOTIyZTE4YzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e03a855e-ae4d-4083-aa25-ccf1a35125bc","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":"NmJlOGY5ZTQ3MzFjM2YzOWU5MmZhM2FjZmFkOTQ5MjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5f2ee1f-1159-4571-a90d-eed9b96c30c2","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":"5df44db5-bf59-40f2-a105-d7fdf636d8d1","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":"d838d1bc-238c-4724-8427-033585904c5c","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":"c72557e9-45d6-4eb3-ad59-f64975a50b06","artifactVersion":"2","generatedFromUUID":"5df44db5-bf59-40f2-a105-d7fdf636d8d1"},{"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":"NDAxMDZmYmFkOGRhMzY4NGY2ZTdjN2YzNTE0ZDliYjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"aaa1ef71-3f30-4695-82ea-62cd158933dc","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":"NDZiZTVhMGM1Zjc0NzQyY2I2Mzk3NWQ4ZTdhY2YxMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f65f7a0c-0b8c-4d8d-b2d2-9534175d2ab0","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjhlZDFiNDY0YWEyMjNhYjI5NzUyZTM4MzgyNzAwZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d82a038f-7962-4600-a314-5b028a11f5ed","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-27T07:06:19.008Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:06:19.008Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:19.013Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:19.013Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:19.113Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:06:19.114Z||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-27T07:06:19.114Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:19.130Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:19.131Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:06:20.014Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:06:20.015Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:20.017Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:20.018Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-27T07:06:20.118Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:06:20.118Z||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-27T07:06:20.119Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:20.148Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:20.148Z||pool-90-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:06:21.018Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:06:21.019Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:21.021Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:21.021Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-27T07:06:21.122Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:06:21.123Z||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-27T07:06:21.123Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:21.140Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:21.141Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-27T07:06:22.022Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:06:22.023Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:22.026Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:22.026Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:22.126Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:06:22.127Z||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-27T07:06:22.127Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:22.142Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:22.143Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:06:23.026Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:06:23.027Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:23.029Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:23.029Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-27T07:06:23.129Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:06:23.131Z||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-27T07:06:23.131Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:23.145Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:23.145Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:06:24.030Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:06:24.031Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:24.033Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:24.033Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:24.133Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:06:24.135Z||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-27T07:06:24.135Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:24.172Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:24.172Z||pool-94-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:06:25.034Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:06:25.036Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:25.039Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:25.039Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:06:25.140Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-27T07:06:25.140Z||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-27T07:06:25.141Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:25.156Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:25.156Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:06:26.040Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:06:26.041Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:26.043Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:26.043Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:06:26.143Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:06:26.144Z||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-27T07:06:26.144Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:26.157Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:26.158Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:06:27.044Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "1454b9e0-d25d-4cb7-b6a0-85d22e49fe74", "serviceDescription": "service", "serviceInvariantUUID": "a1339a11-4874-43d1-a81a-2c2161cb20ba", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "b0e091ac-de96-48f6-b153-a30857ce1c06", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e23b1715-98b0-4440-b65d-4e4b7593e289", "resourceInvariantUUID": "baea0048-e250-41eb-9558-de58e55c1996", "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": "NmJlOGY5ZTQ3MzFjM2YzOWU5MmZhM2FjZmFkOTQ5MjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a5f2ee1f-1159-4571-a90d-eed9b96c30c2", "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": "5df44db5-bf59-40f2-a105-d7fdf636d8d1", "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": "c72557e9-45d6-4eb3-ad59-f64975a50b06", "generatedFromUUID": "5df44db5-bf59-40f2-a105-d7fdf636d8d1" }, "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": "c72557e9-45d6-4eb3-ad59-f64975a50b06", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZjhlZDFiNDY0YWEyMjNhYjI5NzUyZTM4MzgyNzAwZjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d82a038f-7962-4600-a314-5b028a11f5ed" } ], "workloadContext": "Production" } 2022-11-27T07:06:27.046Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-27T07:06:27.046Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1454b9e0-d25d-4cb7-b6a0-85d22e49fe74 ASDC 2022-11-27T07:06:27.048Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:93027f24-09cc-4d23-99f3-5c4d257eb19e ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:1454b9e0-d25d-4cb7-b6a0-85d22e49fe74 ServiceInvariantUUID:a1339a11-4874-43d1-a81a-2c2161cb20ba 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:d82a038f-7962-4600-a314-5b028a11f5ed ArtifactChecksum:ZjhlZDFiNDY0YWEyMjNhYjI5NzUyZTM4MzgyNzAwZjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:b0e091ac-de96-48f6-b153-a30857ce1c06 ResourceInvariantUUID:baea0048-e250-41eb-9558-de58e55c1996 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:e23b1715-98b0-4440-b65d-4e4b7593e289 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:a5f2ee1f-1159-4571-a90d-eed9b96c30c2 ArtifactChecksum:NmJlOGY5ZTQ3MzFjM2YzOWU5MmZhM2FjZmFkOTQ5MjM= 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:5df44db5-bf59-40f2-a105-d7fdf636d8d1 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:c72557e9-45d6-4eb3-ad59-f64975a50b06 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:c72557e9-45d6-4eb3-ad59-f64975a50b06 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-27T07:06:27.049Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1454b9e0-d25d-4cb7-b6a0-85d22e49fe74 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-27T07:06:27.082Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T07:06:27.084Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-27T07:06:27.084Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-27T07:06:27.084Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d82a038f-7962-4600-a314-5b028a11f5ed from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-27T07:06:27.084Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-27T07:06:27.085Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-27T07:06:27.249Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-27T07:06:27.254Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d82a038f-7962-4600-a314-5b028a11f5ed 83009 2022-11-27T07:06:27.255Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-27T07:06:27.255Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-27T07:06:27.255Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T07:06:27.256Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:27.258Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:27.258Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532787255, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:27.358Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:06:27.359Z||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-27T07:06:27.359Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:27.370Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:27.371Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-27T07:06:28.259Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T07:06:28.260Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-27T07:06:28.260Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d82a038f-7962-4600-a314-5b028a11f5ed, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-27T07:06:28.260Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-27T07:06:28.261Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-27T07:06:28.261Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-27T07:06:28.444Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5645134553218625116/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-27T07:06:29.698Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-27T07:06:29.699Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-27T07:06:29.699Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-27T07:06:29.699Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-27T07:06:29.699Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-27T07:06:29.699Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-27T07:06:29.699Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-27T07:06:29.699Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-27T07:06:29.699Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-27T07:06:29.699Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-27T07:06:29.700Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-27T07:06:29.700Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-27T07:06:29.700Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:29.700Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:29.700Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-27T07:06:29.700Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-27T07:06:29.701Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T07:06:29.701Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:29.701Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:29.701Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-27T07:06:29.701Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-27T07:06:29.701Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T07:06:29.701Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:29.702Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:29.702Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:29.702Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-27T07:06:29.702Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-27T07:06:29.702Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-27T07:06:29.702Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-27T07:06:29.703Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-27T07:06:29.703Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-27T07:06:29.703Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:29.703Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-27T07:06:29.703Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:29.703Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-27T07:06:29.703Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T07:06:29.704Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:29.704Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-27T07:06:29.704Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T07:06:29.704Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:29.704Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-27T07:06:29.704Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T07:06:29.704Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:29.705Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-27T07:06:29.705Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-27T07:06:29.705Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-27T07:06:29.705Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=07e4e4a1-9ef6-4114-b921-2762deb03763 2022-11-27T07:06:29.705Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:29.705Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:29.705Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:29.706Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:29.706Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:29.706Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:29.706Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:29.706Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:29.706Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:1454b9e0-d25d-4cb7-b6a0-85d22e49fe74 Model Version:NULL Model InvariantUuid:a1339a11-4874-43d1-a81a-2c2161cb20ba Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:93d62a89-3710-4cb1-bd67-f088b48c592e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:baea0048-e250-41eb-9558-de58e55c1996 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b0e091ac-de96-48f6-b153-a30857ce1c06 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f1e68fac-af51-4233-97c8-d2696be6e8f3 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:0c074a3c-14bc-4174-b1b3-57928ea76433 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:07e4e4a1-9ef6-4114-b921-2762deb03763 ModelInvariantUuid:21695193-bab5-43ba-8385-d7882985d2e9 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:faaa94ef-1d8e-4de2-9d27-80d3fda8c9c1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:7a758d79-d517-4c2e-b486-6ef5cddcc6d5 ModelInvariantUuid:075c6df1-8186-4c30-a991-78939f923f7c ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:b4f7e5ef-5a0c-4559-ab0c-f70845d1313f 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-27T07:06:29.715Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e23b1715-98b0-4440-b65d-4e4b7593e289 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-27T07:06:29.721Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||basic_vm_macro 0 2022-11-27T07:06:29.722Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e23b1715-98b0-4440-b65d-4e4b7593e289 2022-11-27T07:06:29.722Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a5f2ee1f-1159-4571-a90d-eed9b96c30c2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-27T07:06:29.722Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-27T07:06:29.722Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-27T07:06:29.779Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-27T07:06:29.779Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json a5f2ee1f-1159-4571-a90d-eed9b96c30c2 792 2022-11-27T07:06:29.779Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-27T07:06:29.779Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-27T07:06:29.780Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T07:06:29.780Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:29.782Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:29.782Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532789779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:29.882Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:06:29.883Z||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-27T07:06:29.883Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:29.909Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:29.909Z||pool-98-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:06:30.782Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f1e68fac-af51-4233-97c8-d2696be6e8f3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0c074a3c-14bc-4174-b1b3-57928ea76433", "vfModuleModelCustomizationUUID": "6ac85f84-e88f-476f-8378-dcafb8dedd1b", "isBase": true, "artifacts": [ "5df44db5-bf59-40f2-a105-d7fdf636d8d1", "c72557e9-45d6-4eb3-ad59-f64975a50b06" ], "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-27T07:06:30.787Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0c074a3c-14bc-4174-b1b3-57928ea76433 VfModuleModelInvariantUUID:f1e68fac-af51-4233-97c8-d2696be6e8f3 VfModuleModelDescription:NULL Artifacts UUID List:{ 5df44db5-bf59-40f2-a105-d7fdf636d8d1 , c72557e9-45d6-4eb3-ad59-f64975a50b06 } 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-27T07:06:30.789Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f1e68fac-af51-4233-97c8-d2696be6e8f3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0c074a3c-14bc-4174-b1b3-57928ea76433", "vfModuleModelCustomizationUUID": "6ac85f84-e88f-476f-8378-dcafb8dedd1b", "isBase": true, "artifacts": [ "5df44db5-bf59-40f2-a105-d7fdf636d8d1", "c72557e9-45d6-4eb3-ad59-f64975a50b06" ], "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-27T07:06:30.790Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0c074a3c-14bc-4174-b1b3-57928ea76433 VfModuleModelInvariantUUID:f1e68fac-af51-4233-97c8-d2696be6e8f3 VfModuleModelDescription:NULL Artifacts UUID List:{ 5df44db5-bf59-40f2-a105-d7fdf636d8d1 , c72557e9-45d6-4eb3-ad59-f64975a50b06 } 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-27T07:06:30.790Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5df44db5-bf59-40f2-a105-d7fdf636d8d1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-27T07:06:30.790Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-27T07:06:30.790Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-27T07:06:30.869Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-27T07:06:30.870Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5df44db5-bf59-40f2-a105-d7fdf636d8d1 5033 2022-11-27T07:06:30.870Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-27T07:06:30.871Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-27T07:06:30.871Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T07:06:30.871Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:30.873Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:30.873Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532790870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:30.973Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:06:30.975Z||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-27T07:06:30.975Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:30.990Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:30.990Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:06:31.874Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c72557e9-45d6-4eb3-ad59-f64975a50b06 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-27T07:06:31.875Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-27T07:06:31.875Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-27T07:06:31.948Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-27T07:06:31.948Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c72557e9-45d6-4eb3-ad59-f64975a50b06 903 2022-11-27T07:06:31.949Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-27T07:06:31.949Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-27T07:06:31.949Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T07:06:31.949Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:31.954Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:31.954Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532791949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-27T07:06:32.060Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-11-27T07:06:32.061Z||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-27T07:06:32.061Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:32.083Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:32.083Z||pool-100-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:06:32.955Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1454b9e0-d25d-4cb7-b6a0-85d22e49fe74 2022-11-27T07:06:32.955Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e23b1715-98b0-4440-b65d-4e4b7593e289 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-27T07:06:32.969Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7025a24c, org.onap.sdc.toscaparser.api.parameters.Input@7213fc41, org.onap.sdc.toscaparser.api.parameters.Input@1b79fe1d, org.onap.sdc.toscaparser.api.parameters.Input@b2bbb80, org.onap.sdc.toscaparser.api.parameters.Input@56c14f6b] 2022-11-27T07:06:32.970Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:32.970Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:32.970Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-27T07:06:32.971Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b0e091ac-de96-48f6-b153-a30857ce1c06 2022-11-27T07:06:32.971Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0e091ac-de96-48f6-b153-a30857ce1c06 matches Tosca VF Customization UUID: b0e091ac-de96-48f6-b153-a30857ce1c06 2022-11-27T07:06:32.971Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b0e091ac-de96-48f6-b153-a30857ce1c06 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-27T07:06:32.973Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:32.973Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:32.973Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b0e091ac-de96-48f6-b153-a30857ce1c06: {\"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-27T07:06:32.973Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@392199bd 2022-11-27T07:06:32.973Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:32.974Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-27T07:06:32.974Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ac85f84-e88f-476f-8378-dcafb8dedd1b 2022-11-27T07:06:32.974Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ac85f84-e88f-476f-8378-dcafb8dedd1b 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-27T07:06:32.978Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:32.978Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-27T07:06:32.979Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T07:06:32.979Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:32.979Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-27T07:06:32.980Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T07:06:32.980Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:32.980Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-27T07:06:32.980Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-27T07:06:32.981Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-27T07:06:32.981Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=07e4e4a1-9ef6-4114-b921-2762deb03763 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-27T07:06:32.984Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:32.984Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-27T07:06:32.985Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T07:06:32.985Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:32.985Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-27T07:06:32.985Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b0e091ac-de96-48f6-b153-a30857ce1c06 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-27T07:06:32.987Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:32.988Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:32.988Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1454b9e0-d25d-4cb7-b6a0-85d22e49fe74: basic_vm_macro 2022-11-27T07:06:32.988Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:32.988Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:32.989Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:32.989Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:32.989Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:32.989Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:32.989Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:32.990Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:32.990Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:06:32.990Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:06:32.991Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-27T07:06:33.093Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e23b1715-98b0-4440-b65d-4e4b7593e289 1 ASDC deployResourceStructure 2022-11-27T07:06:33.094Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-27T07:06:33.094Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-27T07:06:33.094Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T07:06:33.094Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:33.096Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:33.096Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532793094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T07:06:33.197Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:06:33.198Z||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-27T07:06:33.198Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:33.224Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:33.225Z||pool-101-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:06:34.098Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-27T07:06:34.098Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-27T07:06:34.098Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T07:06:34.098Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:34.100Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:34.100Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532794097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-27T07:06:34.200Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:06:34.201Z||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-27T07:06:34.201Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:34.213Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:34.214Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:06:35.101Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-27T07:06:35.101Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-27T07:06:35.101Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T07:06:35.101Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:35.103Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:35.103Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532795100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-27T07:06:35.203Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:06:35.204Z||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-27T07:06:35.204Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:35.232Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:35.232Z||pool-103-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-11-27T07:06:36.104Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-27T07:06:36.104Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-27T07:06:36.104Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T07:06:36.105Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:06:36.107Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:06:36.107Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532796104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T07:06:36.207Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:06:36.208Z||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-27T07:06:36.208Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:06:36.221Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:06:36.222Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:06:37.108Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93027f24-09cc-4d23-99f3-5c4d257eb19e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:06:37.121Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93027f24-09cc-4d23-99f3-5c4d257eb19e 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-27T07:06:37.123Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T07:06:37.123Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-27T07:06:37.123Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-27T07:06:37.123Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-27T07:06:37.123Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:06:37.124Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:06:37.124Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:06:37.124Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:06:37.124Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:06:37.124Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-27T07:06:37.130Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-27T07:07:07.130Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93027f24-09cc-4d23-99f3-5c4d257eb19e 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-27T07:07:07.138Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93027f24-09cc-4d23-99f3-5c4d257eb19e and serviceModelVersionId: 1454b9e0-d25d-4cb7-b6a0-85d22e49fe74 2022-11-27T07:07:07.139Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a1339a11-4874-43d1-a81a-2c2161cb20ba 2022-11-27T07:07:07.140Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a1339a11-4874-43d1-a81a-2c2161cb20ba/model-vers/model-ver/1454b9e0-d25d-4cb7-b6a0-85d22e49fe74?depth=0 2022-11-27T07:07:07.147Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-27T07:07:07.199Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1339a11-4874-43d1-a81a-2c2161cb20ba/model-vers/model-ver/1454b9e0-d25d-4cb7-b6a0-85d22e49fe74?depth=0|INFO|500||Invoke 2022-11-27T07:07:07.200Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1339a11-4874-43d1-a81a-2c2161cb20ba/model-vers/model-ver/1454b9e0-d25d-4cb7-b6a0-85d22e49fe74?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1339a11-4874-43d1-a81a-2c2161cb20ba/model-vers/model-ver/1454b9e0-d25d-4cb7-b6a0-85d22e49fe74?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[93027f24-09cc-4d23-99f3-5c4d257eb19e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a86cb05f-a719-4ec7-9068-cb7256ead8d0], X-ECOMP-RequestID=[93027f24-09cc-4d23-99f3-5c4d257eb19e], X-TransactionId=[], X-ONAP-RequestID=[93027f24-09cc-4d23-99f3-5c4d257eb19e], Content-Type=[application/merge-patch+json]} 2022-11-27T07:07:07.219Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1339a11-4874-43d1-a81a-2c2161cb20ba/model-vers/model-ver/1454b9e0-d25d-4cb7-b6a0-85d22e49fe74?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-27T07:07:07.388Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1339a11-4874-43d1-a81a-2c2161cb20ba/model-vers/model-ver/1454b9e0-d25d-4cb7-b6a0-85d22e49fe74?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/a1339a11-4874-43d1-a81a-2c2161cb20ba/model-vers/model-ver/1454b9e0-d25d-4cb7-b6a0-85d22e49fe74?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 07:07:05 GMT], content-length=[0], vertex-id=[249912], x-aai-txid=[2-aai-resources-221127-07:07:05:449-94194], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-27T07:07:07.388Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1339a11-4874-43d1-a81a-2c2161cb20ba/model-vers/model-ver/1454b9e0-d25d-4cb7-b6a0-85d22e49fe74?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-27T07:07:07.389Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1339a11-4874-43d1-a81a-2c2161cb20ba/model-vers/model-ver/1454b9e0-d25d-4cb7-b6a0-85d22e49fe74?depth=0|INFO|500||InvokeReturn 2022-11-27T07:07:07.390Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-27T07:07:07.390Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-27T07:07:07.395Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-27T07:07:07.395Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93027f24-09cc-4d23-99f3-5c4d257eb19e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-27T07:07:07.396Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-27T07:07:07.396Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:07.398Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:07.398Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532827396, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T07:07:07.498Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:07.499Z||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-27T07:07:07.499Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:07.523Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:07.523Z||pool-105-thread-1|||||INFO|500||cambria reply ok (24 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-27T07:07:08.413Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-27T07:07:08.414Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1d4a1c5-fdef-4786-bd1c-89a489a4ff23","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"905f338f-c79f-492d-b930-295e39afe187","serviceDescription":"service","serviceInvariantUUID":"31a12103-f5f6-4ea2-8855-9a9d29aed5cc","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0fa9524e-d88a-49aa-bc2f-d0379fc17a87","resourceInvariantUUID":"abb64c4c-2bf2-43a8-ad16-d05d1a6adb6e","resourceCustomizationUUID":"e2c675b8-1b6c-452b-a042-a15b87d4c4d1","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":"NDRiY2NiMjgzZWMzMGE3Y2NlYzIyZTJmYmY0OTc3Mjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4b3460d-0d9f-417f-a168-327389bfe8ff","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":"MjFiM2VlYmM2N2RkYzZlMGM0ODA3YzRiZGI3MTcwYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"00e052e0-8d52-4790-ae07-b700dda46705","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":"31f269b8-d859-48cf-a459-6a7a97addc62","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":"c2a5bfe8-75dd-4945-a5a8-97685628668f","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":"a1bdf3c0-bafb-4a71-bc92-8968358526a2","artifactVersion":"2","generatedFromUUID":"0e1fe55c-fb73-4255-8014-7fd7e5517aee"},{"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":"b2186720-1591-42ad-a1d7-7a0eaee17030","artifactVersion":"2","generatedFromUUID":"31f269b8-d859-48cf-a459-6a7a97addc62"},{"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":"0e1fe55c-fb73-4255-8014-7fd7e5517aee","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":"17a7a465-b796-499c-8dd4-69a6e875120d","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":"NTZmZjdlYTFjY2ZkMjQ1MzQ4NjZkMDk4Yjg4MjkyMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09583294-e3a3-4d29-ad0e-1be9c2dc892b","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Y2M0ZjYzOTExMTNiNTAxZmNhYjQwMWNjNWJiZmIxOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a3090ee2-1cf1-4de6-9f18-194ef1134521","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-27T07:07:08.414Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:07:08.414Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:08.417Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:08.417Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:07:08.517Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:08.518Z||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-27T07:07:08.518Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:08.532Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:08.532Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:09.417Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:07:09.418Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:09.420Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:09.421Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-27T07:07:09.521Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-27T07:07:09.521Z||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-27T07:07:09.521Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:09.536Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:09.537Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-27T07:07:10.421Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:07:10.422Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:10.424Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:10.424Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-27T07:07:10.525Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:10.526Z||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-27T07:07:10.526Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:10.539Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:10.539Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:11.425Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:07:11.426Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:11.428Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:11.429Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:07:11.529Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:11.530Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-27T07:07:11.530Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:11.543Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:11.543Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:12.429Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:07:12.430Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:12.432Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:12.433Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-27T07:07:12.533Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:12.534Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-27T07:07:12.534Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:12.548Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:12.549Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:13.433Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:07:13.434Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:13.436Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:13.436Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-27T07:07:13.537Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-27T07:07:13.537Z||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-27T07:07:13.538Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:13.554Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:13.555Z||pool-111-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:14.437Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:07:14.438Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:14.440Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:14.440Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-27T07:07:14.540Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-27T07:07:14.541Z||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-27T07:07:14.542Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:14.560Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:14.561Z||pool-112-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:15.441Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:07:15.442Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:15.444Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:15.444Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:07:15.544Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:15.545Z||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-27T07:07:15.545Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:15.556Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:15.556Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:16.444Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:07:16.445Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:16.448Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:16.448Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:07:16.548Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:16.548Z||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-27T07:07:16.549Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:16.564Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:16.565Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1} 2022-11-27T07:07:17.448Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:07:17.449Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:17.451Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:17.451Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:07:17.551Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:17.552Z||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-27T07:07:17.552Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:17.569Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:17.569Z||pool-115-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:07:18.357Z||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-27T07:07:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:18.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:18.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:07:18.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "multicloud-k8s-id", "timestamp": 1669532775940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-27T07:07:18.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:07:18.453Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "905f338f-c79f-492d-b930-295e39afe187", "serviceDescription": "service", "serviceInvariantUUID": "31a12103-f5f6-4ea2-8855-9a9d29aed5cc", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "e2c675b8-1b6c-452b-a042-a15b87d4c4d1", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0fa9524e-d88a-49aa-bc2f-d0379fc17a87", "resourceInvariantUUID": "abb64c4c-2bf2-43a8-ad16-d05d1a6adb6e", "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": "MjFiM2VlYmM2N2RkYzZlMGM0ODA3YzRiZGI3MTcwYTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "00e052e0-8d52-4790-ae07-b700dda46705", "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": "31f269b8-d859-48cf-a459-6a7a97addc62", "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": "b2186720-1591-42ad-a1d7-7a0eaee17030", "generatedFromUUID": "31f269b8-d859-48cf-a459-6a7a97addc62" }, "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": "a1bdf3c0-bafb-4a71-bc92-8968358526a2", "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": "b2186720-1591-42ad-a1d7-7a0eaee17030", "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": "0e1fe55c-fb73-4255-8014-7fd7e5517aee", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "Y2M0ZjYzOTExMTNiNTAxZmNhYjQwMWNjNWJiZmIxOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a3090ee2-1cf1-4de6-9f18-194ef1134521" } ], "workloadContext": "Production" } 2022-11-27T07:07:18.453Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-27T07:07:18.453Z|93027f24-09cc-4d23-99f3-5c4d257eb19e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 905f338f-c79f-492d-b930-295e39afe187 ASDC 2022-11-27T07:07:18.453Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:905f338f-c79f-492d-b930-295e39afe187 ServiceInvariantUUID:31a12103-f5f6-4ea2-8855-9a9d29aed5cc 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:a3090ee2-1cf1-4de6-9f18-194ef1134521 ArtifactChecksum:Y2M0ZjYzOTExMTNiNTAxZmNhYjQwMWNjNWJiZmIxOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:e2c675b8-1b6c-452b-a042-a15b87d4c4d1 ResourceInvariantUUID:abb64c4c-2bf2-43a8-ad16-d05d1a6adb6e ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:0fa9524e-d88a-49aa-bc2f-d0379fc17a87 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:00e052e0-8d52-4790-ae07-b700dda46705 ArtifactChecksum:MjFiM2VlYmM2N2RkYzZlMGM0ODA3YzRiZGI3MTcwYTQ= 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:31f269b8-d859-48cf-a459-6a7a97addc62 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:b2186720-1591-42ad-a1d7-7a0eaee17030 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:a1bdf3c0-bafb-4a71-bc92-8968358526a2 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:b2186720-1591-42ad-a1d7-7a0eaee17030 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:0e1fe55c-fb73-4255-8014-7fd7e5517aee ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-27T07:07:18.454Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 905f338f-c79f-492d-b930-295e39afe187 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-27T07:07:18.489Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T07:07:18.489Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-27T07:07:18.490Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-27T07:07:18.490Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a3090ee2-1cf1-4de6-9f18-194ef1134521 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-27T07:07:18.490Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-27T07:07:18.490Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-27T07:07:18.660Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-27T07:07:18.669Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a3090ee2-1cf1-4de6-9f18-194ef1134521 163297 2022-11-27T07:07:18.669Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-27T07:07:18.669Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-27T07:07:18.669Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T07:07:18.670Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:18.671Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:18.672Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532838669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:07:18.772Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:18.773Z||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-27T07:07:18.773Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:18.784Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:18.785Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:19.672Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T07:07:19.673Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-27T07:07:19.673Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a3090ee2-1cf1-4de6-9f18-194ef1134521, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-27T07:07:19.674Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-27T07:07:19.674Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-27T07:07:19.674Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-27T07:07:19.780Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5830318787207921004/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-27T07:07:20.913Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-27T07:07:20.913Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-27T07:07:20.914Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-27T07:07:20.914Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-27T07:07:20.914Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-27T07:07:20.915Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-27T07:07:20.915Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-27T07:07:20.915Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-27T07:07:20.915Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-27T07:07:20.916Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:20.916Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:20.916Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-27T07:07:20.917Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-27T07:07:20.917Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T07:07:20.917Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:20.918Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:20.918Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-27T07:07:20.918Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-27T07:07:20.918Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T07:07:20.919Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:20.919Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:20.919Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:20.920Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-27T07:07:20.920Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-27T07:07:20.920Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-27T07:07:20.921Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-27T07:07:20.921Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:20.921Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-27T07:07:20.922Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:20.922Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-27T07:07:20.922Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T07:07:20.923Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:20.923Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-27T07:07:20.923Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T07:07:20.924Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:20.924Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-27T07:07:20.924Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T07:07:20.925Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:20.925Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-27T07:07:20.925Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T07:07:20.926Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:20.926Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-27T07:07:20.926Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-27T07:07:20.927Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=370037ae-3b55-45ed-8e08-e9dd77e5da99 2022-11-27T07:07:20.927Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:20.927Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:20.928Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:20.928Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:20.928Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:20.929Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:20.929Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:20.930Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:20.930Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:905f338f-c79f-492d-b930-295e39afe187 Model Version:NULL Model InvariantUuid:31a12103-f5f6-4ea2-8855-9a9d29aed5cc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:afff7138-5798-49e3-93f3-bbd3ef2d4fe9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:abb64c4c-2bf2-43a8-ad16-d05d1a6adb6e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e2c675b8-1b6c-452b-a042-a15b87d4c4d1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:02e2b29c-4703-4315-b494-794c9f0909ff ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:82872686-e054-44f7-b3bf-5459448d93a0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:417cb782-d24e-4bae-9a17-4851a01de19b ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:06b4f8eb-b246-4a5d-8a32-e75ba786d238 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:370037ae-3b55-45ed-8e08-e9dd77e5da99 ModelInvariantUuid:0dedb7cd-d7f8-4339-88e3-274c4ef1b3c7 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:a40b4b7c-dbab-43d4-b6e0-b313b147ee0f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:9dba5fef-f365-45c2-b479-3d3626715020 ModelInvariantUuid:9b5c2513-70b8-45f1-878c-1f60647bbb45 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:ba2f01cd-7113-465f-a2d6-7c3f9972e3d8 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-27T07:07:20.937Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0fa9524e-d88a-49aa-bc2f-d0379fc17a87 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-27T07:07:20.939Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0 2022-11-27T07:07:20.940Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0fa9524e-d88a-49aa-bc2f-d0379fc17a87 2022-11-27T07:07:20.940Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 00e052e0-8d52-4790-ae07-b700dda46705 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-27T07:07:20.940Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-27T07:07:20.940Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-27T07:07:21.039Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-27T07:07:21.039Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 00e052e0-8d52-4790-ae07-b700dda46705 1565 2022-11-27T07:07:21.039Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-27T07:07:21.040Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-27T07:07:21.040Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T07:07:21.040Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:21.042Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:21.042Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532841039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T07:07:21.142Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:21.143Z||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-27T07:07:21.143Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:21.158Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:21.158Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:22.042Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "417cb782-d24e-4bae-9a17-4851a01de19b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "06b4f8eb-b246-4a5d-8a32-e75ba786d238", "vfModuleModelCustomizationUUID": "a364a9a5-c7ac-49c0-8d36-cf99a28ce576", "isBase": true, "artifacts": [ "31f269b8-d859-48cf-a459-6a7a97addc62", "b2186720-1591-42ad-a1d7-7a0eaee17030" ], "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": "02e2b29c-4703-4315-b494-794c9f0909ff", "vfModuleModelVersion": "1", "vfModuleModelUUID": "82872686-e054-44f7-b3bf-5459448d93a0", "vfModuleModelCustomizationUUID": "4f6ded3c-b839-42cf-8a5f-7bb42e92eed9", "isBase": false, "artifacts": [ "0e1fe55c-fb73-4255-8014-7fd7e5517aee" ], "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-27T07:07:22.046Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:06b4f8eb-b246-4a5d-8a32-e75ba786d238 VfModuleModelInvariantUUID:417cb782-d24e-4bae-9a17-4851a01de19b VfModuleModelDescription:NULL Artifacts UUID List:{ 31f269b8-d859-48cf-a459-6a7a97addc62 , b2186720-1591-42ad-a1d7-7a0eaee17030 } 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:82872686-e054-44f7-b3bf-5459448d93a0 VfModuleModelInvariantUUID:02e2b29c-4703-4315-b494-794c9f0909ff VfModuleModelDescription:NULL Artifacts UUID List:{ 0e1fe55c-fb73-4255-8014-7fd7e5517aee } 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-27T07:07:22.048Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "417cb782-d24e-4bae-9a17-4851a01de19b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "06b4f8eb-b246-4a5d-8a32-e75ba786d238", "vfModuleModelCustomizationUUID": "a364a9a5-c7ac-49c0-8d36-cf99a28ce576", "isBase": true, "artifacts": [ "31f269b8-d859-48cf-a459-6a7a97addc62", "b2186720-1591-42ad-a1d7-7a0eaee17030" ], "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": "02e2b29c-4703-4315-b494-794c9f0909ff", "vfModuleModelVersion": "1", "vfModuleModelUUID": "82872686-e054-44f7-b3bf-5459448d93a0", "vfModuleModelCustomizationUUID": "4f6ded3c-b839-42cf-8a5f-7bb42e92eed9", "isBase": false, "artifacts": [ "0e1fe55c-fb73-4255-8014-7fd7e5517aee" ], "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-27T07:07:22.049Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:06b4f8eb-b246-4a5d-8a32-e75ba786d238 VfModuleModelInvariantUUID:417cb782-d24e-4bae-9a17-4851a01de19b VfModuleModelDescription:NULL Artifacts UUID List:{ 31f269b8-d859-48cf-a459-6a7a97addc62 , b2186720-1591-42ad-a1d7-7a0eaee17030 } 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:82872686-e054-44f7-b3bf-5459448d93a0 VfModuleModelInvariantUUID:02e2b29c-4703-4315-b494-794c9f0909ff VfModuleModelDescription:NULL Artifacts UUID List:{ 0e1fe55c-fb73-4255-8014-7fd7e5517aee } 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-27T07:07:22.049Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 31f269b8-d859-48cf-a459-6a7a97addc62 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-27T07:07:22.049Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-27T07:07:22.049Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-27T07:07:22.176Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-27T07:07:22.176Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 31f269b8-d859-48cf-a459-6a7a97addc62 914 2022-11-27T07:07:22.177Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-27T07:07:22.177Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-27T07:07:22.177Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T07:07:22.177Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:22.179Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:22.179Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532842177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T07:07:22.279Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:22.280Z||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-27T07:07:22.280Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:22.297Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:22.298Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:23.180Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a1bdf3c0-bafb-4a71-bc92-8968358526a2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-27T07:07:23.181Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-27T07:07:23.181Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-27T07:07:23.313Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-27T07:07:23.314Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env a1bdf3c0-bafb-4a71-bc92-8968358526a2 12 2022-11-27T07:07:23.314Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-27T07:07:23.314Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-27T07:07:23.315Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T07:07:23.315Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:23.318Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:23.318Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532843314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-27T07:07:23.418Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-27T07:07:23.419Z||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-27T07:07:23.419Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:23.432Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:23.432Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:24.319Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b2186720-1591-42ad-a1d7-7a0eaee17030 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-27T07:07:24.320Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-27T07:07:24.320Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-27T07:07:24.530Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-27T07:07:24.530Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env b2186720-1591-42ad-a1d7-7a0eaee17030 96 2022-11-27T07:07:24.531Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-27T07:07:24.531Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-27T07:07:24.531Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T07:07:24.531Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:24.533Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:24.533Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532844530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-27T07:07:24.633Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:24.634Z||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-27T07:07:24.634Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:24.646Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:24.647Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:25.534Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0e1fe55c-fb73-4255-8014-7fd7e5517aee from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-27T07:07:25.535Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-27T07:07:25.535Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-27T07:07:25.782Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-27T07:07:25.783Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 0e1fe55c-fb73-4255-8014-7fd7e5517aee 20206 2022-11-27T07:07:25.783Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-27T07:07:25.783Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-27T07:07:25.784Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T07:07:25.784Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:25.786Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:25.787Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532845783, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-27T07:07:25.886Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-27T07:07:25.887Z||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-27T07:07:25.887Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:25.903Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:25.903Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:26.792Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 905f338f-c79f-492d-b930-295e39afe187 2022-11-27T07:07:26.792Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 0fa9524e-d88a-49aa-bc2f-d0379fc17a87 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-27T07:07:26.801Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@222a056d, org.onap.sdc.toscaparser.api.parameters.Input@47f512a0, org.onap.sdc.toscaparser.api.parameters.Input@50f1c3ba, org.onap.sdc.toscaparser.api.parameters.Input@200ad739, org.onap.sdc.toscaparser.api.parameters.Input@52f9bf38] 2022-11-27T07:07:26.803Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:26.803Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:26.803Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-27T07:07:26.804Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e2c675b8-1b6c-452b-a042-a15b87d4c4d1 2022-11-27T07:07:26.804Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e2c675b8-1b6c-452b-a042-a15b87d4c4d1 matches Tosca VF Customization UUID: e2c675b8-1b6c-452b-a042-a15b87d4c4d1 2022-11-27T07:07:26.804Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e2c675b8-1b6c-452b-a042-a15b87d4c4d1 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-27T07:07:26.806Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:26.806Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:26.807Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e2c675b8-1b6c-452b-a042-a15b87d4c4d1: {\"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-27T07:07:26.807Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15018f8c 2022-11-27T07:07:26.807Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:26.807Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-27T07:07:26.808Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4f6ded3c-b839-42cf-8a5f-7bb42e92eed9 2022-11-27T07:07:26.808Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4f6ded3c-b839-42cf-8a5f-7bb42e92eed9 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-27T07:07:26.810Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:26.810Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-27T07:07:26.810Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T07:07:26.811Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:26.811Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-27T07:07:26.811Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-27T07:07:26.812Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:26.812Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-27T07:07:26.812Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e2c675b8-1b6c-452b-a042-a15b87d4c4d1 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-27T07:07:26.814Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:26.814Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:26.815Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 905f338f-c79f-492d-b930-295e39afe187: basic_cnf_macro 2022-11-27T07:07:26.815Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:26.815Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:26.816Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:26.816Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:26.816Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:26.817Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:26.817Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:26.817Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:26.818Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:07:26.818Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:07:26.818Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-27T07:07:26.859Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 0fa9524e-d88a-49aa-bc2f-d0379fc17a87 2 ASDC deployResourceStructure 2022-11-27T07:07:26.860Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-27T07:07:26.860Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-27T07:07:26.860Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T07:07:26.860Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:26.862Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:26.863Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532846860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T07:07:26.963Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:26.964Z||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-27T07:07:26.964Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:26.989Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:26.990Z||pool-122-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:27.863Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-27T07:07:27.864Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-27T07:07:27.864Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T07:07:27.864Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:27.866Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:27.867Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532847863, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-27T07:07:27.967Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:27.968Z||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-27T07:07:27.968Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:27.984Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:27.984Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:28.869Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-27T07:07:28.869Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-11-27T07:07:28.869Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-27T07:07:28.869Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:28.872Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:28.872Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532848868, "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-27T07:07:28.973Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:28.974Z||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-27T07:07:28.974Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:28.988Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:28.988Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:29.874Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-27T07:07:29.874Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-27T07:07:29.874Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T07:07:29.875Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:29.877Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:29.877Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532849873, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-27T07:07:29.982Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-11-27T07:07:29.982Z||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-27T07:07:29.983Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:29.995Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:29.995Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:30.878Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-27T07:07:30.878Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-27T07:07:30.878Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-27T07:07:30.878Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:30.881Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:30.881Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532850877, "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-27T07:07:30.981Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:30.982Z||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-27T07:07:30.982Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:30.997Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:30.997Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-27T07:07:31.882Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-27T07:07:31.882Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-27T07:07:31.883Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T07:07:31.883Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:07:31.885Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:07:31.885Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532851882, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T07:07:31.985Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:07:31.986Z||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-27T07:07:31.986Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:07:32.004Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:07:32.004Z||pool-127-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:07:32.886Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:07:32.901Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 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-27T07:07:32.903Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T07:07:32.903Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-27T07:07:32.903Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-27T07:08:02.903Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:08:02.922Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 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-27T07:08:02.924Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T07:08:02.924Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-27T07:08:02.924Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-27T07:08:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:08:18.357Z||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-27T07:08:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:08:18.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:08:18.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:08:18.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "ves-openapi-manager", "timestamp": 1669532769524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:08:18.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:08:32.925Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:08:32.937Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 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-27T07:08:32.939Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T07:08:32.939Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-27T07:08:32.939Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-27T07:09:02.940Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:09:02.949Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 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-27T07:09:02.951Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T07:09:02.952Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-27T07:09:02.952Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-27T07:09:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:09:18.357Z||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-27T07:09:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:09:18.431Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:09:18.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "cds", "timestamp": 1669532769355, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "multicloud-k8s-id", "timestamp": 1669532775940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "ves-openapi-manager", "timestamp": 1669532769524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "cds", "timestamp": 1669532769355, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-27T07:09:18.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "multicloud-k8s-id", "timestamp": 1669532775940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "ves-openapi-manager", "timestamp": 1669532769524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "cds", "timestamp": 1669532769355, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-27T07:09:18.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "multicloud-k8s-id", "timestamp": 1669532775940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "cds", "timestamp": 1669532769355, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "multicloud-k8s-id", "timestamp": 1669532775940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "cds", "timestamp": 1669532769355, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-27T07:09:18.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "multicloud-k8s-id", "timestamp": 1669532775940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "cds", "timestamp": 1669532769355, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "multicloud-k8s-id", "timestamp": 1669532775940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "cds", "timestamp": 1669532769355, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:09:18.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "multicloud-k8s-id", "timestamp": 1669532775940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:09:18.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:09:18.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "cds", "timestamp": 1669532784488, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:09:18.444Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532762861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:09:18.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532787255, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:09:18.444Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "cds", "timestamp": 1669532785842, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-27T07:09:18.457Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a397558-90b4-490a-b7ce-cc950105f772 2022-11-27T07:09:18.457Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a397558-90b4-490a-b7ce-cc950105f772 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-27T07:09:18.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532786373, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:09:18.465Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532789779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T07:09:18.466Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532788677, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T07:09:18.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532790870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T07:09:18.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532789686, "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-27T07:09:18.472Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 2022-11-27T07:09:18.473Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 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-27T07:09:18.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "ves-openapi-manager", "timestamp": 1669532789524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532791949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-27T07:09:18.482Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "ves-openapi-manager", "timestamp": 1669532789524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:09:18.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532793094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T07:09:18.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "ves-openapi-manager", "timestamp": 1669532789524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "aai-ml", "timestamp": 1669532792219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:09:18.484Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532794097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-27T07:09:18.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "ves-openapi-manager", "timestamp": 1669532789524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532795100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-27T07:09:18.486Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532792861, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "ves-openapi-manager", "timestamp": 1669532789524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532796104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T07:09:18.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532792861, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "ves-openapi-manager", "timestamp": 1669532789524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532792861, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "ves-openapi-manager", "timestamp": 1669532789524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-27T07:09:18.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532792861, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "ves-openapi-manager", "timestamp": 1669532789524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532792861, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "ves-openapi-manager", "timestamp": 1669532789524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532792861, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "ves-openapi-manager", "timestamp": 1669532799437, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T07:09:18.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532792861, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "aai-ml", "timestamp": 1669532799710, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T07:09:18.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "ves-openapi-manager", "timestamp": 1669532800486, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-27T07:09:18.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532792861, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "aai-ml", "timestamp": 1669532800714, "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-27T07:09:18.501Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 2022-11-27T07:09:18.501Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 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-27T07:09:18.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "ves-openapi-manager", "timestamp": 1669532801490, "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-27T07:09:18.514Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4a397558-90b4-490a-b7ce-cc950105f772 2022-11-27T07:09:18.514Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a397558-90b4-490a-b7ce-cc950105f772 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-27T07:09:18.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532792861, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:09:18.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532802663, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:09:18.521Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532804567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T07:09:18.522Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669532805571, "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-27T07:09:18.526Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a397558-90b4-490a-b7ce-cc950105f772 2022-11-27T07:09:18.526Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a397558-90b4-490a-b7ce-cc950105f772 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-27T07:09:18.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "aai-ml", "timestamp": 1669532781376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:09:18.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "aai-ml", "timestamp": 1669532810869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:09:18.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "aai-ml", "timestamp": 1669532815850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T07:09:18.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "aai-ml", "timestamp": 1669532816855, "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-27T07:09:18.545Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4a397558-90b4-490a-b7ce-cc950105f772 2022-11-27T07:09:18.545Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a397558-90b4-490a-b7ce-cc950105f772 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-27T07:09:18.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "93027f24-09cc-4d23-99f3-5c4d257eb19e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532827396, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T07:09:18.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:09:18.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-27T07:09:18.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-27T07:09:18.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-27T07:09:18.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-27T07:09:18.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-27T07:09:18.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:09:18.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:18.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:09:18.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:09:18.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:09:32.952Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:09:32.965Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 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-27T07:09:32.972Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T07:09:32.972Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-27T07:09:32.972Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-27T07:09:32.972Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-27T07:09:32.972Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:09:32.972Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:09:32.972Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:09:32.973Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:09:32.973Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:09:32.973Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-27T07:09:32.977Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-27T07:10:02.977Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 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-27T07:10:02.985Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 and serviceModelVersionId: 905f338f-c79f-492d-b930-295e39afe187 2022-11-27T07:10:02.986Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31a12103-f5f6-4ea2-8855-9a9d29aed5cc 2022-11-27T07:10:02.986Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31a12103-f5f6-4ea2-8855-9a9d29aed5cc/model-vers/model-ver/905f338f-c79f-492d-b930-295e39afe187?depth=0 2022-11-27T07:10:02.991Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-27T07:10:03.028Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a12103-f5f6-4ea2-8855-9a9d29aed5cc/model-vers/model-ver/905f338f-c79f-492d-b930-295e39afe187?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-27T07:10:03.029Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a12103-f5f6-4ea2-8855-9a9d29aed5cc/model-vers/model-ver/905f338f-c79f-492d-b930-295e39afe187?depth=0|INFO|500||Invoke 2022-11-27T07:10:03.050Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a12103-f5f6-4ea2-8855-9a9d29aed5cc/model-vers/model-ver/905f338f-c79f-492d-b930-295e39afe187?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-27T07:10:03.131Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a12103-f5f6-4ea2-8855-9a9d29aed5cc/model-vers/model-ver/905f338f-c79f-492d-b930-295e39afe187?depth=0|INFO|500||InvokeReturn 2022-11-27T07:10:03.131Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a12103-f5f6-4ea2-8855-9a9d29aed5cc/model-vers/model-ver/905f338f-c79f-492d-b930-295e39afe187?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 07:10:01 GMT], content-length=[0], vertex-id=[213240], x-aai-txid=[2-aai-resources-221127-07:10:01:259-2744], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-27T07:10:03.132Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-11-27T07:10:03.132Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-27T07:10:03.132Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-27T07:10:03.137Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-27T07:10:03.137Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1d4a1c5-fdef-4786-bd1c-89a489a4ff23 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-27T07:10:03.138Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-27T07:10:03.138Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:10:03.142Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:10:03.143Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669533003137, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T07:10:03.241Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-27T07:10:03.243Z||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-27T07:10:03.243Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:03.294Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:03.295Z||pool-128-thread-1|||||INFO|500||cambria reply ok (53 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-27T07:10:04.169Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-27T07:10:04.170Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a397558-90b4-490a-b7ce-cc950105f772","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"078bdf1b-b78b-4239-ba40-f5070b1f7e4c","serviceDescription":"service","serviceInvariantUUID":"98f4d93e-4b32-4496-861e-07ab9e8759db","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"75165d8b-09f4-4c0e-ac5c-339238d9dc89","resourceInvariantUUID":"43d1a35a-97b2-4610-aeb4-647b4c04e6a2","resourceCustomizationUUID":"e5e4c035-feb2-484d-9b36-a5ed36433843","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":"OTEzNzNiZjQ5OTJhZGUyMjY4OGQxMWQ0MjE4NzM1MTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"731884ec-e228-4f8a-81ad-4616e3082620","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":"78b8fbf2-3e91-476f-8b99-30c152859c5a","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":"f50e0616-9c07-4273-9992-67db6eb26558","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":"MTEwZDMxOWZhMTA0ZjA5ODA1OTM4NDgwMzVhYWE2YTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"124158eb-19cd-4c3c-a090-0bf1b7994a2a","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":"cf59d88e-84df-4abb-9246-69e37c6b1bff","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":"97e418fd-7f93-4adf-a502-dbbe3ef83aea","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":"bb4bef0e-e305-492a-8919-ce58bc76f6ac","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":"Y2I3NzQ4M2JiMjgwYmM5MmYxMDQ3YzdjYmJjYzkwMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"011fd8c8-704c-4009-a498-9f5987e37fa6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTIzYTNlM2I4NzNlN2UxZTM2YWRkOTVmZWJkNWMyZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"544cb08b-2605-4009-87be-2765d8cc0420","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-27T07:10:04.170Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:10:04.170Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:10:04.172Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:10:04.172Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:10:04.272Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:10:04.273Z||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-27T07:10:04.273Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:04.303Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:04.304Z||pool-129-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:10:05.173Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:10:05.174Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:10:05.176Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:10:05.176Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-27T07:10:05.277Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:10:05.277Z||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-27T07:10:05.277Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:05.300Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:05.300Z||pool-130-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:10:06.177Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:10:06.177Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:10:06.179Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:10:06.179Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-27T07:10:06.279Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:10:06.280Z||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-27T07:10:06.280Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:06.297Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:06.298Z||pool-131-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:10:07.182Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:10:07.182Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:10:07.188Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:10:07.188Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:10:07.285Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-27T07:10:07.286Z||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-27T07:10:07.286Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:07.304Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:07.305Z||pool-132-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-27T07:10:08.189Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:10:08.189Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:10:08.191Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:10:08.191Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:10:08.292Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-27T07:10:08.292Z||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-27T07:10:08.293Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:08.320Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:08.320Z||pool-133-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-11-27T07:10:09.192Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:10:09.193Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:10:09.195Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:10:09.195Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:10:09.296Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:10:09.297Z||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-27T07:10:09.297Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:09.315Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:09.315Z||pool-134-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:10:10.196Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:10:10.196Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:10:10.198Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:10:10.198Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:10:10.298Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:10:10.299Z||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-27T07:10:10.299Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:10.313Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:10.313Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:10:11.199Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:10:11.200Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:10:11.202Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:10:11.202Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:10:11.302Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:10:11.303Z||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-27T07:10:11.303Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:11.321Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:11.321Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:10:12.202Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-27T07:10:12.204Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:10:12.205Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:10:12.205Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:10:12.306Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:10:12.307Z||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-27T07:10:12.307Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:12.321Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:12.321Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-27T07:10:13.207Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "078bdf1b-b78b-4239-ba40-f5070b1f7e4c", "serviceDescription": "service", "serviceInvariantUUID": "98f4d93e-4b32-4496-861e-07ab9e8759db", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "e5e4c035-feb2-484d-9b36-a5ed36433843", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "75165d8b-09f4-4c0e-ac5c-339238d9dc89", "resourceInvariantUUID": "43d1a35a-97b2-4610-aeb4-647b4c04e6a2", "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": "ZTIzYTNlM2I4NzNlN2UxZTM2YWRkOTVmZWJkNWMyZWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "544cb08b-2605-4009-87be-2765d8cc0420" } ], "workloadContext": "Production" } 2022-11-27T07:10:13.207Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-27T07:10:13.208Z|f1d4a1c5-fdef-4786-bd1c-89a489a4ff23|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 078bdf1b-b78b-4239-ba40-f5070b1f7e4c ASDC 2022-11-27T07:10:13.208Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:4a397558-90b4-490a-b7ce-cc950105f772 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:078bdf1b-b78b-4239-ba40-f5070b1f7e4c ServiceInvariantUUID:98f4d93e-4b32-4496-861e-07ab9e8759db 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:544cb08b-2605-4009-87be-2765d8cc0420 ArtifactChecksum:ZTIzYTNlM2I4NzNlN2UxZTM2YWRkOTVmZWJkNWMyZWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:e5e4c035-feb2-484d-9b36-a5ed36433843 ResourceInvariantUUID:43d1a35a-97b2-4610-aeb4-647b4c04e6a2 ResourceName:test-pnf ResourceType:PNF ResourceUUID:75165d8b-09f4-4c0e-ac5c-339238d9dc89 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-27T07:10:13.208Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 078bdf1b-b78b-4239-ba40-f5070b1f7e4c 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-27T07:10:13.234Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T07:10:13.235Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-27T07:10:13.235Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-27T07:10:13.235Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 544cb08b-2605-4009-87be-2765d8cc0420 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-27T07:10:13.236Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-27T07:10:13.236Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-27T07:10:13.459Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-27T07:10:13.465Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 544cb08b-2605-4009-87be-2765d8cc0420 111102 2022-11-27T07:10:13.465Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||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-27T07:10:13.465Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||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-27T07:10:13.465Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-27T07:10:13.466Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:10:13.467Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:10:13.468Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669533013465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:10:13.568Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:10:13.569Z||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-27T07:10:13.569Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:13.582Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:13.583Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:10:14.468Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-27T07:10:14.469Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-27T07:10:14.470Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 544cb08b-2605-4009-87be-2765d8cc0420, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-27T07:10:14.470Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-27T07:10:14.471Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-27T07:10:14.471Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-27T07:10:14.608Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13320458435794747856/Definitions/service-TestPnfMacro-template.yml 2022-11-27T07:10:15.355Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-27T07:10:15.355Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-27T07:10:15.355Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-27T07:10:15.355Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-27T07:10:15.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||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-27T07:10:15.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||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-27T07:10:15.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||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-27T07:10:15.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||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-27T07:10:15.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-27T07:10:15.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-27T07:10:15.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-27T07:10:15.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-27T07:10:15.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:10:15.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:10:15.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-27T07:10:15.357Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-27T07:10:15.357Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T07:10:15.357Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:10:15.357Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:10:15.357Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-27T07:10:15.357Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-27T07:10:15.357Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-27T07:10:15.357Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:10:15.358Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:10:15.358Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:10:15.358Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:10:15.358Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:10:15.358Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:10:15.358Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:10:15.358Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:10:15.358Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:10:15.359Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:10:15.359Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:078bdf1b-b78b-4239-ba40-f5070b1f7e4c Model Version:NULL Model InvariantUuid:98f4d93e-4b32-4496-861e-07ab9e8759db 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-27T07:10:15.378Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 75165d8b-09f4-4c0e-ac5c-339238d9dc89 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-27T07:10:15.381Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||test-pnf 0 2022-11-27T07:10:15.381Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 75165d8b-09f4-4c0e-ac5c-339238d9dc89 2022-11-27T07:10:15.381Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 078bdf1b-b78b-4239-ba40-f5070b1f7e4c 2022-11-27T07:10:15.381Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 078bdf1b-b78b-4239-ba40-f5070b1f7e4c 2022-11-27T07:10:15.381Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 75165d8b-09f4-4c0e-ac5c-339238d9dc89 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-27T07:10:15.385Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44a780fb, org.onap.sdc.toscaparser.api.parameters.Input@554131f8, org.onap.sdc.toscaparser.api.parameters.Input@4b4e896d, org.onap.sdc.toscaparser.api.parameters.Input@501ac3e5, org.onap.sdc.toscaparser.api.parameters.Input@28422145] 2022-11-27T07:10:15.386Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:10:15.386Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:10:15.387Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 078bdf1b-b78b-4239-ba40-f5070b1f7e4c: test-pnf 2022-11-27T07:10:15.387Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||Processing PNF resource: 75165d8b-09f4-4c0e-ac5c-339238d9dc89 2022-11-27T07:10:15.387Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-27T07:10:15.387Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-27T07:10:15.388Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||Resource customization UUID: e5e4c035-feb2-484d-9b36-a5ed36433843 is the same as notified resource customizationUUID: e5e4c035-feb2-484d-9b36-a5ed36433843 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-27T07:10:15.418Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 75165d8b-09f4-4c0e-ac5c-339238d9dc89 0 ASDC deployResourceStructure 2022-11-27T07:10:15.419Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||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-27T07:10:15.419Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||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-27T07:10:15.419Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-27T07:10:15.420Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:10:15.422Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:10:15.422Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669533015419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T07:10:15.522Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-27T07:10:15.523Z||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-27T07:10:15.523Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:15.538Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:15.538Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-27T07:10:16.423Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a397558-90b4-490a-b7ce-cc950105f772 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:10:16.437Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a397558-90b4-490a-b7ce-cc950105f772 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-27T07:10:16.439Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-27T07:10:16.439Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-27T07:10:16.439Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-27T07:10:16.440Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-27T07:10:16.440Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:10:16.440Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:10:16.440Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:10:16.440Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:10:16.440Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-27T07:10:16.440Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-27T07:10:16.444Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-27T07:10:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:10:18.357Z||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-27T07:10:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:18.426Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:18.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-27T07:10:18.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532838669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:10:18.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:10:18.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-27T07:10:18.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532841039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-27T07:10:18.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:10:18.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-27T07:10:18.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532842177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-27T07:10:18.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:10:18.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-27T07:10:18.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532843314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-27T07:10:18.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:10:18.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-27T07:10:18.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532844530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-27T07:10:18.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:10:18.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-27T07:10:18.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532845783, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-27T07:10:18.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:10:18.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-27T07:10:18.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532846860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-27T07:10:18.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:10:18.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-27T07:10:18.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532847863, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-27T07:10:18.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:10:18.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-27T07:10:18.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532848868, "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-27T07:10:18.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:10:18.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-27T07:10:18.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532849873, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-27T07:10:18.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:10:18.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-27T07:10:18.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532850877, "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-27T07:10:18.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:10:18.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-27T07:10:18.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532851882, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T07:10:18.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:10:46.445Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a397558-90b4-490a-b7ce-cc950105f772 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-27T07:10:46.452Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a397558-90b4-490a-b7ce-cc950105f772 and serviceModelVersionId: 078bdf1b-b78b-4239-ba40-f5070b1f7e4c 2022-11-27T07:10:46.452Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 98f4d93e-4b32-4496-861e-07ab9e8759db 2022-11-27T07:10:46.453Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/98f4d93e-4b32-4496-861e-07ab9e8759db/model-vers/model-ver/078bdf1b-b78b-4239-ba40-f5070b1f7e4c?depth=0 2022-11-27T07:10:46.457Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-27T07:10:46.495Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98f4d93e-4b32-4496-861e-07ab9e8759db/model-vers/model-ver/078bdf1b-b78b-4239-ba40-f5070b1f7e4c?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-27T07:10:46.496Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98f4d93e-4b32-4496-861e-07ab9e8759db/model-vers/model-ver/078bdf1b-b78b-4239-ba40-f5070b1f7e4c?depth=0|INFO|500||Invoke 2022-11-27T07:10:46.513Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98f4d93e-4b32-4496-861e-07ab9e8759db/model-vers/model-ver/078bdf1b-b78b-4239-ba40-f5070b1f7e4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-27T07:10:46.592Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98f4d93e-4b32-4496-861e-07ab9e8759db/model-vers/model-ver/078bdf1b-b78b-4239-ba40-f5070b1f7e4c?depth=0|INFO|500||InvokeReturn 2022-11-27T07:10:46.593Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98f4d93e-4b32-4496-861e-07ab9e8759db/model-vers/model-ver/078bdf1b-b78b-4239-ba40-f5070b1f7e4c?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 07:10:44 GMT], content-length=[0], vertex-id=[237792], x-aai-txid=[1-aai-resources-221127-07:10:44:715-30168], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-27T07:10:46.593Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-11-27T07:10:46.594Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-27T07:10:46.595Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-27T07:10:46.601Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-27T07:10:46.602Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a397558-90b4-490a-b7ce-cc950105f772 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-27T07:10:46.602Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-27T07:10:46.602Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-27T07:10:46.605Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-27T07:10:46.605Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669533046602, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T07:10:46.707Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-27T07:10:46.708Z||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-27T07:10:46.708Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:46.735Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:46.736Z||pool-140-thread-1|||||INFO|500||cambria reply ok (29 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-27T07:10:47.630Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:10:47.631Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:10:47.631Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:10:58.004Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:10:58.005Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:10:58.005Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:10:58.006Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:11:07.621Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:11:07.622Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:11:07.622Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:11:07.622Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:11:17.220Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:11:17.221Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:11:17.221Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:11:17.221Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:11:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:11:18.357Z||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-27T07:11:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:11:18.396Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:11:18.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:11:18.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a1c5-fdef-4786-bd1c-89a489a4ff23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669533003137, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T07:11:18.397Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:11:18.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:11:18.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:11:18.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:11:18.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:11:18.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-27T07:11:18.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:11:18.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:11:18.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-27T07:11:18.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:11:18.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:11:18.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-27T07:11:18.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:11:18.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:11:18.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-27T07:11:18.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:11:18.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:11:18.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:11:18.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:11:18.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:11:18.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-27T07:11:18.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:11:18.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:11:18.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-27T07:11:18.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:11:18.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:11:18.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669532778354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-27T07:11:18.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-27T07:11:18.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:11:18.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669533013465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-27T07:11:18.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:11:18.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-27T07:11:18.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669533015419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-27T07:11:18.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:11:26.822Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:11:26.823Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:11:26.823Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:11:26.823Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:11:36.462Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:12:18.354Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:12:18.354Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:12:18.354Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:12:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:12:18.357Z||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-27T07:12:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:12:18.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:12:18.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-27T07:12:18.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a397558-90b4-490a-b7ce-cc950105f772", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669533046602, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-27T07:12:18.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-27T07:12:27.944Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:13:18.354Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:13:18.354Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:13:18.355Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:13:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:13:18.356Z||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-27T07:13:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:13:27.959Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:13:27.963Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:14:18.354Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:14:18.355Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:14:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:14:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:14:18.356Z||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-27T07:14:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:14:27.965Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:14:27.984Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:15:18.354Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:15:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:15:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:15:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:15:18.357Z||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-27T07:15:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:15:27.969Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:15:28.039Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:16:18.354Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:16:18.354Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:16:18.354Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:16:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:16:18.356Z||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-27T07:16:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:16:28.000Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:16:28.000Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:17:18.354Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:17:18.355Z|632fece5-4201-4e82-8529-5a785b8e89ce|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-27T07:17:18.355Z|632fece5-4201-4e82-8529-5a785b8e89ce|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:17:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:17:18.356Z||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-27T07:17:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:17:27.933Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:17:27.933Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:18:18.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:18:18.354Z||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-27T07:18:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:18:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:18:18.356Z||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-27T07:18:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:18:27.936Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:18:27.944Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:19:18.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:19:18.355Z||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-27T07:19:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:19:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:19:18.356Z||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-27T07:19:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:19:27.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:19:27.921Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:20:18.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:20:18.355Z||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-27T07:20:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:20:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:20:18.356Z||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-27T07:20:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:20:27.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:20:27.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:21:18.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:21:18.355Z||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-27T07:21:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:21:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:21:18.357Z||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-27T07:21:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:21:27.943Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:21:27.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:22:18.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:22:18.354Z||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-27T07:22:18.354Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:22:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:22:18.356Z||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-27T07:22:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:22:27.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:22:27.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:23:18.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:23:18.354Z||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-27T07:23:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:23:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:23:18.356Z||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-27T07:23:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:23:27.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:23:27.918Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:24:18.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:24:18.355Z||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-27T07:24:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:24:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:24:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|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-27T07:24:18.357Z|632fece5-4201-4e82-8529-5a785b8e89ce|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:24:27.918Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:24:27.926Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:25:18.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:25:18.355Z||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-27T07:25:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:25:18.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:25:18.357Z||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-27T07:25:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:25:27.937Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:25:27.955Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:26:18.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:26:18.355Z||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-27T07:26:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:26:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:26:18.356Z||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-27T07:26:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:26:27.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:26:27.938Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:27:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:27:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:27:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:27:18.357Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:27:18.358Z||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-27T07:27:18.358Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:27:27.949Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:27:27.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:28:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:28:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:28:18.357Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:28:18.357Z||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-27T07:28:18.358Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:28:18.358Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:28:27.957Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:28:27.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:29:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:29:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:29:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:29:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:29:18.356Z||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-27T07:29:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:29:27.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:29:27.953Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:30:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:30:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:30:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:30:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:30:18.356Z||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-27T07:30:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:30:27.931Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:30:27.935Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:31:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:31:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:31:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:31:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:31:18.356Z||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-27T07:31:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:31:27.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:31:27.926Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:32:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:32:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:32:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:32:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:32:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:32:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:32:27.926Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:32:27.931Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:33:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:33:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:33:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:33:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:33:18.356Z||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-27T07:33:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:33:27.912Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:33:27.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:34:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:34:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:34:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:34:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:34:18.356Z||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-27T07:34:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:34:27.959Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:34:27.970Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:35:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:35:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:35:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:35:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:35:18.356Z||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-27T07:35:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:35:27.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:35:27.968Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:36:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:36:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:36:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:36:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:36:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:36:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:36:27.930Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:36:27.933Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:37:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:37:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:37:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:37:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:37:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|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-27T07:37:18.356Z|632fece5-4201-4e82-8529-5a785b8e89ce|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:37:27.927Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:37:27.926Z|632fece5-4201-4e82-8529-5a785b8e89ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:38:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:38:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:38:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:38:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:38:18.357Z||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-27T07:38:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:38:27.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:38:27.932Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:39:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:39:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:39:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:39:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:39:18.356Z||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-27T07:39:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:39:27.943Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:39:27.949Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:40:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:40:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:40:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:40:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:40:18.356Z||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-27T07:40:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:40:27.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:40:27.974Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:41:18.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:41:18.355Z||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-27T07:41:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:41:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:41:18.357Z||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-27T07:41:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:41:27.974Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:41:27.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:42:18.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:42:18.354Z||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-27T07:42:18.354Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:42:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:42:18.356Z||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-27T07:42:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:42:27.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:42:27.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:43:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:43:18.355Z||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-27T07:43:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:43:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:43:18.357Z||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-27T07:43:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:43:27.933Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:43:27.933Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:44:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:44:18.354Z||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-27T07:44:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:44:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:44:18.357Z||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-27T07:44:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:44:27.929Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:44:27.942Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:45:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:45:18.354Z||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-27T07:45:18.354Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:45:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:45:18.356Z||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-27T07:45:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:45:27.954Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:45:27.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:46:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:46:18.355Z||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-27T07:46:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:46:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:46:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:46:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:46:27.925Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:46:27.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:47:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:47:18.355Z||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-27T07:47:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:47:18.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:47:18.357Z||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-27T07:47:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:47:27.937Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:47:27.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:48:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:48:18.355Z||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-27T07:48:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:48:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:48:18.356Z||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-27T07:48:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:48:27.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:48:27.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:49:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:49:18.355Z||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-27T07:49:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:49:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:49:18.357Z||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-27T07:49:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:49:27.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:49:27.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:50:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:50:18.355Z||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-27T07:50:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:50:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:50:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:50:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:50:27.958Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:50:27.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:51:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:51:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:51:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:51:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:51:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:51:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:51:27.924Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:51:27.932Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:52:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:52:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:52:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:52:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:52:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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-27T07:52:18.356Z|4a397558-90b4-490a-b7ce-cc950105f772|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:52:27.953Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:52:27.956Z|4a397558-90b4-490a-b7ce-cc950105f772|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:53:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:53:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:53:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:53:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:53:18.357Z||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-27T07:53:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:53:27.917Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:53:27.917Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:54:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:54:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:54:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:54:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:54:18.356Z||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-27T07:54:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:54:27.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:54:27.921Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:55:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:55:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:55:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:55:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:55:18.356Z||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-27T07:55:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:55:27.916Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:55:27.939Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:56:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:56:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:56:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:56:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:56:18.356Z||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-27T07:56:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:56:27.946Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:56:27.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:57:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:57:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:57:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:57:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:57:18.356Z||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-27T07:57:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:57:27.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:57:27.922Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:58:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:58:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:58:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:58:18.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:58:18.356Z||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-27T07:58:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:58:27.920Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:58:27.921Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:59:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:59:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T07:59:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:59:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T07:59:18.356Z||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-27T07:59:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T07:59:27.946Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T07:59:27.969Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:00:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:00:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T08:00:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:00:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:00:18.356Z||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-27T08:00:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:00:27.925Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:00:27.926Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:01:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:01:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T08:01:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:01:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:01:18.356Z||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-27T08:01:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:01:27.923Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:01:27.929Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:02:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:02:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T08:02:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:02:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:02:18.356Z||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-27T08:02:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:02:27.918Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:02:27.934Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:03:18.355Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:03:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:03:18.356Z||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-27T08:03:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:03:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T08:03:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:03:27.923Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:03:27.923Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:04:18.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:04:18.355Z||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-27T08:04:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:04:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:04:18.357Z||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-27T08:04:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:04:27.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:04:27.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:05:18.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:05:18.355Z||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-27T08:05:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:05:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:05:18.356Z||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-27T08:05:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:05:27.919Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:05:27.922Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:06:18.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:06:18.355Z||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-27T08:06:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:06:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:06:18.356Z||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-27T08:06:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:06:27.910Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:06:27.916Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:07:18.354Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:07:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:07:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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-27T08:07:18.356Z||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-27T08:07:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:07:18.356Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:07:27.955Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:07:27.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:08:18.354Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:08:18.355Z||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-27T08:08:18.355Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:08:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-27T08:08:18.357Z||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-27T08:08:18.357Z||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 2n3FTOE4s6qtnymt) ... 2022-11-27T08:08:27.928Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-27T08:08:27.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK