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-10-08T03:12:42.745Z||main|||||INFO|500||The following profiles are active: basic 2022-10-08T03:12:55.562Z||main|||||INFO|500||Starting service [Tomcat] 2022-10-08T03:12:55.563Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-10-08T03:12:55.680Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-10-08T03:13:00.077Z||main|||||INFO|500||catdb-pool - Starting... 2022-10-08T03:13:00.519Z||main|||||INFO|500||catdb-pool - Start completed. 2022-10-08T03:13:01.053Z||main|||||INFO|500||reqdb-pool - Starting... 2022-10-08T03:13:01.062Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-10-08T03:13:01.215Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-10-08T03:13:01.638Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-10-08T03:13:02.253Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-10-08T03:13:04.124Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-08T03:13:06.577Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-08T03:13:06.632Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-10-08T03:13:07.312Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-08T03:13:07.618Z||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-10-08T03:13:09.028Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-08T03:13:10.184Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-10-08T03:13:10.207Z||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$$75ebdfa9.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-10-08T03:13:10.208Z||main|||||WARN|500||The sdc end point is not alive 2022-10-08T03:13:13.408Z||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-10-08T03:13:16.333Z||main|||||WARN|500||--- 2022-10-08T03:13:16.333Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-10-08T03:13:16.334Z||main|||||WARN|500||--- 2022-10-08T03:13:16.758Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-10-08T03:13:21.694Z||main|||||INFO|500||Started Application in 42.512 seconds (JVM running for 44.903) 2022-10-08T03:13:21.709Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-08T03:13:21.717Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-08T03:13:21.736Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-08T03:13:21.761Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-08T03:13:21.813Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c05ef93c-a175-4de1-8335-2ea1f041cdbd url= /sdc/v1/artifactTypes 2022-10-08T03:13:21.814Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-08T03:13:22.157Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-10-08T03:13:22.185Z||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-10-08T03:13:22.210Z||scheduling-1|||||DEBUG|500||create keys 2022-10-08T03:13:22.219Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-10-08T03:13:22.251Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:13:22.268Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2e08d1a6-91b2-4b05-ad96-81783946457a url= /sdc/v1/registerForDistribution 2022-10-08T03:13:22.380Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2e08d1a6-91b2-4b05-ad96-81783946457a url= /sdc/v1/registerForDistribution 2022-10-08T03:13:22.381Z||scheduling-1|||||INFO|500||start DistributionClient 2022-10-08T03:13:22.390Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:13:22.391Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:13:22.398Z||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-10-08T03:13:22.398Z||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-10-08T03:13:22.398Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:13:22.398Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:13:22.401Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-10-08T03:13:32.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:13:32.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:14:22.390Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:14:22.391Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:14:22.391Z||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-10-08T03:14:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:14:22.391Z||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-10-08T03:14:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:14:31.938Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:14:31.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:15:22.389Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:15:22.391Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:15:22.393Z||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-10-08T03:15:22.393Z||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-10-08T03:15:22.393Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:15:22.393Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:15:31.946Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:15:31.960Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:16:22.388Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:16:22.390Z||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-10-08T03:16:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:16:22.391Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:16:22.391Z||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-10-08T03:16:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:16:31.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:16:31.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:17:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:17:22.389Z||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-10-08T03:17:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:17:22.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:17:22.393Z||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-10-08T03:17:22.393Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:17:31.937Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:17:31.942Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:18:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:18:22.389Z||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-10-08T03:18:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:18:22.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:18:22.391Z||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-10-08T03:18:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:18:31.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:18:31.940Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:19:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:19:22.389Z||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-10-08T03:19:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:19:22.390Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:19:22.391Z||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-10-08T03:19:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:19:31.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:19:31.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:20:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:20:22.390Z||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-10-08T03:20:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:20:22.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:20:22.392Z||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-10-08T03:20:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:20:31.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:20:31.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:21:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:21:22.390Z||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-10-08T03:21:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:21:22.391Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:21:22.392Z||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-10-08T03:21:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:21:31.937Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:21:31.937Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:22:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:22:22.390Z||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-10-08T03:22:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:22:22.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:22:22.391Z||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-10-08T03:22:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:22:31.938Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:22:31.939Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:23:20.642Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-10-08T03:23:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:23:22.390Z||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-10-08T03:23:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:23:22.391Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:23:22.392Z||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-10-08T03:23:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:23:31.932Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:23:31.939Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:24:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:24:22.389Z||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-10-08T03:24:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:24:22.391Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:24:22.391Z||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-10-08T03:24:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:24:31.936Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:24:31.936Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:25:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:25:22.390Z||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-10-08T03:25:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:25:22.391Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:25:22.391Z||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-10-08T03:25:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:25:31.935Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:25:31.940Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:26:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:26:22.389Z||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-10-08T03:26:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:26:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:26:22.392Z||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-10-08T03:26:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:26:31.940Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:26:31.941Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:27:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:27:22.389Z||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-10-08T03:27:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:27:22.391Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:27:22.392Z||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-10-08T03:27:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:27:31.944Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:27:31.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:28:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:28:22.389Z||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-10-08T03:28:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:28:22.391Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:28:22.391Z||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-10-08T03:28:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:28:31.931Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:28:31.933Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:29:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:29:22.389Z||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-10-08T03:29:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:29:22.391Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:29:22.391Z||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-10-08T03:29:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:29:31.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:29:31.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:30:22.389Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:30:22.390Z||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-10-08T03:30:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:30:22.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:30:22.391Z||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-10-08T03:30:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:30:31.946Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:30:31.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:31:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:31:22.390Z||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-10-08T03:31:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:31:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:31:22.392Z||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-10-08T03:31:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:31:31.940Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:31:31.940Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:32:22.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:32:22.389Z||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-10-08T03:32:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:32:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:32:22.392Z||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-10-08T03:32:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:32:31.935Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:32:31.936Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:33:22.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:33:22.389Z||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-10-08T03:33:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:33:22.391Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:33:22.391Z||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-10-08T03:33:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:33:31.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:33:31.941Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:34:22.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:34:22.389Z||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-10-08T03:34:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:34:22.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:34:22.391Z||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-10-08T03:34:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:34:31.937Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:34:31.937Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:35:22.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:35:22.389Z||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-10-08T03:35:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:35:22.390Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:35:22.391Z||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-10-08T03:35:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:35:31.935Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:35:31.936Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:36:22.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:36:22.389Z||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-10-08T03:36:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:36:22.391Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:36:22.392Z||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-10-08T03:36:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:36:31.940Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:36:31.940Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:37:22.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:37:22.389Z||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-10-08T03:37:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:37:22.390Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:37:22.391Z||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-10-08T03:37:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:37:31.930Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:37:31.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:38:22.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:38:22.390Z||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-10-08T03:38:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:38:22.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:38:22.391Z||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-10-08T03:38:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:38:31.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:38:31.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:39:22.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:39:22.390Z||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-10-08T03:39:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:39:22.391Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:39:22.391Z||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-10-08T03:39:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:39:31.932Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:39:31.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:40:22.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:40:22.389Z||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-10-08T03:40:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:40:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:40:22.392Z||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-10-08T03:40:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:40:31.947Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:40:31.951Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:41:22.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:41:22.389Z||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-10-08T03:41:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:41:22.391Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:41:22.391Z||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-10-08T03:41:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:41:31.938Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:41:31.939Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:42:22.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:42:22.389Z||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-10-08T03:42:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:42:22.391Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:42:22.391Z||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-10-08T03:42:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:42:31.935Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:42:31.935Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:43:22.388Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:43:22.389Z||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-10-08T03:43:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:43:22.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:43:22.393Z||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-10-08T03:43:22.393Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:43:31.940Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:43:31.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:44:22.388Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:44:22.389Z||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-10-08T03:44:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:44:22.390Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:44:22.391Z||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-10-08T03:44:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:44:31.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:44:31.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:45:22.388Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:45:22.389Z||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-10-08T03:45:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:45:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:45:22.391Z||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-10-08T03:45:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:45:31.939Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:45:31.943Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:46:22.388Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:46:22.389Z||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-10-08T03:46:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:46:22.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:46:22.391Z||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-10-08T03:46:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:46:31.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:46:31.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:47:22.388Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:47:22.390Z||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-10-08T03:47:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:47:22.391Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:47:22.391Z||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-10-08T03:47:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:47:31.939Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:47:31.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:48:22.388Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:48:22.389Z||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-10-08T03:48:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:48:22.391Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:48:22.391Z||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-10-08T03:48:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:48:31.936Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:48:31.960Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:49:22.388Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:49:22.389Z||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-10-08T03:49:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:49:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:49:22.392Z||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-10-08T03:49:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:49:31.940Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:49:31.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:50:22.388Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:50:22.389Z||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-10-08T03:50:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:50:22.391Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:50:22.391Z||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-10-08T03:50:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:50:31.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:50:31.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:51:22.388Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:51:22.389Z||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-10-08T03:51:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:51:22.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:51:22.391Z||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-10-08T03:51:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:51:31.959Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:51:31.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:52:22.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:52:22.389Z||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-10-08T03:52:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:52:22.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:52:22.391Z||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-10-08T03:52:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:52:31.938Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:52:31.939Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:53:22.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:53:22.390Z||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-10-08T03:53:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:53:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:53:22.392Z||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-10-08T03:53:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:53:31.932Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:53:31.938Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:54:22.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:54:22.389Z||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-10-08T03:54:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:54:22.391Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:54:22.391Z||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-10-08T03:54:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:54:31.940Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:54:31.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:55:22.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:55:22.391Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:55:22.391Z||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-10-08T03:55:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:55:22.391Z||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-10-08T03:55:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:55:31.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:55:31.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:22.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:56:22.389Z||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-10-08T03:56:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:22.390Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:56:22.391Z||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-10-08T03:56:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:22.527Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:22.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "ves-openapi-manager", "timestamp": 1665201372611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "cds", "timestamp": 1665201367771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "policy-id", "timestamp": 1665201367247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "ves-openapi-manager", "timestamp": 1665201372611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "cds", "timestamp": 1665201367771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "policy-id", "timestamp": 1665201367247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "ves-openapi-manager", "timestamp": 1665201372611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "cds", "timestamp": 1665201367771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "policy-id", "timestamp": 1665201367247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-08T03:56:22.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "ves-openapi-manager", "timestamp": 1665201372611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "cds", "timestamp": 1665201367771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "policy-id", "timestamp": 1665201367247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "ves-openapi-manager", "timestamp": 1665201372611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "cds", "timestamp": 1665201367771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "policy-id", "timestamp": 1665201367247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "aai-ml", "timestamp": 1665201376223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "clamp", "timestamp": 1665201377357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "ves-openapi-manager", "timestamp": 1665201372611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "cds", "timestamp": 1665201367771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "policy-id", "timestamp": 1665201367247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "aai-ml", "timestamp": 1665201376223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "clamp", "timestamp": 1665201377357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "NOTIFIED" } 2022-10-08T03:56:22.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "ves-openapi-manager", "timestamp": 1665201372611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "cds", "timestamp": 1665201367771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "NOTIFIED" } 2022-10-08T03:56:22.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "policy-id", "timestamp": 1665201367247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "NOTIFIED" } 2022-10-08T03:56:22.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "aai-ml", "timestamp": 1665201376223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "clamp", "timestamp": 1665201377357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "cds", "timestamp": 1665201379739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T03:56:22.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:56:22.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "policy-id", "timestamp": 1665201379782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T03:56:22.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:56:22.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "aai-ml", "timestamp": 1665201376223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "clamp", "timestamp": 1665201377357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "cds", "timestamp": 1665201380758, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-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-10-08T03:56:22.778Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 11587e03-63cb-4362-bf03-05cabe5b0422 2022-10-08T03:56:22.800Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11587e03-63cb-4362-bf03-05cabe5b0422 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-10-08T03:56:22.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "policy-id", "timestamp": 1665201380794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T03:56:22.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:56:22.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "aai-ml", "timestamp": 1665201376223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "clamp", "timestamp": 1665201377357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "multicloud-k8s-id", "timestamp": 1665201381175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:22.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "policy-id", "timestamp": 1665201381798, "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-10-08T03:56:22.843Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11587e03-63cb-4362-bf03-05cabe5b0422 2022-10-08T03:56:22.843Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11587e03-63cb-4362-bf03-05cabe5b0422 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-10-08T03:56:22.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:56:22.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "aai-ml", "timestamp": 1665201376223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:22.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:56:23.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:23.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T03:56:23.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"11587e03-63cb-4362-bf03-05cabe5b0422","serviceName":"basic_onboard_RWqHmy","serviceVersion":"1.0","serviceUUID":"ca4d02d5-0525-4a4f-903d-cfa09d3827e8","serviceDescription":"service","serviceInvariantUUID":"09c20fdd-b8d9-4490-8267-5c29f7a4f1b0","resources":[{"resourceInstanceName":"basic_onboard_RWqHmy 0","resourceName":"basic_onboard_RWqHmy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"de2dd716-2407-4081-a07f-16676c9ca644","resourceInvariantUUID":"839bf3fc-b822-4972-8251-f79356728c13","resourceCustomizationUUID":"4fc5c4a7-d1f3-491f-a8ad-865f9dbde3a3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vf-license-model.xml","artifactChecksum":"MWFjYjA2MTEwY2E5Y2RmOGQ5MDY5NTVlODNmOWQ1ZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b551dc6-a201-4341-af81-540c6b42eaa7","artifactVersion":"1"},{"artifactName":"basic_onboard_rwqhmy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json","artifactChecksum":"MmI3OGQxNjk3ZWI2ZmExYjc5MzA0OGQxNjJjNjc5NGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b628c642-7e07-472a-b0f9-618b186d6025","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0aeefd91-908a-4d03-b169-eab0ec8aeb9d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7a47dcde-3fbd-4f16-80d5-9dcb844144ad","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"260ea64d-377f-4e11-a552-cd014dbf5783","artifactVersion":"2","generatedFromUUID":"0aeefd91-908a-4d03-b169-eab0ec8aeb9d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRwqhmy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-template.yml","artifactChecksum":"MGQ4YTdiNTNmOGM5N2I5OGNkMzA4NGNmMTc4YjQ4OTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5cd30a6d-c5db-42b2-8f93-7b45e63b285c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRwqhmy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar","artifactChecksum":"OTE0OTA5MGFhM2VjY2U0ZGE1ODI5OGQxZDhhZDQ2Nzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73e6a400-a44d-4a8d-a8cf-7c25b46f8def","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-08T03:56:23.031Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T03:56:23.039Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:23.051Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:23.051Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201382388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:23.151Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-10-08T03:56:23.156Z||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-10-08T03:56:23.156Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:23.171Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:23.173Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-08T03:56:24.059Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T03:56:24.059Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:24.062Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:24.062Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201382388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "NOTIFIED" } 2022-10-08T03:56:24.162Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T03:56:24.163Z||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-10-08T03:56:24.163Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:24.176Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:24.177Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-08T03:56:25.062Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T03:56:25.064Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:25.066Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:25.067Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201382388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-08T03:56:25.167Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T03:56:25.168Z||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-10-08T03:56:25.168Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:25.182Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:25.183Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T03:56:26.067Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T03:56:26.068Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:26.070Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:26.070Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201382388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:26.170Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T03:56:26.172Z||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-10-08T03:56:26.172Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:26.185Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:26.185Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-08T03:56:27.071Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T03:56:27.072Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:27.075Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:27.075Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201382388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-08T03:56:27.175Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T03:56:27.176Z||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-10-08T03:56:27.177Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:27.194Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:27.195Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-08T03:56:28.075Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T03:56:28.077Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:28.080Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:28.080Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201382388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T03:56:28.180Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T03:56:28.181Z||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-10-08T03:56:28.182Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:28.200Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:28.201Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-10-08T03:56:29.080Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T03:56:29.082Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:29.084Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:29.084Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201382388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "NOTIFIED" } 2022-10-08T03:56:29.184Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T03:56:29.185Z||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-10-08T03:56:29.185Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:29.199Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:29.199Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T03:56:30.086Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "serviceName": "basic_onboard_RWqHmy", "serviceVersion": "1.0", "serviceUUID": "ca4d02d5-0525-4a4f-903d-cfa09d3827e8", "serviceDescription": "service", "serviceInvariantUUID": "09c20fdd-b8d9-4490-8267-5c29f7a4f1b0", "resources": [ { "resourceInstanceName": "basic_onboard_RWqHmy 0", "resourceCustomizationUUID": "4fc5c4a7-d1f3-491f-a8ad-865f9dbde3a3", "resourceName": "basic_onboard_RWqHmy", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "de2dd716-2407-4081-a07f-16676c9ca644", "resourceInvariantUUID": "839bf3fc-b822-4972-8251-f79356728c13", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_rwqhmy0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "artifactChecksum": "MmI3OGQxNjk3ZWI2ZmExYjc5MzA0OGQxNjJjNjc5NGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b628c642-7e07-472a-b0f9-618b186d6025", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0aeefd91-908a-4d03-b169-eab0ec8aeb9d", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "260ea64d-377f-4e11-a552-cd014dbf5783", "generatedFromUUID": "0aeefd91-908a-4d03-b169-eab0ec8aeb9d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "260ea64d-377f-4e11-a552-cd014dbf5783", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardRwqhmy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "artifactChecksum": "OTE0OTA5MGFhM2VjY2U0ZGE1ODI5OGQxZDhhZDQ2Nzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "73e6a400-a44d-4a8d-a8cf-7c25b46f8def" } ], "workloadContext": "Production" } 2022-10-08T03:56:30.087Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-08T03:56:30.087Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ca4d02d5-0525-4a4f-903d-cfa09d3827e8 ASDC 2022-10-08T03:56:30.215Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:11587e03-63cb-4362-bf03-05cabe5b0422 ServiceName:basic_onboard_RWqHmy ServiceVersion:1.0 ServiceUUID:ca4d02d5-0525-4a4f-903d-cfa09d3827e8 ServiceInvariantUUID:09c20fdd-b8d9-4490-8267-5c29f7a4f1b0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardRwqhmy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar ArtifactUUID:73e6a400-a44d-4a8d-a8cf-7c25b46f8def ArtifactChecksum:OTE0OTA5MGFhM2VjY2U0ZGE1ODI5OGQxZDhhZDQ2Nzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_RWqHmy 0 ResourceCustomizationUUID:4fc5c4a7-d1f3-491f-a8ad-865f9dbde3a3 ResourceInvariantUUID:839bf3fc-b822-4972-8251-f79356728c13 ResourceName:basic_onboard_RWqHmy ResourceType:VF ResourceUUID:de2dd716-2407-4081-a07f-16676c9ca644 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_rwqhmy0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json ArtifactUUID:b628c642-7e07-472a-b0f9-618b186d6025 ArtifactChecksum:MmI3OGQxNjk3ZWI2ZmExYjc5MzA0OGQxNjJjNjc5NGI= 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/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml ArtifactUUID:0aeefd91-908a-4d03-b169-eab0ec8aeb9d 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/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env ArtifactUUID:260ea64d-377f-4e11-a552-cd014dbf5783 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/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env ArtifactUUID:260ea64d-377f-4e11-a552-cd014dbf5783 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-08T03:56:30.216Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca4d02d5-0525-4a4f-903d-cfa09d3827e8 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-10-08T03:56:30.279Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-08T03:56:30.280Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-10-08T03:56:30.281Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-10-08T03:56:30.282Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 73e6a400-a44d-4a8d-a8cf-7c25b46f8def from URL: /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:30.282Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-10-08T03:56:30.284Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:30.395Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-10-08T03:56:30.411Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar 73e6a400-a44d-4a8d-a8cf-7c25b46f8def 71582 2022-10-08T03:56:30.413Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar ASDC sendASDCNotification 2022-10-08T03:56:30.413Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:30.418Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T03:56:30.419Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:30.421Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:30.421Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201390412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T03:56:30.521Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T03:56:30.522Z||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-10-08T03:56:30.523Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:30.544Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:30.545Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-08T03:56:31.422Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-08T03:56:31.423Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-10-08T03:56:31.423Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 73e6a400-a44d-4a8d-a8cf-7c25b46f8def, URL: /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar to file: /app/ASDC/1/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:31.424Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:31.512Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:31.512Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:32.165Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3040673645951647381/Definitions/service-BasicOnboardRwqhmy-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_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided 2022-10-08T03:56:34.258Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-08T03:56:34.262Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-10-08T03:56:34.263Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:34.263Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-08T03:56:34.263Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RWqHmy 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:34.263Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:34.264Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:34.264Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:34.264Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:34.264Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:34.264Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:34.265Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:34.265Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:34.265Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-10-08T03:56:34.271Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:34.273Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:34.277Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RWqHmy 0 is matching search criteria 2022-10-08T03:56:34.277Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-10-08T03:56:34.279Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RWqHmy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-08T03:56:34.280Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:34.280Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:34.281Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RWqHmy 0 is matching search criteria 2022-10-08T03:56:34.281Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-10-08T03:56:34.281Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RWqHmy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-08T03:56:34.281Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:34.282Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:34.285Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:34.285Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RWqHmy 0 is not matching search criteria 2022-10-08T03:56:34.285Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-10-08T03:56:34.286Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-10-08T03:56:34.286Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-10-08T03:56:34.286Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-08T03:56:34.286Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-08T03:56:34.287Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:34.287Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-08T03:56:34.288Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:34.288Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RWqHmy 0 is matching search criteria 2022-10-08T03:56:34.289Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RWqHmy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T03:56:34.289Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:34.289Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RWqHmy 0 is matching search criteria 2022-10-08T03:56:34.290Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RWqHmy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T03:56:34.290Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:34.290Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RWqHmy 0 is matching search criteria 2022-10-08T03:56:34.290Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RWqHmy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T03:56:34.291Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:34.291Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RWqHmy 0 is not matching search criteria 2022-10-08T03:56:34.291Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-08T03:56:34.291Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-08T03:56:34.292Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f4a2aceb-3cf8-49ed-8488-5020596ce47c 2022-10-08T03:56:34.292Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:34.292Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:34.293Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:34.293Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:34.293Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:34.293Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:34.293Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:34.294Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:34.294Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_RWqHmy Description:service Model UUID:ca4d02d5-0525-4a4f-903d-cfa09d3827e8 Model Version:NULL Model InvariantUuid:09c20fdd-b8d9-4490-8267-5c29f7a4f1b0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_RWqHmy Model UUID:f3bf55a0-a065-4d86-a38c-99191b017a51 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:839bf3fc-b822-4972-8251-f79356728c13 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4fc5c4a7-d1f3-491f-a8ad-865f9dbde3a3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:271d8146-623d-4a6f-bfe0-2520401366ae ModelName:BasicOnboardRwqhmy..base_ubuntu18..module-0 ModelUuid:ecfbbd09-ec45-42f2-9017-4cc2273951d9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f4a2aceb-3cf8-49ed-8488-5020596ce47c ModelInvariantUuid:a76f3e67-4610-45bb-9321-cff569af64da ModelName:basic_onboard_RWqHmy-nodes.ubuntu18Cvfc ModelUuid:17ed81a8-99c5-4142-9f5f-0b1e9e202dd5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:3557f32f-8f1f-4cd5-99ae-0fb0afabb703 ModelInvariantUuid:824a0e96-1492-4495-9123-6cddcf870e62 ModelName:BasicOnboardRwqhmy.compute.nodes.heat.ubuntu18 ModelUuid:4243457a-0a17-4bdf-9121-5d04ce9c529c 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-10-08T03:56:34.306Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: de2dd716-2407-4081-a07f-16676c9ca644 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-10-08T03:56:34.393Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||basic_onboard_RWqHmy 0 2022-10-08T03:56:34.400Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: de2dd716-2407-4081-a07f-16676c9ca644 2022-10-08T03:56:34.401Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b628c642-7e07-472a-b0f9-618b186d6025 from URL: /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json 2022-10-08T03:56:34.401Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-10-08T03:56:34.401Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json 2022-10-08T03:56:34.466Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-10-08T03:56:34.466Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json b628c642-7e07-472a-b0f9-618b186d6025 798 2022-10-08T03:56:34.467Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json ASDC sendASDCNotification 2022-10-08T03:56:34.467Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json 2022-10-08T03:56:34.467Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T03:56:34.467Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:34.470Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:34.470Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201394466, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T03:56:34.571Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T03:56:34.572Z||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-10-08T03:56:34.572Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:34.588Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:34.588Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-08T03:56:35.472Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardRwqhmy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "271d8146-623d-4a6f-bfe0-2520401366ae", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ecfbbd09-ec45-42f2-9017-4cc2273951d9", "vfModuleModelCustomizationUUID": "d5c76868-a7d7-4ff4-88e3-f02cb6a05511", "isBase": true, "artifacts": [ "0aeefd91-908a-4d03-b169-eab0ec8aeb9d", "260ea64d-377f-4e11-a552-cd014dbf5783" ], "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-10-08T03:56:35.486Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardRwqhmy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ecfbbd09-ec45-42f2-9017-4cc2273951d9 VfModuleModelInvariantUUID:271d8146-623d-4a6f-bfe0-2520401366ae VfModuleModelDescription:NULL Artifacts UUID List:{ 0aeefd91-908a-4d03-b169-eab0ec8aeb9d , 260ea64d-377f-4e11-a552-cd014dbf5783 } 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-10-08T03:56:35.488Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardRwqhmy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "271d8146-623d-4a6f-bfe0-2520401366ae", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ecfbbd09-ec45-42f2-9017-4cc2273951d9", "vfModuleModelCustomizationUUID": "d5c76868-a7d7-4ff4-88e3-f02cb6a05511", "isBase": true, "artifacts": [ "0aeefd91-908a-4d03-b169-eab0ec8aeb9d", "260ea64d-377f-4e11-a552-cd014dbf5783" ], "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-10-08T03:56:35.488Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardRwqhmy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ecfbbd09-ec45-42f2-9017-4cc2273951d9 VfModuleModelInvariantUUID:271d8146-623d-4a6f-bfe0-2520401366ae VfModuleModelDescription:NULL Artifacts UUID List:{ 0aeefd91-908a-4d03-b169-eab0ec8aeb9d , 260ea64d-377f-4e11-a552-cd014dbf5783 } 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-10-08T03:56:35.489Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0aeefd91-908a-4d03-b169-eab0ec8aeb9d from URL: /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml 2022-10-08T03:56:35.489Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-10-08T03:56:35.489Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml 2022-10-08T03:56:35.540Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-10-08T03:56:35.540Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml 0aeefd91-908a-4d03-b169-eab0ec8aeb9d 5033 2022-10-08T03:56:35.541Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-08T03:56:35.541Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml 2022-10-08T03:56:35.541Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T03:56:35.541Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:35.543Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:35.543Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201395540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T03:56:35.644Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-08T03:56:35.645Z||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-10-08T03:56:35.646Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:35.659Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:35.660Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-08T03:56:36.544Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 260ea64d-377f-4e11-a552-cd014dbf5783 from URL: /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env 2022-10-08T03:56:36.545Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-10-08T03:56:36.545Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env 2022-10-08T03:56:36.647Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-10-08T03:56:36.647Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env 260ea64d-377f-4e11-a552-cd014dbf5783 909 2022-10-08T03:56:36.648Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-08T03:56:36.648Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env 2022-10-08T03:56:36.648Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T03:56:36.648Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:36.651Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:36.651Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201396648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-08T03:56:36.751Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T03:56:36.752Z||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-10-08T03:56:36.752Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:36.768Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:36.768Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T03:56:37.651Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ca4d02d5-0525-4a4f-903d-cfa09d3827e8 2022-10-08T03:56:37.652Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RWqHmy 0 de2dd716-2407-4081-a07f-16676c9ca644 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-10-08T03:56:37.690Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e01566b, org.onap.sdc.toscaparser.api.parameters.Input@74a157e4, org.onap.sdc.toscaparser.api.parameters.Input@423cb952, org.onap.sdc.toscaparser.api.parameters.Input@7e0b44ff, org.onap.sdc.toscaparser.api.parameters.Input@4a0df75b] 2022-10-08T03:56:37.694Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:37.694Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:37.694Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-10-08T03:56:37.694Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4fc5c4a7-d1f3-491f-a8ad-865f9dbde3a3 2022-10-08T03:56:37.695Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4fc5c4a7-d1f3-491f-a8ad-865f9dbde3a3 matches Tosca VF Customization UUID: 4fc5c4a7-d1f3-491f-a8ad-865f9dbde3a3 2022-10-08T03:56:37.695Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4fc5c4a7-d1f3-491f-a8ad-865f9dbde3a3 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-10-08T03:56:37.702Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:37.702Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:37.704Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4fc5c4a7-d1f3-491f-a8ad-865f9dbde3a3: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-10-08T03:56:37.704Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@653fd97c 2022-10-08T03:56:37.704Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:37.704Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-08T03:56:37.705Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d5c76868-a7d7-4ff4-88e3-f02cb6a05511 2022-10-08T03:56:37.706Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d5c76868-a7d7-4ff4-88e3-f02cb6a05511 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-10-08T03:56:37.711Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:37.711Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RWqHmy 0 is matching search criteria 2022-10-08T03:56:37.712Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RWqHmy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T03:56:37.712Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:37.713Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RWqHmy 0 is matching search criteria 2022-10-08T03:56:37.713Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RWqHmy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T03:56:37.713Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:37.713Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RWqHmy 0 is not matching search criteria 2022-10-08T03:56:37.713Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-08T03:56:37.713Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-08T03:56:37.714Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f4a2aceb-3cf8-49ed-8488-5020596ce47c 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-10-08T03:56:37.721Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:37.721Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RWqHmy 0 is matching search criteria 2022-10-08T03:56:37.721Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RWqHmy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T03:56:37.722Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:37.722Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RWqHmy 0 is matching search criteria 2022-10-08T03:56:37.722Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RWqHmy 0] matching following query criteria: sdcType=VF, customizationUUID=4fc5c4a7-d1f3-491f-a8ad-865f9dbde3a3 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-10-08T03:56:37.724Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:37.724Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:37.725Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ca4d02d5-0525-4a4f-903d-cfa09d3827e8: basic_onboard_RWqHmy 2022-10-08T03:56:37.725Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:37.725Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:37.725Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:37.726Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:37.726Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:37.726Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:37.726Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:37.726Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:37.727Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T03:56:37.727Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RWqHmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T03:56:37.727Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_RWqHmy 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-10-08T03:56:37.891Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RWqHmy de2dd716-2407-4081-a07f-16676c9ca644 1 ASDC deployResourceStructure 2022-10-08T03:56:37.891Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json ASDC sendASDCNotification 2022-10-08T03:56:37.892Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json 2022-10-08T03:56:37.892Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T03:56:37.892Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:37.894Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:37.894Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201397891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T03:56:37.994Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T03:56:37.995Z||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-10-08T03:56:37.996Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:38.011Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:38.012Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-08T03:56:38.895Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-08T03:56:38.896Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml 2022-10-08T03:56:38.896Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T03:56:38.896Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:38.898Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:38.898Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201398895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-08T03:56:38.998Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T03:56:39.000Z||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-10-08T03:56:39.000Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:39.020Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:39.021Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-08T03:56:39.899Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-08T03:56:39.900Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env 2022-10-08T03:56:39.900Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T03:56:39.900Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:39.902Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:39.903Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201399899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-08T03:56:40.003Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T03:56:40.008Z||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-10-08T03:56:40.008Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:40.029Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:40.029Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-10-08T03:56:40.904Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar ASDC sendASDCNotification 2022-10-08T03:56:40.905Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar 2022-10-08T03:56:40.905Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T03:56:40.905Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T03:56:40.907Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T03:56:40.908Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201400904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T03:56:41.008Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T03:56:41.010Z||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-10-08T03:56:41.010Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T03:56:41.024Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:56:41.025Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T03:56:41.908Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T03:56:41.925Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 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-10-08T03:56:41.928Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T03:56:41.928Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T03:56:41.928Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T03:57:11.929Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T03:57:11.940Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 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-10-08T03:57:11.944Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T03:57:11.944Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T03:57:11.944Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T03:57:22.391Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:57:22.392Z||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-10-08T03:57:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:57:22.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:57:22.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:57:22.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "clamp", "timestamp": 1665201377357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T03:57:22.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:57:41.945Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T03:57:41.959Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 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-10-08T03:57:41.964Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T03:57:41.965Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T03:57:41.965Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T03:58:11.979Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T03:58:11.990Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 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-10-08T03:58:11.993Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T03:58:11.994Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T03:58:11.994Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T03:58:22.391Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:58:22.392Z||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-10-08T03:58:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:58:22.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:58:22.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:58:22.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "multicloud-k8s-id", "timestamp": 1665201381175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "NOTIFIED" } 2022-10-08T03:58:22.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:58:41.994Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T03:58:42.006Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 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-10-08T03:58:42.009Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T03:58:42.010Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T03:58:42.010Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T03:59:12.010Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T03:59:12.023Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 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-10-08T03:59:12.028Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T03:59:12.028Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T03:59:12.028Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T03:59:22.391Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T03:59:22.392Z||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-10-08T03:59:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T03:59:23.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T03:59:23.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201382388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:59:23.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "aai-ml", "timestamp": 1665201376223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "NOTIFIED" } 2022-10-08T03:59:23.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "clamp", "timestamp": 1665201377357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "NOTIFIED" } 2022-10-08T03:59:23.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "multicloud-k8s-id", "timestamp": 1665201381175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-08T03:59:23.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201382388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "NOTIFIED" } 2022-10-08T03:59:23.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "aai-ml", "timestamp": 1665201384069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T03:59:23.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "multicloud-k8s-id", "timestamp": 1665201381175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:59:23.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201382388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-08T03:59:23.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "multicloud-k8s-id", "timestamp": 1665201381175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-08T03:59:23.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201382388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:59:23.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "multicloud-k8s-id", "timestamp": 1665201381175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T03:59:23.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201382388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-08T03:59:23.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "multicloud-k8s-id", "timestamp": 1665201381175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "NOTIFIED" } 2022-10-08T03:59:23.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201382388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T03:59:23.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "multicloud-k8s-id", "timestamp": 1665201389011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T03:59:23.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201382388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "NOTIFIED" } 2022-10-08T03:59:23.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "multicloud-k8s-id", "timestamp": 1665201390085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T03:59:23.072Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201390412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T03:59:23.072Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201390572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:59:23.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "clamp", "timestamp": 1665201391460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T03:59:23.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "multicloud-k8s-id", "timestamp": 1665201391146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-08T03:59:23.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201390572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T03:59:23.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "multicloud-k8s-id", "timestamp": 1665201392250, "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-10-08T03:59:23.081Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11587e03-63cb-4362-bf03-05cabe5b0422 2022-10-08T03:59:23.081Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11587e03-63cb-4362-bf03-05cabe5b0422 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-10-08T03:59:23.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201390572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T03:59:23.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "clamp", "timestamp": 1665201393469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T03:59:23.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "multicloud-k8s-id", "timestamp": 1665201393256, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T03:59:23.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201390572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T03:59:23.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "clamp", "timestamp": 1665201394474, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-08T03:59:23.100Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 11587e03-63cb-4362-bf03-05cabe5b0422 2022-10-08T03:59:23.101Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11587e03-63cb-4362-bf03-05cabe5b0422 and ComponentName clamp 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-10-08T03:59:23.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201394466, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T03:59:23.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201390572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-08T03:59:23.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201395540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T03:59:23.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201390572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T03:59:23.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "aai-ml", "timestamp": 1665201396139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T03:59:23.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201390572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "NOTIFIED" } 2022-10-08T03:59:23.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-08T03:59:23.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201396648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-08T03:59:23.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "aai-ml", "timestamp": 1665201397144, "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-10-08T03:59:23.118Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 11587e03-63cb-4362-bf03-05cabe5b0422 2022-10-08T03:59:23.118Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11587e03-63cb-4362-bf03-05cabe5b0422 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-10-08T03:59:23.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201398456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T03:59:23.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201397891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/basic_onboard_rwqhmy0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T03:59:23.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201398895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-08T03:59:23.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201399899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/resourceInstances/basic_onboard_rwqhmy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-08T03:59:23.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201401551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T03:59:23.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201400904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwqhmy/1.0/artifacts/service-BasicOnboardRwqhmy-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T03:59:23.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T03:59:23.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T03:59:23.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201402555, "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-10-08T03:59:23.136Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 11587e03-63cb-4362-bf03-05cabe5b0422 2022-10-08T03:59:23.136Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11587e03-63cb-4362-bf03-05cabe5b0422 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-10-08T03:59:42.028Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T03:59:42.040Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 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-10-08T03:59:42.045Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T03:59:42.045Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-08T03:59:42.045Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-08T03:59:42.045Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-08T03:59:42.046Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T03:59:42.046Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T03:59:42.046Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T03:59:42.046Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T03:59:42.046Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T03:59:42.046Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T03:59:42.046Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-08T03:59:42.055Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-08T04:00:12.056Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 11587e03-63cb-4362-bf03-05cabe5b0422 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-10-08T04:00:12.066Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 11587e03-63cb-4362-bf03-05cabe5b0422 and serviceModelVersionId: ca4d02d5-0525-4a4f-903d-cfa09d3827e8 2022-10-08T04:00:12.066Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09c20fdd-b8d9-4490-8267-5c29f7a4f1b0 2022-10-08T04:00:22.391Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:00:22.392Z||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-10-08T04:00:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:00:27.488Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09c20fdd-b8d9-4490-8267-5c29f7a4f1b0/model-vers/model-ver/ca4d02d5-0525-4a4f-903d-cfa09d3827e8?depth=0 2022-10-08T04:00:27.601Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-10-08T04:00:28.095Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09c20fdd-b8d9-4490-8267-5c29f7a4f1b0/model-vers/model-ver/ca4d02d5-0525-4a4f-903d-cfa09d3827e8?depth=0|INFO|500||Invoke 2022-10-08T04:00:28.102Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09c20fdd-b8d9-4490-8267-5c29f7a4f1b0/model-vers/model-ver/ca4d02d5-0525-4a4f-903d-cfa09d3827e8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09c20fdd-b8d9-4490-8267-5c29f7a4f1b0/model-vers/model-ver/ca4d02d5-0525-4a4f-903d-cfa09d3827e8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[11587e03-63cb-4362-bf03-05cabe5b0422], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cab87b44-7c95-42b4-88d8-ce05769e8b41], X-ECOMP-RequestID=[11587e03-63cb-4362-bf03-05cabe5b0422], X-TransactionId=[], X-ONAP-RequestID=[11587e03-63cb-4362-bf03-05cabe5b0422], Content-Type=[application/merge-patch+json]} 2022-10-08T04:00:28.206Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09c20fdd-b8d9-4490-8267-5c29f7a4f1b0/model-vers/model-ver/ca4d02d5-0525-4a4f-903d-cfa09d3827e8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-08T04:00:28.442Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09c20fdd-b8d9-4490-8267-5c29f7a4f1b0/model-vers/model-ver/ca4d02d5-0525-4a4f-903d-cfa09d3827e8?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/09c20fdd-b8d9-4490-8267-5c29f7a4f1b0/model-vers/model-ver/ca4d02d5-0525-4a4f-903d-cfa09d3827e8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221008-04:00:28:072-71152], vertex-id=[245960], Content-Length=[0], Date=[Sat, 08 Oct 2022 04:00:28 GMT], Content-Type=[application/json]} 2022-10-08T04:00:28.444Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09c20fdd-b8d9-4490-8267-5c29f7a4f1b0/model-vers/model-ver/ca4d02d5-0525-4a4f-903d-cfa09d3827e8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-08T04:00:28.444Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09c20fdd-b8d9-4490-8267-5c29f7a4f1b0/model-vers/model-ver/ca4d02d5-0525-4a4f-903d-cfa09d3827e8?depth=0|INFO|500||InvokeReturn 2022-10-08T04:00:28.449Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-08T04:00:28.449Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-08T04:00:28.455Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-08T04:00:28.456Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 11587e03-63cb-4362-bf03-05cabe5b0422 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-08T04:00:28.457Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-08T04:00:28.458Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:00:28.460Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:00:28.460Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201628456, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-08T04:00:28.560Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:00:28.562Z||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-10-08T04:00:28.562Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:00:28.578Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:00:28.578Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:00:29.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:00:29.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-08T04:00:29.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "11587e03-63cb-4362-bf03-05cabe5b0422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201628456, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-08T04:00:29.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-08T04:00:29.474Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:00:29.475Z|11587e03-63cb-4362-bf03-05cabe5b0422|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-10-08T04:00:29.475Z|11587e03-63cb-4362-bf03-05cabe5b0422|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:00:39.758Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:00:39.759Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:00:39.760Z|11587e03-63cb-4362-bf03-05cabe5b0422|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-10-08T04:00:39.760Z|11587e03-63cb-4362-bf03-05cabe5b0422|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:00:49.305Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:00:49.306Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:00:49.307Z|11587e03-63cb-4362-bf03-05cabe5b0422|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-10-08T04:00:49.307Z|11587e03-63cb-4362-bf03-05cabe5b0422|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:00:58.900Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:00:58.902Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:00:58.902Z|11587e03-63cb-4362-bf03-05cabe5b0422|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-10-08T04:00:58.903Z|11587e03-63cb-4362-bf03-05cabe5b0422|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:01:08.443Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:01:22.388Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:01:22.389Z|11587e03-63cb-4362-bf03-05cabe5b0422|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-10-08T04:01:22.390Z|11587e03-63cb-4362-bf03-05cabe5b0422|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:01:22.391Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:01:22.391Z||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-10-08T04:01:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:01:22.988Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:01:22.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:22.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "cds", "timestamp": 1665201667771, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:01:22.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-08T04:01:22.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:22.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "ves-openapi-manager", "timestamp": 1665201672611, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:01:22.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-08T04:01:22.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:22.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "policy-id", "timestamp": 1665201667247, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:01:22.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-08T04:01:22.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:22.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "cds", "timestamp": 1665201667771, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:01:22.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-08T04:01:22.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:22.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "ves-openapi-manager", "timestamp": 1665201672611, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:01:22.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-08T04:01:22.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:22.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "policy-id", "timestamp": 1665201667247, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:01:22.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-08T04:01:22.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:22.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "aai-ml", "timestamp": 1665201676223, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:01:22.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-08T04:01:22.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:22.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "clamp", "timestamp": 1665201677357, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:01:22.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-08T04:01:22.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:22.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "cds", "timestamp": 1665201677252, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:01:22.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:01:22.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:22.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "policy-id", "timestamp": 1665201677296, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:01:22.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:01:22.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:22.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "aai-ml", "timestamp": 1665201676223, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:01:22.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-08T04:01:22.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:22.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "clamp", "timestamp": 1665201677357, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:01:22.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-08T04:01:22.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:22.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "cds", "timestamp": 1665201678260, "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-10-08T04:01:23.015Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fdc48b37-dba2-497c-9c57-ad3ea07dc45f 2022-10-08T04:01:23.015Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdc48b37-dba2-497c-9c57-ad3ea07dc45f and ComponentName cds 2022-10-08T04:01:23.016Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 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=? 2022-10-08T04:01:23.017Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:01:23.018Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"fdc48b37-dba2-497c-9c57-ad3ea07dc45f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"afd0f5b6-b82e-4eda-802f-131525c4456f","serviceDescription":"service","serviceInvariantUUID":"304e209c-4fbb-4294-81b7-ab06c9f7a7e8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1da5a68e-4324-4504-9a0e-e1cea4d285ba","resourceInvariantUUID":"00e2a897-2a1e-4f9d-9205-615d4f933c60","resourceCustomizationUUID":"233a5542-f6e4-4528-be9a-df8bb56eb04f","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":"ZTAzZDllOGU5ZGQ5NTVjZjUyYWYzNjJmZTI1ZDBmYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"648863d7-b8f8-463b-8e33-161e93c29bc9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2FiYzhjM2FlODcwMDMzNmI0ZGIyODNkYjZjODFkZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee1e2a66-837d-40d2-94ce-7e137c40f867","artifactVersion":"1"}],"workloadContext":"Production"} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-08T04:01:23.020Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:01:23.021Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:01:23.024Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:01:23.024Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201682388, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:01:23.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:23.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "policy-id", "timestamp": 1665201678302, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:01:23.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:01:23.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:23.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "aai-ml", "timestamp": 1665201678951, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:01:23.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:01:23.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:23.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "policy-id", "timestamp": 1665201679305, "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-10-08T04:01:23.038Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdc48b37-dba2-497c-9c57-ad3ea07dc45f 2022-10-08T04:01:23.039Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdc48b37-dba2-497c-9c57-ad3ea07dc45f 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-10-08T04:01:23.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-08T04:01:23.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "multicloud-k8s-id", "timestamp": 1665201681175, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:01:23.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-08T04:01:23.124Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:01:23.125Z||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-10-08T04:01:23.125Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:01:23.150Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:01:23.151Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:01:24.025Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:01:24.025Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:01:24.028Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:01:24.028Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201682388, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:01:24.128Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:01:24.130Z||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-10-08T04:01:24.130Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:01:24.144Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:01:24.145Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:01:25.030Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "afd0f5b6-b82e-4eda-802f-131525c4456f", "serviceDescription": "service", "serviceInvariantUUID": "304e209c-4fbb-4294-81b7-ab06c9f7a7e8", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "233a5542-f6e4-4528-be9a-df8bb56eb04f", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "1da5a68e-4324-4504-9a0e-e1cea4d285ba", "resourceInvariantUUID": "00e2a897-2a1e-4f9d-9205-615d4f933c60", "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": "N2FiYzhjM2FlODcwMDMzNmI0ZGIyODNkYjZjODFkZDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ee1e2a66-837d-40d2-94ce-7e137c40f867" } ], "workloadContext": "Production" } 2022-10-08T04:01:25.030Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-08T04:01:25.031Z|11587e03-63cb-4362-bf03-05cabe5b0422|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 afd0f5b6-b82e-4eda-802f-131525c4456f ASDC 2022-10-08T04:01:25.031Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:fdc48b37-dba2-497c-9c57-ad3ea07dc45f ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:afd0f5b6-b82e-4eda-802f-131525c4456f ServiceInvariantUUID:304e209c-4fbb-4294-81b7-ab06c9f7a7e8 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:ee1e2a66-837d-40d2-94ce-7e137c40f867 ArtifactChecksum:N2FiYzhjM2FlODcwMDMzNmI0ZGIyODNkYjZjODFkZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:233a5542-f6e4-4528-be9a-df8bb56eb04f ResourceInvariantUUID:00e2a897-2a1e-4f9d-9205-615d4f933c60 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:1da5a68e-4324-4504-9a0e-e1cea4d285ba ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-10-08T04:01:25.032Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF afd0f5b6-b82e-4eda-802f-131525c4456f 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-10-08T04:01:25.059Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-08T04:01:25.060Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-10-08T04:01:25.061Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-10-08T04:01:25.061Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ee1e2a66-837d-40d2-94ce-7e137c40f867 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-08T04:01:25.061Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-10-08T04:01:25.061Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-08T04:01:25.124Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-10-08T04:01:25.127Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ee1e2a66-837d-40d2-94ce-7e137c40f867 52513 2022-10-08T04:01:25.127Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-08T04:01:25.127Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-08T04:01:25.128Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:01:25.128Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:01:25.130Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:01:25.130Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201685127, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:01:25.230Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:01:25.231Z||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-10-08T04:01:25.232Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:01:25.246Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:01:25.247Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:01:26.131Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-08T04:01:26.133Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-10-08T04:01:26.133Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ee1e2a66-837d-40d2-94ce-7e137c40f867, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-08T04:01:26.134Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-10-08T04:01:26.134Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-08T04:01:26.134Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-08T04:01:26.237Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16318448651505658682/Definitions/service-BasicNetwork-template.yml 2022-10-08T04:01:26.711Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-08T04:01:26.711Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-10-08T04:01:26.712Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-08T04:01:26.712Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-10-08T04:01:26.712Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-08T04:01:26.712Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-08T04:01:26.712Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-08T04:01:26.713Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-08T04:01:26.713Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-08T04:01:26.713Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-08T04:01:26.713Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-08T04:01:26.714Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-08T04:01:26.714Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-10-08T04:01:26.714Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:01:26.714Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:01:26.715Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-08T04:01:26.715Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-10-08T04:01:26.715Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-08T04:01:26.715Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:01:26.716Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:01:26.716Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-08T04:01:26.716Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-10-08T04:01:26.717Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-08T04:01:26.717Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:01:26.717Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:01:26.717Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:01:26.718Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:01:26.718Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:01:26.718Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:01:26.718Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:01:26.719Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:01:26.719Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:01:26.719Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:01:26.719Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:afd0f5b6-b82e-4eda-802f-131525c4456f Model Version:NULL Model InvariantUuid:304e209c-4fbb-4294-81b7-ab06c9f7a7e8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:00e2a897-2a1e-4f9d-9205-615d4f933c60 Model UUID:16535fd7-a55f-4079-8774-58a932afb3d0 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:233a5542-f6e4-4528-be9a-df8bb56eb04f 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-10-08T04:01:26.728Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 1da5a68e-4324-4504-9a0e-e1cea4d285ba 2022-10-08T04:01:26.728Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||No resources found for Service: afd0f5b6-b82e-4eda-802f-131525c4456f 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-10-08T04:01:26.732Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500|| 2022-10-08T04:01:26.732Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-10-08T04:01:26.733Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||No resources found for Service: afd0f5b6-b82e-4eda-802f-131525c4456f 2022-10-08T04:01:26.733Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: afd0f5b6-b82e-4eda-802f-131525c4456f 2022-10-08T04:01:26.734Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-10-08T04:01:26.734Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-08T04:01:26.739Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@440681d, org.onap.sdc.toscaparser.api.parameters.Input@19b8667a, org.onap.sdc.toscaparser.api.parameters.Input@75d9064e, org.onap.sdc.toscaparser.api.parameters.Input@186fefc1, org.onap.sdc.toscaparser.api.parameters.Input@1fe86c51] 2022-10-08T04:01:26.741Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:01:26.741Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:01:26.741Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:01:26.742Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:01:26.742Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid afd0f5b6-b82e-4eda-802f-131525c4456f: Generic NeutronNet 2022-10-08T04:01:26.742Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:01:26.743Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:01:26.743Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:01:26.743Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-10-08T04:01:26.769Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:01:26.770Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:01:26.770Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:01:26.770Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:01:26.771Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:01:26.771Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:01:26.771Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-10-08T04:01:26.830Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-10-08T04:01:26.830Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-08T04:01:26.830Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-08T04:01:26.830Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:01:26.831Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:01:26.834Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:01:26.834Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201686830, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:01:26.934Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:01:26.935Z||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-10-08T04:01:26.935Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:01:26.952Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:01:26.952Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:01:27.835Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:01:27.849Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f 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-10-08T04:01:27.855Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:01:27.855Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T04:01:27.855Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T04:01:57.856Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:01:57.868Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f 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-10-08T04:01:57.871Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:01:57.871Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T04:01:57.871Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T04:02:22.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:02:22.392Z||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-10-08T04:02:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:02:22.420Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:02:22.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:02:22.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "multicloud-k8s-id", "timestamp": 1665201681175, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:02:22.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:02:27.872Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:02:27.885Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f 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-10-08T04:02:27.888Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:02:27.888Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T04:02:27.888Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T04:02:57.889Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:02:57.919Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f 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-10-08T04:02:57.931Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:02:57.932Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T04:02:57.932Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T04:03:22.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:03:22.393Z||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-10-08T04:03:22.393Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:03:22.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:03:22.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:03:22.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "clamp", "timestamp": 1665201683496, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:03:22.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:03:27.933Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:03:27.945Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f 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-10-08T04:03:27.948Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:03:27.948Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T04:03:27.948Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T04:03:57.949Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:03:57.962Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f 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-10-08T04:03:57.966Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:03:57.967Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T04:03:57.967Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T04:04:22.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:04:22.392Z||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-10-08T04:04:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:04:22.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:04:22.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201682388, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "aai-ml", "timestamp": 1665201682936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:04:22.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201682388, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:04:22.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "aai-ml", "timestamp": 1665201683939, "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-10-08T04:04:22.441Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fdc48b37-dba2-497c-9c57-ad3ea07dc45f 2022-10-08T04:04:22.441Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdc48b37-dba2-497c-9c57-ad3ea07dc45f 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-10-08T04:04:22.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "clamp", "timestamp": 1665201685503, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:04:22.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201685127, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:04:22.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "clamp", "timestamp": 1665201686506, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-08T04:04:22.462Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fdc48b37-dba2-497c-9c57-ad3ea07dc45f 2022-10-08T04:04:22.462Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdc48b37-dba2-497c-9c57-ad3ea07dc45f and ComponentName clamp 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-10-08T04:04:22.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201686830, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:04:22.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201690571, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201690571, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:04:22.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201693281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:04:22.471Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201694780, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:04:22.471Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201695783, "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-10-08T04:04:22.476Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fdc48b37-dba2-497c-9c57-ad3ea07dc45f 2022-10-08T04:04:22.476Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdc48b37-dba2-497c-9c57-ad3ea07dc45f 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-10-08T04:04:22.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "cds", "timestamp": 1665201727771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "multicloud-k8s-id", "timestamp": 1665201721175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201720571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "policy-id", "timestamp": 1665201727247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "multicloud-k8s-id", "timestamp": 1665201721175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:04:22.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "cds", "timestamp": 1665201727771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201720571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "policy-id", "timestamp": 1665201727247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "cds", "timestamp": 1665201727771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "multicloud-k8s-id", "timestamp": 1665201721175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-08T04:04:22.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201720571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "policy-id", "timestamp": 1665201727247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-08T04:04:22.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "cds", "timestamp": 1665201727771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "multicloud-k8s-id", "timestamp": 1665201721175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201720571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "policy-id", "timestamp": 1665201727247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "ves-openapi-manager", "timestamp": 1665201732611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "cds", "timestamp": 1665201727771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "multicloud-k8s-id", "timestamp": 1665201721175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-08T04:04:22.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201720571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "policy-id", "timestamp": 1665201727247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "ves-openapi-manager", "timestamp": 1665201732611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "cds", "timestamp": 1665201727771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201720571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "multicloud-k8s-id", "timestamp": 1665201721175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "policy-id", "timestamp": 1665201727247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "ves-openapi-manager", "timestamp": 1665201732611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "cds", "timestamp": 1665201727771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:04:22.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "multicloud-k8s-id", "timestamp": 1665201721175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:04:22.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201720571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:04:22.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "policy-id", "timestamp": 1665201727247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:04:22.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "ves-openapi-manager", "timestamp": 1665201732611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201736454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:04:22.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "cds", "timestamp": 1665201735618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:04:22.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "multicloud-k8s-id", "timestamp": 1665201735822, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T04:04:22.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "policy-id", "timestamp": 1665201735657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:04:22.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "ves-openapi-manager", "timestamp": 1665201732611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "cds", "timestamp": 1665201736623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-08T04:04:22.509Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f66e4621-21b9-4796-a709-539c0ef0bd37 2022-10-08T04:04:22.509Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f66e4621-21b9-4796-a709-539c0ef0bd37 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-10-08T04:04:22.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "policy-id", "timestamp": 1665201736662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:04:22.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "multicloud-k8s-id", "timestamp": 1665201736891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T04:04:22.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "aai-ml", "timestamp": 1665201736223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "clamp", "timestamp": 1665201737357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "ves-openapi-manager", "timestamp": 1665201732611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201738433, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:04:22.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "policy-id", "timestamp": 1665201737665, "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-10-08T04:04:22.523Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f66e4621-21b9-4796-a709-539c0ef0bd37 2022-10-08T04:04:22.523Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f66e4621-21b9-4796-a709-539c0ef0bd37 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-10-08T04:04:22.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "multicloud-k8s-id", "timestamp": 1665201737948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:04:22.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "aai-ml", "timestamp": 1665201736223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "clamp", "timestamp": 1665201737357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:04:22.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "ves-openapi-manager", "timestamp": 1665201732611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201739443, "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-10-08T04:04:22.538Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f66e4621-21b9-4796-a709-539c0ef0bd37 2022-10-08T04:04:22.538Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f66e4621-21b9-4796-a709-539c0ef0bd37 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-10-08T04:04:22.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "multicloud-k8s-id", "timestamp": 1665201738973, "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-10-08T04:04:22.554Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f66e4621-21b9-4796-a709-539c0ef0bd37 2022-10-08T04:04:22.554Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f66e4621-21b9-4796-a709-539c0ef0bd37 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-10-08T04:04:22.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "aai-ml", "timestamp": 1665201736223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "clamp", "timestamp": 1665201737357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "multicloud-k8s-id", "timestamp": 1665201739980, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T04:04:22.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:04:22.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "aai-ml", "timestamp": 1665201736223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "clamp", "timestamp": 1665201737357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "aai-ml", "timestamp": 1665201736223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "clamp", "timestamp": 1665201737357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201741175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:22.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-08T04:04:22.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "aai-ml", "timestamp": 1665201736223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:04:22.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-08T04:04:27.968Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:04:27.982Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f 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-10-08T04:04:27.986Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:04:27.986Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-08T04:04:27.987Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-08T04:04:27.987Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-08T04:04:27.987Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:04:27.987Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:04:27.988Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:04:27.988Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:04:27.988Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:04:27.988Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:04:27.988Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-08T04:04:27.994Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-08T04:04:57.994Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f 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-10-08T04:04:58.002Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fdc48b37-dba2-497c-9c57-ad3ea07dc45f and serviceModelVersionId: afd0f5b6-b82e-4eda-802f-131525c4456f 2022-10-08T04:04:58.002Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 304e209c-4fbb-4294-81b7-ab06c9f7a7e8 2022-10-08T04:04:58.004Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/304e209c-4fbb-4294-81b7-ab06c9f7a7e8/model-vers/model-ver/afd0f5b6-b82e-4eda-802f-131525c4456f?depth=0 2022-10-08T04:04:58.011Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-10-08T04:04:58.077Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/304e209c-4fbb-4294-81b7-ab06c9f7a7e8/model-vers/model-ver/afd0f5b6-b82e-4eda-802f-131525c4456f?depth=0|INFO|500||Invoke 2022-10-08T04:04:58.078Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/304e209c-4fbb-4294-81b7-ab06c9f7a7e8/model-vers/model-ver/afd0f5b6-b82e-4eda-802f-131525c4456f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/304e209c-4fbb-4294-81b7-ab06c9f7a7e8/model-vers/model-ver/afd0f5b6-b82e-4eda-802f-131525c4456f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fdc48b37-dba2-497c-9c57-ad3ea07dc45f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7eed0179-e5bb-443a-aa2d-3b2f0cc82f8d], X-ECOMP-RequestID=[fdc48b37-dba2-497c-9c57-ad3ea07dc45f], X-TransactionId=[], X-ONAP-RequestID=[fdc48b37-dba2-497c-9c57-ad3ea07dc45f], Content-Type=[application/merge-patch+json]} 2022-10-08T04:04:58.110Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/304e209c-4fbb-4294-81b7-ab06c9f7a7e8/model-vers/model-ver/afd0f5b6-b82e-4eda-802f-131525c4456f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-08T04:04:58.204Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/304e209c-4fbb-4294-81b7-ab06c9f7a7e8/model-vers/model-ver/afd0f5b6-b82e-4eda-802f-131525c4456f?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/304e209c-4fbb-4294-81b7-ab06c9f7a7e8/model-vers/model-ver/afd0f5b6-b82e-4eda-802f-131525c4456f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221008-04:04:57:934-14830], vertex-id=[196840], Content-Length=[0], Date=[Sat, 08 Oct 2022 04:04:57 GMT], Content-Type=[application/json]} 2022-10-08T04:04:58.204Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/304e209c-4fbb-4294-81b7-ab06c9f7a7e8/model-vers/model-ver/afd0f5b6-b82e-4eda-802f-131525c4456f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-08T04:04:58.205Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/304e209c-4fbb-4294-81b7-ab06c9f7a7e8/model-vers/model-ver/afd0f5b6-b82e-4eda-802f-131525c4456f?depth=0|INFO|500||InvokeReturn 2022-10-08T04:04:58.205Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-08T04:04:58.206Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-08T04:04:58.210Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-08T04:04:58.210Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fdc48b37-dba2-497c-9c57-ad3ea07dc45f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-08T04:04:58.211Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-08T04:04:58.211Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:04:58.214Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:04:58.214Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201898211, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-08T04:04:58.314Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:04:58.315Z||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-10-08T04:04:58.316Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:04:58.333Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:04:58.334Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-08T04:04:59.232Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:04:59.234Z||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-10-08T04:04:59.235Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:03.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:03.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-08T04:05:03.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f66e4621-21b9-4796-a709-539c0ef0bd37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e68077d8-3755-4d85-b7f9-e447eeea9f10","serviceDescription":"service","serviceInvariantUUID":"b119531a-54d5-4ce2-a2d9-b388e9ced87b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5210bae1-4dfa-4feb-9254-c36c0c19779a","resourceInvariantUUID":"9dc0eceb-de10-414d-973a-31db4fe469ca","resourceCustomizationUUID":"cfce8b77-f9de-48f1-96ef-5e3c69760817","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":"Zjc1MjU0MjA5YjY0NTdlZjkxMTlkNDRlYWMwNTE5NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5544f564-24ab-4704-9503-c40b374eab9c","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":"Njk2ODU2OTlmMmUyZGEzNTcwNGIxNGUyMzliYmIwMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"041b18a2-19eb-44a9-b53b-3f397d031e0c","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":"a81aff93-fe9f-4ffc-acbe-4576094aac95","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":"63e1860d-b6b6-4d60-889f-7c79fb670ad9","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":"579eca32-a589-48be-8d39-b4807c583ab7","artifactVersion":"2","generatedFromUUID":"a81aff93-fe9f-4ffc-acbe-4576094aac95"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDY3ODVlMDliYzZhZWJkYzI0ZmM4Y2ZjMTBjOTFiMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fcd74997-ed7e-4adc-96f4-e547f9ead51a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWZiMWFkOGY5Mjc5YjUxYTA4NjhiNThmZDFkM2RkYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"155a8ea7-9b25-4056-9f85-b81b7cae72e8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-08T04:05:03.648Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:05:03.648Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:03.651Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:03.651Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:03.751Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:05:03.752Z||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-10-08T04:05:03.752Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:03.766Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:03.767Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:05:04.652Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:05:04.652Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:04.654Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:04.655Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:05:04.755Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:05:04.756Z||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-10-08T04:05:04.756Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:04.770Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:04.771Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:05:05.655Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:05:05.656Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:05.658Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:05.658Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-08T04:05:05.759Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:05:05.760Z||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-10-08T04:05:05.760Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:05.774Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:05.774Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:05:06.659Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:05:06.660Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:06.662Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:06.662Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:06.762Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:05:06.763Z||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-10-08T04:05:06.764Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:06.778Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:06.779Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:05:07.662Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:05:07.664Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:07.666Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:07.666Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-08T04:05:07.766Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:05:07.768Z||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-10-08T04:05:07.768Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:07.780Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:07.781Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:05:08.667Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:05:08.668Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:08.669Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:08.669Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:08.770Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:05:08.771Z||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-10-08T04:05:08.771Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:08.788Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:08.789Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:05:09.670Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:05:09.671Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:09.673Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:09.673Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:05:09.773Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:05:09.774Z||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-10-08T04:05:09.774Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:09.788Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:09.789Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:05:10.675Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "e68077d8-3755-4d85-b7f9-e447eeea9f10", "serviceDescription": "service", "serviceInvariantUUID": "b119531a-54d5-4ce2-a2d9-b388e9ced87b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "cfce8b77-f9de-48f1-96ef-5e3c69760817", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5210bae1-4dfa-4feb-9254-c36c0c19779a", "resourceInvariantUUID": "9dc0eceb-de10-414d-973a-31db4fe469ca", "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": "Njk2ODU2OTlmMmUyZGEzNTcwNGIxNGUyMzliYmIwMWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "041b18a2-19eb-44a9-b53b-3f397d031e0c", "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": "a81aff93-fe9f-4ffc-acbe-4576094aac95", "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": "579eca32-a589-48be-8d39-b4807c583ab7", "generatedFromUUID": "a81aff93-fe9f-4ffc-acbe-4576094aac95" }, "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": "579eca32-a589-48be-8d39-b4807c583ab7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWZiMWFkOGY5Mjc5YjUxYTA4NjhiNThmZDFkM2RkYzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "155a8ea7-9b25-4056-9f85-b81b7cae72e8" } ], "workloadContext": "Production" } 2022-10-08T04:05:10.676Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-08T04:05:10.676Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e68077d8-3755-4d85-b7f9-e447eeea9f10 ASDC 2022-10-08T04:05:10.677Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:f66e4621-21b9-4796-a709-539c0ef0bd37 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:e68077d8-3755-4d85-b7f9-e447eeea9f10 ServiceInvariantUUID:b119531a-54d5-4ce2-a2d9-b388e9ced87b 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:155a8ea7-9b25-4056-9f85-b81b7cae72e8 ArtifactChecksum:OWZiMWFkOGY5Mjc5YjUxYTA4NjhiNThmZDFkM2RkYzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:cfce8b77-f9de-48f1-96ef-5e3c69760817 ResourceInvariantUUID:9dc0eceb-de10-414d-973a-31db4fe469ca ResourceName:basic_vm ResourceType:VF ResourceUUID:5210bae1-4dfa-4feb-9254-c36c0c19779a 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:041b18a2-19eb-44a9-b53b-3f397d031e0c ArtifactChecksum:Njk2ODU2OTlmMmUyZGEzNTcwNGIxNGUyMzliYmIwMWU= 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:a81aff93-fe9f-4ffc-acbe-4576094aac95 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:579eca32-a589-48be-8d39-b4807c583ab7 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:579eca32-a589-48be-8d39-b4807c583ab7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-08T04:05:10.677Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e68077d8-3755-4d85-b7f9-e447eeea9f10 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-10-08T04:05:10.710Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-08T04:05:10.711Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:05:10.711Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:05:10.712Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 155a8ea7-9b25-4056-9f85-b81b7cae72e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-08T04:05:10.712Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:05:10.712Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-08T04:05:10.855Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:05:10.858Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 155a8ea7-9b25-4056-9f85-b81b7cae72e8 71059 2022-10-08T04:05:10.859Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-08T04:05:10.859Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-08T04:05:10.859Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:05:10.860Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:10.862Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:10.863Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201910859, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:10.964Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-08T04:05:10.965Z||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-10-08T04:05:10.966Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:10.983Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:10.984Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:05:11.864Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-08T04:05:11.866Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:05:11.866Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 155a8ea7-9b25-4056-9f85-b81b7cae72e8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-08T04:05:11.867Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-10-08T04:05:11.867Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-08T04:05:11.867Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-10-08T04:05:11.994Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1974916687867456902/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_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 "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-08T04:05:13.306Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-08T04:05:13.307Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-08T04:05:13.307Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-08T04:05:13.307Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-08T04:05:13.307Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-08T04:05:13.307Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-08T04:05:13.307Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-08T04:05:13.308Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-08T04:05:13.308Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-08T04:05:13.308Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:13.308Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-08T04:05:13.308Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-08T04:05:13.308Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:13.308Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-08T04:05:13.309Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:13.309Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:13.309Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-08T04:05:13.309Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-08T04:05:13.309Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-08T04:05:13.310Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:13.310Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:13.310Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-08T04:05:13.310Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-08T04:05:13.310Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-08T04:05:13.311Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:13.311Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:13.311Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:13.311Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-08T04:05:13.311Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-08T04:05:13.312Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-08T04:05:13.312Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-08T04:05:13.312Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-08T04:05:13.312Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-08T04:05:13.312Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:13.312Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-08T04:05:13.313Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:13.313Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-08T04:05:13.313Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:05:13.313Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:13.314Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-08T04:05:13.314Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:05:13.314Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:13.314Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-08T04:05:13.314Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:05:13.314Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:13.315Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-08T04:05:13.315Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-08T04:05:13.315Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-08T04:05:13.315Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0901e558-7f0a-42db-90c1-2f8db75b118b 2022-10-08T04:05:13.315Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:13.316Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:13.316Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:13.316Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:13.316Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:13.316Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:13.317Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:13.317Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:13.317Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:e68077d8-3755-4d85-b7f9-e447eeea9f10 Model Version:NULL Model InvariantUuid:b119531a-54d5-4ce2-a2d9-b388e9ced87b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:49eb5804-9fb8-4c82-a6f1-c4861830d7b0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9dc0eceb-de10-414d-973a-31db4fe469ca Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cfce8b77-f9de-48f1-96ef-5e3c69760817 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:480329c8-ed50-4311-aa7e-17ed4cef4764 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:506b13b1-4a72-439e-9dea-e0173c43bbfd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0901e558-7f0a-42db-90c1-2f8db75b118b ModelInvariantUuid:a401cf8e-71fa-4917-8e9d-0599a557fd82 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:132abafe-7722-494f-9eb9-775acff1c7af ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:f2e854ff-15f5-4606-b84c-a7ff5c8387ac ModelInvariantUuid:8477ccad-6c9d-4ef6-a06e-6ed7030d3bca ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:c6076a1e-1fd6-408b-b06a-8d5339a2b2e1 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-10-08T04:05:13.325Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 5210bae1-4dfa-4feb-9254-c36c0c19779a 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-10-08T04:05:13.329Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||basic_vm 0 2022-10-08T04:05:13.329Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5210bae1-4dfa-4feb-9254-c36c0c19779a 2022-10-08T04:05:13.329Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 041b18a2-19eb-44a9-b53b-3f397d031e0c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-08T04:05:13.329Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:05:13.330Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:13.374Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:05:13.374Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 041b18a2-19eb-44a9-b53b-3f397d031e0c 787 2022-10-08T04:05:13.375Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:13.375Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:13.375Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:05:13.375Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:13.378Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:13.378Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201913375, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:13.478Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:05:13.479Z||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-10-08T04:05:13.479Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:13.494Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:13.495Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:05:14.379Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "480329c8-ed50-4311-aa7e-17ed4cef4764", "vfModuleModelVersion": "1", "vfModuleModelUUID": "506b13b1-4a72-439e-9dea-e0173c43bbfd", "vfModuleModelCustomizationUUID": "9c038281-9e6b-429c-beb9-059d02c15ac1", "isBase": true, "artifacts": [ "a81aff93-fe9f-4ffc-acbe-4576094aac95", "579eca32-a589-48be-8d39-b4807c583ab7" ], "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-10-08T04:05:14.385Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:506b13b1-4a72-439e-9dea-e0173c43bbfd VfModuleModelInvariantUUID:480329c8-ed50-4311-aa7e-17ed4cef4764 VfModuleModelDescription:NULL Artifacts UUID List:{ a81aff93-fe9f-4ffc-acbe-4576094aac95 , 579eca32-a589-48be-8d39-b4807c583ab7 } 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-10-08T04:05:14.386Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "480329c8-ed50-4311-aa7e-17ed4cef4764", "vfModuleModelVersion": "1", "vfModuleModelUUID": "506b13b1-4a72-439e-9dea-e0173c43bbfd", "vfModuleModelCustomizationUUID": "9c038281-9e6b-429c-beb9-059d02c15ac1", "isBase": true, "artifacts": [ "a81aff93-fe9f-4ffc-acbe-4576094aac95", "579eca32-a589-48be-8d39-b4807c583ab7" ], "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-10-08T04:05:14.386Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:506b13b1-4a72-439e-9dea-e0173c43bbfd VfModuleModelInvariantUUID:480329c8-ed50-4311-aa7e-17ed4cef4764 VfModuleModelDescription:NULL Artifacts UUID List:{ a81aff93-fe9f-4ffc-acbe-4576094aac95 , 579eca32-a589-48be-8d39-b4807c583ab7 } 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-10-08T04:05:14.387Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a81aff93-fe9f-4ffc-acbe-4576094aac95 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-08T04:05:14.387Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:05:14.387Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:14.433Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:05:14.434Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a81aff93-fe9f-4ffc-acbe-4576094aac95 5033 2022-10-08T04:05:14.434Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:14.434Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:14.434Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:05:14.435Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:14.437Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:14.437Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201914434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:14.537Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:05:14.538Z||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-10-08T04:05:14.538Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:14.554Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:14.555Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:05:15.439Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 579eca32-a589-48be-8d39-b4807c583ab7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-08T04:05:15.439Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:05:15.439Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:15.486Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:05:15.487Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 579eca32-a589-48be-8d39-b4807c583ab7 903 2022-10-08T04:05:15.487Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:15.488Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:15.488Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:05:15.488Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:15.490Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:15.490Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201915487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:15.590Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:05:15.591Z||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-10-08T04:05:15.591Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:15.606Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:15.607Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:05:16.490Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e68077d8-3755-4d85-b7f9-e447eeea9f10 2022-10-08T04:05:16.491Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5210bae1-4dfa-4feb-9254-c36c0c19779a 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-10-08T04:05:16.508Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33d95c18, org.onap.sdc.toscaparser.api.parameters.Input@2b653b88, org.onap.sdc.toscaparser.api.parameters.Input@1a52686a, org.onap.sdc.toscaparser.api.parameters.Input@1feb6bc5, org.onap.sdc.toscaparser.api.parameters.Input@66abcdbc] 2022-10-08T04:05:16.510Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:16.510Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:16.510Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-10-08T04:05:16.511Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= cfce8b77-f9de-48f1-96ef-5e3c69760817 2022-10-08T04:05:16.511Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cfce8b77-f9de-48f1-96ef-5e3c69760817 matches Tosca VF Customization UUID: cfce8b77-f9de-48f1-96ef-5e3c69760817 2022-10-08T04:05:16.511Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: cfce8b77-f9de-48f1-96ef-5e3c69760817 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-10-08T04:05:16.514Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:16.514Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:16.515Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id cfce8b77-f9de-48f1-96ef-5e3c69760817: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-10-08T04:05:16.515Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29f9cd7d 2022-10-08T04:05:16.515Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:16.516Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-08T04:05:16.516Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9c038281-9e6b-429c-beb9-059d02c15ac1 2022-10-08T04:05:16.516Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9c038281-9e6b-429c-beb9-059d02c15ac1 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-10-08T04:05:16.519Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:16.519Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-08T04:05:16.520Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:05:16.520Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:16.520Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-08T04:05:16.521Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:05:16.521Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:16.521Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-08T04:05:16.522Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-08T04:05:16.522Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-08T04:05:16.522Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0901e558-7f0a-42db-90c1-2f8db75b118b 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-10-08T04:05:16.525Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:16.525Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-08T04:05:16.525Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:05:16.525Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:16.526Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-08T04:05:16.526Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=cfce8b77-f9de-48f1-96ef-5e3c69760817 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-10-08T04:05:16.528Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:16.528Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:16.528Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e68077d8-3755-4d85-b7f9-e447eeea9f10: basic_vm 2022-10-08T04:05:16.529Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:16.529Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:16.529Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:16.530Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:16.530Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:16.530Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:16.530Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:16.531Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:16.531Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:05:16.531Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:05:16.531Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:16.611Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5210bae1-4dfa-4feb-9254-c36c0c19779a 1 ASDC deployResourceStructure 2022-10-08T04:05:16.611Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:16.611Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:16.611Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:05:16.612Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:16.614Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:16.614Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201916611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T04:05:16.715Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:05:16.715Z||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-10-08T04:05:16.715Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:16.732Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:16.732Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:05:17.616Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:17.616Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:17.616Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:05:17.617Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:17.619Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:17.619Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201917615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-08T04:05:17.720Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:05:17.720Z||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-10-08T04:05:17.721Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:17.734Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:17.735Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:05:18.621Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:18.621Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||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-10-08T04:05:18.621Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:05:18.622Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:18.624Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:18.624Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201918621, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-08T04:05:18.726Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-08T04:05:18.727Z||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-10-08T04:05:18.727Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:18.741Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:18.742Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:05:19.625Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-08T04:05:19.625Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-08T04:05:19.626Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:05:19.626Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:05:19.628Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:05:19.628Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201919625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:05:19.729Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:05:19.730Z||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-10-08T04:05:19.730Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:19.744Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:19.744Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:05:20.629Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f66e4621-21b9-4796-a709-539c0ef0bd37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:05:20.640Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f66e4621-21b9-4796-a709-539c0ef0bd37 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-10-08T04:05:20.643Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:05:20.643Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T04:05:20.643Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T04:05:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:05:22.392Z||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-10-08T04:05:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:05:22.425Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:05:22.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "clamp", "timestamp": 1665201737357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201741175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-08T04:05:22.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "aai-ml", "timestamp": 1665201736223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:05:22.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "clamp", "timestamp": 1665201737357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:05:22.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "cds", "timestamp": 1665201742771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201741175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-08T04:05:22.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "aai-ml", "timestamp": 1665201743975, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:22.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "cds", "timestamp": 1665201742771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201741175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:05:22.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "cds", "timestamp": 1665201742771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201741175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-08T04:05:22.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "cds", "timestamp": 1665201742771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201741175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "clamp", "timestamp": 1665201747504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:22.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "cds", "timestamp": 1665201742771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201741175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-08T04:05:22.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "policy-id", "timestamp": 1665201747247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "cds", "timestamp": 1665201742771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201741175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "clamp", "timestamp": 1665201749514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:05:22.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "policy-id", "timestamp": 1665201747247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "cds", "timestamp": 1665201742771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201741175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:05:22.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "clamp", "timestamp": 1665201750517, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-08T04:05:22.447Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f66e4621-21b9-4796-a709-539c0ef0bd37 2022-10-08T04:05:22.447Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f66e4621-21b9-4796-a709-539c0ef0bd37 and ComponentName clamp 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-10-08T04:05:22.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "policy-id", "timestamp": 1665201747247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201750571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "cds", "timestamp": 1665201742771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201750955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:22.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "policy-id", "timestamp": 1665201747247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "aai-ml", "timestamp": 1665201751024, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:05:22.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201750571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "cds", "timestamp": 1665201742771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:05:22.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201752019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:22.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "policy-id", "timestamp": 1665201747247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-08T04:05:22.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "aai-ml", "timestamp": 1665201752029, "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-10-08T04:05:22.466Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f66e4621-21b9-4796-a709-539c0ef0bd37 2022-10-08T04:05:22.466Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f66e4621-21b9-4796-a709-539c0ef0bd37 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-10-08T04:05:22.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201750571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "ves-openapi-manager", "timestamp": 1665201752611, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "cds", "timestamp": 1665201752491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:22.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201753085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:22.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "policy-id", "timestamp": 1665201747247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201750571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "ves-openapi-manager", "timestamp": 1665201752611, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "cds", "timestamp": 1665201753500, "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-10-08T04:05:22.489Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c332378-f879-4e57-a558-6751cd58fde1 2022-10-08T04:05:22.490Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c332378-f879-4e57-a558-6751cd58fde1 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-10-08T04:05:22.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "policy-id", "timestamp": 1665201747247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201754137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:22.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201750571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "ves-openapi-manager", "timestamp": 1665201752611, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "policy-id", "timestamp": 1665201747247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201755203, "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-10-08T04:05:22.508Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c332378-f879-4e57-a558-6751cd58fde1 2022-10-08T04:05:22.508Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c332378-f879-4e57-a558-6751cd58fde1 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-10-08T04:05:22.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201750571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "ves-openapi-manager", "timestamp": 1665201752611, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "policy-id", "timestamp": 1665201747247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:05:22.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "multicloud-k8s-id", "timestamp": 1665201756207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T04:05:22.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201750571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "ves-openapi-manager", "timestamp": 1665201752611, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "policy-id", "timestamp": 1665201757011, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:22.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201750571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "ves-openapi-manager", "timestamp": 1665201752611, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "policy-id", "timestamp": 1665201758016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:05:22.522Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201750571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:05:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "ves-openapi-manager", "timestamp": 1665201752611, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "policy-id", "timestamp": 1665201759020, "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-10-08T04:05:22.530Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c332378-f879-4e57-a558-6751cd58fde1 2022-10-08T04:05:22.530Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c332378-f879-4e57-a558-6751cd58fde1 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-10-08T04:05:22.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "ves-openapi-manager", "timestamp": 1665201752611, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201760332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:22.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "ves-openapi-manager", "timestamp": 1665201752611, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201762218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:05:22.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665201763222, "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-10-08T04:05:22.545Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c332378-f879-4e57-a558-6751cd58fde1 2022-10-08T04:05:22.545Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c332378-f879-4e57-a558-6751cd58fde1 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-10-08T04:05:22.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "aai-ml", "timestamp": 1665201766223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "clamp", "timestamp": 1665201767357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "aai-ml", "timestamp": 1665201766223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "clamp", "timestamp": 1665201767357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "aai-ml", "timestamp": 1665201766223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "clamp", "timestamp": 1665201767357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "aai-ml", "timestamp": 1665201766223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "clamp", "timestamp": 1665201767357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:05:22.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "aai-ml", "timestamp": 1665201766223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "clamp", "timestamp": 1665201767357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "aai-ml", "timestamp": 1665201766223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "clamp", "timestamp": 1665201767357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "aai-ml", "timestamp": 1665201766223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "clamp", "timestamp": 1665201767357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "aai-ml", "timestamp": 1665201766223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "clamp", "timestamp": 1665201767357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:05:22.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "aai-ml", "timestamp": 1665201766223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:05:22.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "clamp", "timestamp": 1665201767357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:05:22.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:05:22.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "aai-ml", "timestamp": 1665201775985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:22.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "clamp", "timestamp": 1665201780509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:05:22.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "clamp", "timestamp": 1665201781525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:05:22.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "clamp", "timestamp": 1665201782527, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-08T04:05:22.567Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c332378-f879-4e57-a558-6751cd58fde1 2022-10-08T04:05:22.567Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c332378-f879-4e57-a558-6751cd58fde1 and ComponentName clamp 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-10-08T04:05:22.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "aai-ml", "timestamp": 1665201782841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:05:22.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:05:22.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:05:22.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "aai-ml", "timestamp": 1665201783844, "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-10-08T04:05:22.580Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c332378-f879-4e57-a558-6751cd58fde1 2022-10-08T04:05:22.580Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c332378-f879-4e57-a558-6751cd58fde1 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-10-08T04:05:50.644Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f66e4621-21b9-4796-a709-539c0ef0bd37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:05:50.656Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f66e4621-21b9-4796-a709-539c0ef0bd37 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-10-08T04:05:50.659Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:05:50.659Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-08T04:05:50.660Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-08T04:05:50.660Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-08T04:05:50.660Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:05:50.660Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:05:50.661Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:05:50.661Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:05:50.661Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:05:50.661Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:05:50.661Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-08T04:05:50.667Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-08T04:06:20.667Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f66e4621-21b9-4796-a709-539c0ef0bd37 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-10-08T04:06:20.674Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f66e4621-21b9-4796-a709-539c0ef0bd37 and serviceModelVersionId: e68077d8-3755-4d85-b7f9-e447eeea9f10 2022-10-08T04:06:20.674Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b119531a-54d5-4ce2-a2d9-b388e9ced87b 2022-10-08T04:06:20.676Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b119531a-54d5-4ce2-a2d9-b388e9ced87b/model-vers/model-ver/e68077d8-3755-4d85-b7f9-e447eeea9f10?depth=0 2022-10-08T04:06:20.681Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-10-08T04:06:20.739Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b119531a-54d5-4ce2-a2d9-b388e9ced87b/model-vers/model-ver/e68077d8-3755-4d85-b7f9-e447eeea9f10?depth=0|INFO|500||Invoke 2022-10-08T04:06:20.740Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b119531a-54d5-4ce2-a2d9-b388e9ced87b/model-vers/model-ver/e68077d8-3755-4d85-b7f9-e447eeea9f10?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b119531a-54d5-4ce2-a2d9-b388e9ced87b/model-vers/model-ver/e68077d8-3755-4d85-b7f9-e447eeea9f10?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f66e4621-21b9-4796-a709-539c0ef0bd37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90a8457e-0d4f-44c9-9417-a11c6d725f84], X-ECOMP-RequestID=[f66e4621-21b9-4796-a709-539c0ef0bd37], X-TransactionId=[], X-ONAP-RequestID=[f66e4621-21b9-4796-a709-539c0ef0bd37], Content-Type=[application/merge-patch+json]} 2022-10-08T04:06:20.764Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b119531a-54d5-4ce2-a2d9-b388e9ced87b/model-vers/model-ver/e68077d8-3755-4d85-b7f9-e447eeea9f10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-08T04:06:20.860Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b119531a-54d5-4ce2-a2d9-b388e9ced87b/model-vers/model-ver/e68077d8-3755-4d85-b7f9-e447eeea9f10?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/b119531a-54d5-4ce2-a2d9-b388e9ced87b/model-vers/model-ver/e68077d8-3755-4d85-b7f9-e447eeea9f10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221008-04:06:20:579-2793], vertex-id=[217112], Content-Length=[0], Date=[Sat, 08 Oct 2022 04:06:20 GMT], Content-Type=[application/json]} 2022-10-08T04:06:20.861Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b119531a-54d5-4ce2-a2d9-b388e9ced87b/model-vers/model-ver/e68077d8-3755-4d85-b7f9-e447eeea9f10?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-08T04:06:20.861Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b119531a-54d5-4ce2-a2d9-b388e9ced87b/model-vers/model-ver/e68077d8-3755-4d85-b7f9-e447eeea9f10?depth=0|INFO|500||InvokeReturn 2022-10-08T04:06:20.862Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-08T04:06:20.863Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-08T04:06:20.867Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-08T04:06:20.867Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f66e4621-21b9-4796-a709-539c0ef0bd37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-08T04:06:20.867Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-08T04:06:20.868Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:20.870Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:20.871Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201980867, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-08T04:06:20.971Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:06:20.972Z||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-10-08T04:06:20.972Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:20.991Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:20.992Z||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-10-08T04:06:21.883Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-08T04:06:21.883Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c332378-f879-4e57-a558-6751cd58fde1","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f18542f8-99bb-4c92-8ad9-112689ba6a5c","serviceDescription":"service","serviceInvariantUUID":"70dd555b-6799-434d-820b-d1741e3bfc57","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9ab92ee2-6c69-4bef-8c2d-ae91638f6028","resourceInvariantUUID":"16f79e15-7fe1-4fc8-b1e0-3259b8a82dc8","resourceCustomizationUUID":"7fe0906e-1b89-42a7-b8a5-9425adc6ee0b","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":"MzNiNjJhOWYyMmU1ZGIwMjZlN2I0ZTU3ZGQ1YzM1ZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f48710d3-44b0-4d20-afd2-de957907eec4","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":"198f29f7-77d9-4435-91c9-565e120dc6b0","artifactVersion":"2","generatedFromUUID":"89466638-4619-41ec-b8c1-4154208965db"},{"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":"89466638-4619-41ec-b8c1-4154208965db","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":"YjkyZDRiMTZjM2FhMGYzZWQ3NzNiYWRlNDY0MDZiM2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"78cd7e6e-cbfa-46f0-8bc2-a510115c7811","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":"41a9fe07-0684-4355-83ae-db4c7022645b","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":"333d1dcf-953c-465e-8a25-7865688287c7","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":"9f8ed821-c26e-4496-8ac8-22e1c72dc5b9","artifactVersion":"2","generatedFromUUID":"41a9fe07-0684-4355-83ae-db4c7022645b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjllYjJjODQ5ZTdlNjhkYmMxMzVlYzQ2YmY2MjkzODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e11b5a1f-b0ff-47e1-9c4e-96d11516e8bc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MWI5M2NmOWIzMDBmZTY3ODdiNGZkN2Y2OGRhOWIzMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34b47821-18b6-4da5-927b-35b681fbe00d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-08T04:06:21.884Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:06:21.884Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:21.886Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:21.886Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:06:21.986Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:06:21.987Z||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-10-08T04:06:21.988Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:22.004Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:22.005Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:06:22.391Z||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-10-08T04:06:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:22.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:22.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdc48b37-dba2-497c-9c57-ad3ea07dc45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201898211, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-08T04:06:22.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:06:22.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:06:22.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:06:22.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:06:22.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:06:22.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-08T04:06:22.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:06:22.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:06:22.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:06:22.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-08T04:06:22.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:06:22.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:06:22.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:06:22.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:06:22.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:06:22.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201910859, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:06:22.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:06:22.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201913375, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T04:06:22.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:06:22.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201914434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T04:06:22.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:06:22.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201915487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:06:22.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:06:22.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201916611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T04:06:22.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:06:22.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201917615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-08T04:06:22.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:06:22.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201918621, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-08T04:06:22.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:06:22.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:06:22.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201919625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:06:22.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:06:22.888Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:06:22.889Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:22.893Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:22.894Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-08T04:06:22.993Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:06:22.994Z||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-10-08T04:06:22.994Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:23.008Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:23.009Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:23.896Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:06:23.897Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:23.899Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:23.899Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-08T04:06:24.000Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-08T04:06:24.001Z||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-10-08T04:06:24.001Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:24.014Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:24.014Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:24.901Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:06:24.902Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:24.904Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:24.904Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:06:25.004Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:06:25.005Z||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-10-08T04:06:25.005Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:25.020Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:25.021Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:25.904Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:06:25.905Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:25.907Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:25.908Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-08T04:06:26.008Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:06:26.009Z||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-10-08T04:06:26.009Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:26.025Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:26.026Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:26.908Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:06:26.909Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:26.911Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:26.911Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:06:27.012Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:06:27.012Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-08T04:06:27.013Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:27.030Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:27.030Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:27.917Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:06:27.917Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:27.923Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:27.923Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-08T04:06:28.023Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-10-08T04:06:28.024Z||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-10-08T04:06:28.024Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:28.037Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:28.038Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:28.926Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:06:28.927Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:28.936Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:28.936Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:06:29.029Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-10-08T04:06:29.030Z||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-10-08T04:06:29.030Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:29.044Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:29.045Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:29.937Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:06:29.938Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:29.941Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:29.941Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:06:30.041Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:06:30.042Z||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-10-08T04:06:30.043Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:30.059Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:30.059Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:30.942Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "f18542f8-99bb-4c92-8ad9-112689ba6a5c", "serviceDescription": "service", "serviceInvariantUUID": "70dd555b-6799-434d-820b-d1741e3bfc57", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "7fe0906e-1b89-42a7-b8a5-9425adc6ee0b", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9ab92ee2-6c69-4bef-8c2d-ae91638f6028", "resourceInvariantUUID": "16f79e15-7fe1-4fc8-b1e0-3259b8a82dc8", "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": "198f29f7-77d9-4435-91c9-565e120dc6b0", "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": "89466638-4619-41ec-b8c1-4154208965db", "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": "YjkyZDRiMTZjM2FhMGYzZWQ3NzNiYWRlNDY0MDZiM2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78cd7e6e-cbfa-46f0-8bc2-a510115c7811", "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": "41a9fe07-0684-4355-83ae-db4c7022645b", "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": "9f8ed821-c26e-4496-8ac8-22e1c72dc5b9", "generatedFromUUID": "41a9fe07-0684-4355-83ae-db4c7022645b" }, "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": "9f8ed821-c26e-4496-8ac8-22e1c72dc5b9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MWI5M2NmOWIzMDBmZTY3ODdiNGZkN2Y2OGRhOWIzMGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "34b47821-18b6-4da5-927b-35b681fbe00d" } ], "workloadContext": "Production" } 2022-10-08T04:06:30.942Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-08T04:06:30.942Z|f66e4621-21b9-4796-a709-539c0ef0bd37|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f18542f8-99bb-4c92-8ad9-112689ba6a5c ASDC 2022-10-08T04:06:30.943Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:5c332378-f879-4e57-a558-6751cd58fde1 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:f18542f8-99bb-4c92-8ad9-112689ba6a5c ServiceInvariantUUID:70dd555b-6799-434d-820b-d1741e3bfc57 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:34b47821-18b6-4da5-927b-35b681fbe00d ArtifactChecksum:MWI5M2NmOWIzMDBmZTY3ODdiNGZkN2Y2OGRhOWIzMGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:7fe0906e-1b89-42a7-b8a5-9425adc6ee0b ResourceInvariantUUID:16f79e15-7fe1-4fc8-b1e0-3259b8a82dc8 ResourceName:basic_cnf ResourceType:VF ResourceUUID:9ab92ee2-6c69-4bef-8c2d-ae91638f6028 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:198f29f7-77d9-4435-91c9-565e120dc6b0 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:89466638-4619-41ec-b8c1-4154208965db 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:78cd7e6e-cbfa-46f0-8bc2-a510115c7811 ArtifactChecksum:YjkyZDRiMTZjM2FhMGYzZWQ3NzNiYWRlNDY0MDZiM2E= 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:41a9fe07-0684-4355-83ae-db4c7022645b 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:9f8ed821-c26e-4496-8ac8-22e1c72dc5b9 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:9f8ed821-c26e-4496-8ac8-22e1c72dc5b9 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-08T04:06:30.943Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f18542f8-99bb-4c92-8ad9-112689ba6a5c 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-10-08T04:06:30.987Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-08T04:06:30.988Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:06:30.988Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:06:30.989Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 34b47821-18b6-4da5-927b-35b681fbe00d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-08T04:06:30.989Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:06:30.989Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-08T04:06:31.110Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:06:31.113Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 34b47821-18b6-4da5-927b-35b681fbe00d 68949 2022-10-08T04:06:31.114Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-08T04:06:31.114Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-08T04:06:31.114Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:06:31.115Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:31.117Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:31.117Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201991114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:06:31.217Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:06:31.219Z||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-10-08T04:06:31.219Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:31.236Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:31.237Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:06:32.118Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-08T04:06:32.119Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:06:32.120Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 34b47821-18b6-4da5-927b-35b681fbe00d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-08T04:06:32.120Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-10-08T04:06:32.121Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-08T04:06:32.121Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-08T04:06:32.239Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6962814351492960379/Definitions/service-BasicCnf-template.yml 2022-10-08T04:06:33.339Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-08T04:06:33.340Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-08T04:06:33.340Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-08T04:06:33.340Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-08T04:06:33.340Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:33.341Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:33.341Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-08T04:06:33.341Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-08T04:06:33.341Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-08T04:06:33.342Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:33.342Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:33.342Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-08T04:06:33.343Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-08T04:06:33.343Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-08T04:06:33.343Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:33.343Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:33.344Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-08T04:06:33.344Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-08T04:06:33.344Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-08T04:06:33.345Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:33.345Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:33.345Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:33.345Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-08T04:06:33.346Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-10-08T04:06:33.346Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2022-10-08T04:06:33.346Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-08T04:06:33.346Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:33.347Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-08T04:06:33.347Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:33.347Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-08T04:06:33.348Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:06:33.348Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:33.348Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-08T04:06:33.349Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:06:33.349Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:33.349Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-08T04:06:33.349Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:06:33.349Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:33.350Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-08T04:06:33.350Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-08T04:06:33.350Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=da7905b2-b8d0-43e8-bc75-f3ab10583928 2022-10-08T04:06:33.350Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:33.350Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:33.351Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:33.351Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:33.351Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:33.351Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:33.351Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:33.352Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:33.352Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:f18542f8-99bb-4c92-8ad9-112689ba6a5c Model Version:NULL Model InvariantUuid:70dd555b-6799-434d-820b-d1741e3bfc57 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:197ab8b1-cc82-4403-9b53-33fc4ec2d96a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:16f79e15-7fe1-4fc8-b1e0-3259b8a82dc8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7fe0906e-1b89-42a7-b8a5-9425adc6ee0b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7df00722-a815-4a80-9edc-6daea7dfef0d ModelName:BasicCnf..base_dummy..module-0 ModelUuid:c87fb23d-cae2-4a42-a224-0d6e582e1199 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:da7905b2-b8d0-43e8-bc75-f3ab10583928 ModelInvariantUuid:18122281-5c4b-43c5-80eb-3201ea98bdea ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9cd18e39-0de6-421e-ac78-6734ef773cda ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:198a7535-0622-4f1d-9e33-02a43d885d85 ModelInvariantUuid:38098c79-7424-4a46-a7a9-2fbdce9a2bd2 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:4ba8392e-86cf-4b54-93e1-c5aeffaff387 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-10-08T04:06:33.359Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9ab92ee2-6c69-4bef-8c2d-ae91638f6028 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-10-08T04:06:33.362Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||basic_cnf 0 2022-10-08T04:06:33.362Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9ab92ee2-6c69-4bef-8c2d-ae91638f6028 2022-10-08T04:06:33.363Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 198f29f7-77d9-4435-91c9-565e120dc6b0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-08T04:06:33.363Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:06:33.363Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:33.410Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:06:33.410Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 198f29f7-77d9-4435-91c9-565e120dc6b0 12 2022-10-08T04:06:33.411Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:33.411Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:33.411Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:06:33.412Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:33.414Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:33.414Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201993411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:06:33.514Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:06:33.515Z||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-10-08T04:06:33.515Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:33.530Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:33.531Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:34.415Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 89466638-4619-41ec-b8c1-4154208965db from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-08T04:06:34.416Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:06:34.417Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:34.470Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:06:34.471Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 89466638-4619-41ec-b8c1-4154208965db 2688 2022-10-08T04:06:34.471Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:34.472Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:34.472Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:06:34.472Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:34.474Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:34.475Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201994471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-08T04:06:34.575Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:06:34.576Z||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-10-08T04:06:34.576Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:34.589Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:34.589Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:35.476Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 78cd7e6e-cbfa-46f0-8bc2-a510115c7811 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-08T04:06:35.477Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:06:35.477Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:35.524Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:06:35.525Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 78cd7e6e-cbfa-46f0-8bc2-a510115c7811 828 2022-10-08T04:06:35.525Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:35.525Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:35.525Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:06:35.526Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:35.528Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:35.529Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201995525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T04:06:35.628Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:06:35.629Z||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-10-08T04:06:35.629Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:35.643Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:35.643Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:36.529Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "7df00722-a815-4a80-9edc-6daea7dfef0d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c87fb23d-cae2-4a42-a224-0d6e582e1199", "vfModuleModelCustomizationUUID": "73928eec-e6a1-41b5-9895-606732bdf4dd", "isBase": true, "artifacts": [ "41a9fe07-0684-4355-83ae-db4c7022645b", "89466638-4619-41ec-b8c1-4154208965db", "9f8ed821-c26e-4496-8ac8-22e1c72dc5b9" ], "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-10-08T04:06:36.533Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c87fb23d-cae2-4a42-a224-0d6e582e1199 VfModuleModelInvariantUUID:7df00722-a815-4a80-9edc-6daea7dfef0d VfModuleModelDescription:NULL Artifacts UUID List:{ 41a9fe07-0684-4355-83ae-db4c7022645b , 89466638-4619-41ec-b8c1-4154208965db , 9f8ed821-c26e-4496-8ac8-22e1c72dc5b9 } 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-10-08T04:06:36.535Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "7df00722-a815-4a80-9edc-6daea7dfef0d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c87fb23d-cae2-4a42-a224-0d6e582e1199", "vfModuleModelCustomizationUUID": "73928eec-e6a1-41b5-9895-606732bdf4dd", "isBase": true, "artifacts": [ "41a9fe07-0684-4355-83ae-db4c7022645b", "89466638-4619-41ec-b8c1-4154208965db", "9f8ed821-c26e-4496-8ac8-22e1c72dc5b9" ], "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-10-08T04:06:36.535Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c87fb23d-cae2-4a42-a224-0d6e582e1199 VfModuleModelInvariantUUID:7df00722-a815-4a80-9edc-6daea7dfef0d VfModuleModelDescription:NULL Artifacts UUID List:{ 41a9fe07-0684-4355-83ae-db4c7022645b , 89466638-4619-41ec-b8c1-4154208965db , 9f8ed821-c26e-4496-8ac8-22e1c72dc5b9 } 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-10-08T04:06:36.535Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 41a9fe07-0684-4355-83ae-db4c7022645b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-08T04:06:36.535Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:06:36.536Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:36.602Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:06:36.603Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 41a9fe07-0684-4355-83ae-db4c7022645b 1164 2022-10-08T04:06:36.603Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:36.603Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:36.604Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:06:36.604Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:36.606Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:36.606Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201996603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T04:06:36.706Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:06:36.708Z||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-10-08T04:06:36.708Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:36.724Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:36.725Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:06:37.607Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9f8ed821-c26e-4496-8ac8-22e1c72dc5b9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-08T04:06:37.608Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:06:37.608Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:37.678Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:06:37.679Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9f8ed821-c26e-4496-8ac8-22e1c72dc5b9 200 2022-10-08T04:06:37.679Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:37.679Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:37.679Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:06:37.680Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:37.681Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:37.682Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201997679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:06:37.782Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:06:37.783Z||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-10-08T04:06:37.783Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:37.797Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:37.797Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:38.682Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f18542f8-99bb-4c92-8ad9-112689ba6a5c 2022-10-08T04:06:38.683Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9ab92ee2-6c69-4bef-8c2d-ae91638f6028 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-10-08T04:06:38.701Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-08T04:06:38.705Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30e0fc76, org.onap.sdc.toscaparser.api.parameters.Input@28b6b6a7, org.onap.sdc.toscaparser.api.parameters.Input@44d22b19, org.onap.sdc.toscaparser.api.parameters.Input@5dff793c, org.onap.sdc.toscaparser.api.parameters.Input@6a4b2db9] 2022-10-08T04:06:38.707Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:38.707Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:38.708Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-10-08T04:06:38.708Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 7fe0906e-1b89-42a7-b8a5-9425adc6ee0b 2022-10-08T04:06:38.708Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7fe0906e-1b89-42a7-b8a5-9425adc6ee0b matches Tosca VF Customization UUID: 7fe0906e-1b89-42a7-b8a5-9425adc6ee0b 2022-10-08T04:06:38.709Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 7fe0906e-1b89-42a7-b8a5-9425adc6ee0b 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-10-08T04:06:38.711Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:38.711Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:38.712Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 7fe0906e-1b89-42a7-b8a5-9425adc6ee0b: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-10-08T04:06:38.712Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49a613d 2022-10-08T04:06:38.712Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:38.712Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-08T04:06:38.713Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 73928eec-e6a1-41b5-9895-606732bdf4dd 2022-10-08T04:06:38.713Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 73928eec-e6a1-41b5-9895-606732bdf4dd 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-10-08T04:06:38.715Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:38.716Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-08T04:06:38.716Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:06:38.716Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:38.716Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-08T04:06:38.717Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:06:38.717Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:38.717Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-08T04:06:38.717Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-08T04:06:38.718Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=da7905b2-b8d0-43e8-bc75-f3ab10583928 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-10-08T04:06:38.720Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:38.720Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-08T04:06:38.720Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:06:38.720Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:38.720Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-08T04:06:38.721Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7fe0906e-1b89-42a7-b8a5-9425adc6ee0b 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-10-08T04:06:38.723Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:38.723Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:38.723Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f18542f8-99bb-4c92-8ad9-112689ba6a5c: basic_cnf 2022-10-08T04:06:38.724Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:38.724Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:38.724Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:38.724Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:38.725Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:38.725Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:38.725Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:38.725Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:38.726Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:06:38.726Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:06:38.726Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:38.794Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9ab92ee2-6c69-4bef-8c2d-ae91638f6028 1 ASDC deployResourceStructure 2022-10-08T04:06:38.795Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:38.795Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:38.795Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-08T04:06:38.796Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:38.798Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:38.798Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201998794, "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-10-08T04:06:38.898Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:06:38.899Z||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-10-08T04:06:38.899Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:38.914Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:38.914Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:39.799Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:39.800Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:39.800Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-08T04:06:39.801Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:39.803Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:39.803Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201999799, "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-10-08T04:06:39.903Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:06:39.904Z||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-10-08T04:06:39.904Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:39.923Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:39.924Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:40.804Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:40.805Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:40.805Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:06:40.806Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:40.808Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:40.808Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202000804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T04:06:40.908Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:06:40.910Z||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-10-08T04:06:40.910Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:40.925Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:40.925Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:41.809Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:41.810Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:41.810Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:06:41.815Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:41.818Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:41.818Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202001809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-08T04:06:41.917Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-10-08T04:06:41.918Z||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-10-08T04:06:41.918Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:41.934Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:41.935Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:42.823Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:42.823Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||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-10-08T04:06:42.823Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:06:42.824Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:42.826Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:42.826Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202002822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-08T04:06:42.926Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:06:42.927Z||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-10-08T04:06:42.927Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:42.941Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:42.942Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:43.827Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-08T04:06:43.828Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-08T04:06:43.828Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:06:43.829Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:06:43.831Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:06:43.831Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202003827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:06:43.931Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:06:43.932Z||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-10-08T04:06:43.932Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:06:43.950Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:06:43.951Z||pool-60-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:06:44.833Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c332378-f879-4e57-a558-6751cd58fde1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:06:44.842Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c332378-f879-4e57-a558-6751cd58fde1 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-10-08T04:06:44.845Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:06:44.845Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-08T04:06:44.845Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-08T04:06:44.845Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-08T04:06:44.846Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:06:44.846Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:06:44.846Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:06:44.846Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:06:44.846Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:06:44.846Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:06:44.847Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-08T04:06:44.851Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-08T04:07:14.852Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c332378-f879-4e57-a558-6751cd58fde1 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-10-08T04:07:14.860Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c332378-f879-4e57-a558-6751cd58fde1 and serviceModelVersionId: f18542f8-99bb-4c92-8ad9-112689ba6a5c 2022-10-08T04:07:14.860Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70dd555b-6799-434d-820b-d1741e3bfc57 2022-10-08T04:07:14.861Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70dd555b-6799-434d-820b-d1741e3bfc57/model-vers/model-ver/f18542f8-99bb-4c92-8ad9-112689ba6a5c?depth=0 2022-10-08T04:07:14.866Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-10-08T04:07:14.914Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70dd555b-6799-434d-820b-d1741e3bfc57/model-vers/model-ver/f18542f8-99bb-4c92-8ad9-112689ba6a5c?depth=0|INFO|500||Invoke 2022-10-08T04:07:14.915Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70dd555b-6799-434d-820b-d1741e3bfc57/model-vers/model-ver/f18542f8-99bb-4c92-8ad9-112689ba6a5c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70dd555b-6799-434d-820b-d1741e3bfc57/model-vers/model-ver/f18542f8-99bb-4c92-8ad9-112689ba6a5c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c332378-f879-4e57-a558-6751cd58fde1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d868fdd8-d6f5-43d6-8031-597172dfa1b7], X-ECOMP-RequestID=[5c332378-f879-4e57-a558-6751cd58fde1], X-TransactionId=[], X-ONAP-RequestID=[5c332378-f879-4e57-a558-6751cd58fde1], Content-Type=[application/merge-patch+json]} 2022-10-08T04:07:14.935Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70dd555b-6799-434d-820b-d1741e3bfc57/model-vers/model-ver/f18542f8-99bb-4c92-8ad9-112689ba6a5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-08T04:07:15.016Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70dd555b-6799-434d-820b-d1741e3bfc57/model-vers/model-ver/f18542f8-99bb-4c92-8ad9-112689ba6a5c?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/70dd555b-6799-434d-820b-d1741e3bfc57/model-vers/model-ver/f18542f8-99bb-4c92-8ad9-112689ba6a5c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221008-04:07:14:743-59771], vertex-id=[208928], Content-Length=[0], Date=[Sat, 08 Oct 2022 04:07:14 GMT], Content-Type=[application/json]} 2022-10-08T04:07:15.017Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70dd555b-6799-434d-820b-d1741e3bfc57/model-vers/model-ver/f18542f8-99bb-4c92-8ad9-112689ba6a5c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-08T04:07:15.018Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70dd555b-6799-434d-820b-d1741e3bfc57/model-vers/model-ver/f18542f8-99bb-4c92-8ad9-112689ba6a5c?depth=0|INFO|500||InvokeReturn 2022-10-08T04:07:15.018Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-08T04:07:15.019Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-08T04:07:15.024Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-08T04:07:15.025Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c332378-f879-4e57-a558-6751cd58fde1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-08T04:07:15.026Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-08T04:07:15.026Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:07:15.029Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:07:15.029Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202035025, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-08T04:07:15.129Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:07:15.130Z||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-10-08T04:07:15.130Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:07:15.148Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:07:15.149Z||pool-61-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-08T04:07:16.044Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:07:16.045Z|5c332378-f879-4e57-a558-6751cd58fde1|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-10-08T04:07:16.045Z|5c332378-f879-4e57-a558-6751cd58fde1|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:07:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:07:22.391Z||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-10-08T04:07:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:07:22.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:07:22.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:07:22.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66e4621-21b9-4796-a709-539c0ef0bd37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201980867, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-08T04:07:22.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:07:22.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:07:22.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:07:22.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:07:26.330Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:07:26.331Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:07:26.331Z|5c332378-f879-4e57-a558-6751cd58fde1|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-10-08T04:07:26.331Z|5c332378-f879-4e57-a558-6751cd58fde1|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:07:35.872Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:07:35.872Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:07:35.873Z|5c332378-f879-4e57-a558-6751cd58fde1|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-10-08T04:07:35.873Z|5c332378-f879-4e57-a558-6751cd58fde1|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:07:45.431Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:07:45.432Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:07:45.433Z|5c332378-f879-4e57-a558-6751cd58fde1|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-10-08T04:07:45.433Z|5c332378-f879-4e57-a558-6751cd58fde1|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:07:54.990Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:07:54.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:07:54.991Z||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-10-08T04:07:54.991Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:08:04.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:08:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:08:22.389Z||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-10-08T04:08:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:08:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:08:22.391Z||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-10-08T04:08:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:08:22.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:08:22.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-08T04:08:22.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:08:22.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-08T04:08:22.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:08:22.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:08:22.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:08:22.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-08T04:08:22.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:08:22.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:08:22.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:08:22.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-08T04:08:22.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:08:22.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:08:22.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:08:22.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201899231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:08:22.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:08:22.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201991114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:08:22.935Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:08:22.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201993411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:08:22.936Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:08:22.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201994471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-08T04:08:22.936Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:08:22.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201995525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T04:08:22.936Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:08:22.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201996603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T04:08:22.936Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:08:22.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201997679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:08:22.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:08:22.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201998794, "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-10-08T04:08:22.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:08:22.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665201999799, "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-10-08T04:08:22.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:08:22.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202000804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T04:08:22.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:08:22.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202001809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-08T04:08:22.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:08:22.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202002822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-08T04:08:22.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:08:22.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202003827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:08:22.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:08:22.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:08:22.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c332378-f879-4e57-a558-6751cd58fde1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202035025, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-08T04:08:22.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:08:31.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:09:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:09:22.390Z||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-10-08T04:09:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:09:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:09:22.391Z||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-10-08T04:09:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:09:31.935Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:09:31.939Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:10:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:10:22.390Z||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-10-08T04:10:22.390Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:10:22.391Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:10:22.391Z||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-10-08T04:10:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:10:31.938Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:10:31.939Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:11:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:11:22.390Z||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-10-08T04:11:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:11:22.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:11:22.391Z||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-10-08T04:11:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:11:31.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:11:31.970Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:12:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:12:22.389Z||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-10-08T04:12:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:12:22.391Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:12:22.392Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|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-10-08T04:12:22.392Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:12:31.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:12:31.943Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:13:22.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:13:22.389Z||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-10-08T04:13:22.389Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:13:22.391Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:13:22.391Z||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-10-08T04:13:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:13:31.960Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:13:31.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:22.388Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:14:22.389Z|5c332378-f879-4e57-a558-6751cd58fde1|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-10-08T04:14:22.389Z|5c332378-f879-4e57-a558-6751cd58fde1|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:14:22.391Z||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-10-08T04:14:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:22.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:22.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202441175, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202440571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "cds", "timestamp": 1665202447771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "policy-id", "timestamp": 1665202447247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202440571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202441175, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:14:22.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "cds", "timestamp": 1665202447771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "policy-id", "timestamp": 1665202447247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202440571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202441175, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-08T04:14:22.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "cds", "timestamp": 1665202447771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "policy-id", "timestamp": 1665202447247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-08T04:14:22.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202441175, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202440571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "cds", "timestamp": 1665202447771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "policy-id", "timestamp": 1665202447247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "ves-openapi-manager", "timestamp": 1665202452611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202440571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202441175, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-08T04:14:22.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "cds", "timestamp": 1665202447771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "policy-id", "timestamp": 1665202447247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "ves-openapi-manager", "timestamp": 1665202452611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202440571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202441175, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-08T04:14:22.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "cds", "timestamp": 1665202447771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "policy-id", "timestamp": 1665202447247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "ves-openapi-manager", "timestamp": 1665202452611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202440571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202441175, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-08T04:14:22.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "cds", "timestamp": 1665202447771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "policy-id", "timestamp": 1665202447247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "ves-openapi-manager", "timestamp": 1665202452611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202440571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202441175, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "cds", "timestamp": 1665202447771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "policy-id", "timestamp": 1665202447247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "ves-openapi-manager", "timestamp": 1665202452611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202440571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202441175, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "cds", "timestamp": 1665202447771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "policy-id", "timestamp": 1665202447247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "aai-ml", "timestamp": 1665202456223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "clamp", "timestamp": 1665202457357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "ves-openapi-manager", "timestamp": 1665202452611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202440571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:14:22.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "cds", "timestamp": 1665202447771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:14:22.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "policy-id", "timestamp": 1665202447247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:14:22.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202441175, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:14:22.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "aai-ml", "timestamp": 1665202456223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "clamp", "timestamp": 1665202457357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:14:22.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "ves-openapi-manager", "timestamp": 1665202452611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202458978, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T04:14:22.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:14:22.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "cds", "timestamp": 1665202458714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:14:22.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:14:22.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202459567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:14:22.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:14:22.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "policy-id", "timestamp": 1665202458752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:14:22.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:14:22.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "aai-ml", "timestamp": 1665202456223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "clamp", "timestamp": 1665202457357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "ves-openapi-manager", "timestamp": 1665202452611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "policy-id", "timestamp": 1665202459759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:14:22.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:14:22.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202460068, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T04:14:22.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:14:22.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "aai-ml", "timestamp": 1665202456223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "clamp", "timestamp": 1665202457357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "ves-openapi-manager", "timestamp": 1665202452611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202461536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:14:22.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:14:22.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "policy-id", "timestamp": 1665202460763, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-08T04:14:22.608Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a715657e-5f29-4ffa-80cf-1330e4633468 2022-10-08T04:14:22.609Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a715657e-5f29-4ffa-80cf-1330e4633468 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-10-08T04:14:22.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202461120, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:14:22.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:14:22.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "aai-ml", "timestamp": 1665202456223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "cds", "timestamp": 1665202461067, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-08T04:14:22.635Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a715657e-5f29-4ffa-80cf-1330e4633468 2022-10-08T04:14:22.635Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a715657e-5f29-4ffa-80cf-1330e4633468 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-10-08T04:14:22.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "clamp", "timestamp": 1665202457357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "ves-openapi-manager", "timestamp": 1665202452611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:22.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:14:22.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202462540, "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-10-08T04:14:22.648Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a715657e-5f29-4ffa-80cf-1330e4633468 2022-10-08T04:14:22.648Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a715657e-5f29-4ffa-80cf-1330e4633468 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-10-08T04:14:22.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:14:22.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202462190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-08T04:14:22.656Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:14:23.039Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:23.041Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-08T04:14:23.041Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a715657e-5f29-4ffa-80cf-1330e4633468","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"8d9d61bd-55c8-4c10-8622-9168f73dc2b7","serviceDescription":"service","serviceInvariantUUID":"5b35b08a-d6b3-4bf0-ac68-823520a15a61","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c2b4ee12-ee79-42e9-ac22-5e3a58a7bb36","resourceInvariantUUID":"12ac7cea-7c0d-4fb2-b25f-e18459bcc706","resourceCustomizationUUID":"1f912a21-c08a-42dd-a1f9-bf16d7c2b609","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":"ZjFkMWM3ZmZiNDE5ZTU5YTczMGQ0MjRlZDI0N2FhZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"039bfdee-e103-48ef-b91d-1b26a0cf1766","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":"Yjk4ZGU0YjUxNTMzNWUxNDQxYzU4NjQ5YTNkNzIyZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3af94f09-e737-487d-8ca5-79e070095584","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":"64ac61da-0c38-4599-904d-27f6bd766020","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":"8ac2530d-d839-453d-be75-0f59be3fe534","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":"93b9b61e-a001-4fa2-a1fd-6154f92e5c0b","artifactVersion":"2","generatedFromUUID":"5fe0100d-ee5a-49a0-920a-c6a7eb0f2c41"},{"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":"9bee3c75-ec14-4544-b34f-d13e366c865a","artifactVersion":"2","generatedFromUUID":"64ac61da-0c38-4599-904d-27f6bd766020"},{"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":"5fe0100d-ee5a-49a0-920a-c6a7eb0f2c41","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":"17c33fd0-e02f-4170-919f-410a945684e2","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":"MWZiMzE5NWMwNzg1ZjMxMWNkNTNiNmM4N2NlODA3ZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bcab64a2-0623-4741-a02c-eaafe0cffad0","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MmQ5NjQ5MGVlNmQyMGUwYzhhNTBiNmFmZDA1ZjdkZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"23d193d0-34e1-4906-8209-f63d7c4cbccc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-08T04:14:23.044Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:14:23.044Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:23.047Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:23.048Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:23.147Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:14:23.149Z||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-10-08T04:14:23.149Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:23.164Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:23.164Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:14:24.048Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:14:24.049Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:24.051Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:24.051Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:14:24.151Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:24.152Z||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-10-08T04:14:24.152Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:24.165Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:24.166Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:14:25.052Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:14:25.052Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:25.054Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:25.054Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-08T04:14:25.154Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:25.155Z||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-10-08T04:14:25.155Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:25.171Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:25.172Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:14:26.054Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:14:26.055Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:26.057Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:26.057Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:26.157Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:26.158Z||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-10-08T04:14:26.158Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:26.175Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:26.175Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:14:27.058Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:14:27.058Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:27.063Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:27.063Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-08T04:14:27.161Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-10-08T04:14:27.161Z||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-10-08T04:14:27.161Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:27.179Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:27.180Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:14:28.064Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:14:28.064Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:28.066Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:28.066Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-08T04:14:28.166Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:28.167Z||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-10-08T04:14:28.167Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:28.182Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:28.182Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:14:29.067Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:14:29.067Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:29.069Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:29.069Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-08T04:14:29.170Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:14:29.170Z||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-10-08T04:14:29.170Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:29.205Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:29.206Z||pool-68-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:14:30.070Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:14:30.070Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:30.072Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:30.072Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:30.173Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:14:30.174Z||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-10-08T04:14:30.174Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:30.190Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:30.191Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:14:31.073Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:14:31.074Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:31.076Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:31.076Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:14:31.176Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:31.178Z||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-10-08T04:14:31.178Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:31.197Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:31.198Z||pool-70-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:14:32.076Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:14:32.077Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:32.081Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:32.081Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:14:32.180Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:14:32.181Z||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-10-08T04:14:32.181Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:32.196Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:32.196Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:14:33.082Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "8d9d61bd-55c8-4c10-8622-9168f73dc2b7", "serviceDescription": "service", "serviceInvariantUUID": "5b35b08a-d6b3-4bf0-ac68-823520a15a61", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1f912a21-c08a-42dd-a1f9-bf16d7c2b609", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c2b4ee12-ee79-42e9-ac22-5e3a58a7bb36", "resourceInvariantUUID": "12ac7cea-7c0d-4fb2-b25f-e18459bcc706", "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": "Yjk4ZGU0YjUxNTMzNWUxNDQxYzU4NjQ5YTNkNzIyZGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3af94f09-e737-487d-8ca5-79e070095584", "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": "64ac61da-0c38-4599-904d-27f6bd766020", "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": "9bee3c75-ec14-4544-b34f-d13e366c865a", "generatedFromUUID": "64ac61da-0c38-4599-904d-27f6bd766020" }, "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": "93b9b61e-a001-4fa2-a1fd-6154f92e5c0b", "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": "9bee3c75-ec14-4544-b34f-d13e366c865a", "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": "5fe0100d-ee5a-49a0-920a-c6a7eb0f2c41", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MmQ5NjQ5MGVlNmQyMGUwYzhhNTBiNmFmZDA1ZjdkZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "23d193d0-34e1-4906-8209-f63d7c4cbccc" } ], "workloadContext": "Production" } 2022-10-08T04:14:33.083Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-08T04:14:33.083Z|5c332378-f879-4e57-a558-6751cd58fde1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8d9d61bd-55c8-4c10-8622-9168f73dc2b7 ASDC 2022-10-08T04:14:33.084Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:a715657e-5f29-4ffa-80cf-1330e4633468 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:8d9d61bd-55c8-4c10-8622-9168f73dc2b7 ServiceInvariantUUID:5b35b08a-d6b3-4bf0-ac68-823520a15a61 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:23d193d0-34e1-4906-8209-f63d7c4cbccc ArtifactChecksum:MmQ5NjQ5MGVlNmQyMGUwYzhhNTBiNmFmZDA1ZjdkZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1f912a21-c08a-42dd-a1f9-bf16d7c2b609 ResourceInvariantUUID:12ac7cea-7c0d-4fb2-b25f-e18459bcc706 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:c2b4ee12-ee79-42e9-ac22-5e3a58a7bb36 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:3af94f09-e737-487d-8ca5-79e070095584 ArtifactChecksum:Yjk4ZGU0YjUxNTMzNWUxNDQxYzU4NjQ5YTNkNzIyZGI= 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:64ac61da-0c38-4599-904d-27f6bd766020 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:9bee3c75-ec14-4544-b34f-d13e366c865a 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:93b9b61e-a001-4fa2-a1fd-6154f92e5c0b 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:9bee3c75-ec14-4544-b34f-d13e366c865a 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:5fe0100d-ee5a-49a0-920a-c6a7eb0f2c41 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-08T04:14:33.084Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d9d61bd-55c8-4c10-8622-9168f73dc2b7 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-10-08T04:14:33.122Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-08T04:14:33.123Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:14:33.123Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:14:33.124Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 23d193d0-34e1-4906-8209-f63d7c4cbccc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-08T04:14:33.124Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:14:33.124Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-08T04:14:33.193Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:14:33.203Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 23d193d0-34e1-4906-8209-f63d7c4cbccc 158208 2022-10-08T04:14:33.203Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-08T04:14:33.204Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-08T04:14:33.204Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:14:33.204Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:33.206Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:33.207Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202473203, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:14:33.307Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:14:33.308Z||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-10-08T04:14:33.308Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:33.321Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:33.322Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:14:34.207Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-08T04:14:34.208Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:14:34.208Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 23d193d0-34e1-4906-8209-f63d7c4cbccc, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-08T04:14:34.209Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-10-08T04:14:34.209Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-08T04:14:34.209Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-08T04:14:34.360Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8456002785011655058/Definitions/service-BasicCnfMacro-template.yml 2022-10-08T04:14:35.590Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-08T04:14:35.590Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-08T04:14:35.591Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-08T04:14:35.591Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-08T04:14:35.591Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-08T04:14:35.591Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:35.591Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:35.592Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-08T04:14:35.592Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-08T04:14:35.592Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:35.592Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:35.593Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-08T04:14:35.593Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-08T04:14:35.593Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-08T04:14:35.593Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:35.594Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:35.594Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-08T04:14:35.594Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-08T04:14:35.594Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-08T04:14:35.594Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:35.595Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:35.595Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:35.595Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-08T04:14:35.595Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-10-08T04:14:35.595Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-10-08T04:14:35.595Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-08T04:14:35.596Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:35.596Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-08T04:14:35.596Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:35.596Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-08T04:14:35.596Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:14:35.596Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:35.597Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-08T04:14:35.597Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:14:35.597Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:35.597Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-08T04:14:35.597Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:14:35.597Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:35.598Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-08T04:14:35.598Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:14:35.598Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:35.598Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-08T04:14:35.598Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-10-08T04:14:35.598Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=6ac63332-c6e6-48f7-ad59-016797e67a45 2022-10-08T04:14:35.598Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:35.599Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:35.599Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:35.599Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:35.599Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:35.599Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:35.600Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:35.600Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:35.600Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:8d9d61bd-55c8-4c10-8622-9168f73dc2b7 Model Version:NULL Model InvariantUuid:5b35b08a-d6b3-4bf0-ac68-823520a15a61 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:fe3b793d-056e-42a2-be0e-0d2297370e60 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:12ac7cea-7c0d-4fb2-b25f-e18459bcc706 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1f912a21-c08a-42dd-a1f9-bf16d7c2b609 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9c45b034-7a65-494d-9a82-f565e2ce24fc ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:57e78ae5-5b71-414f-acf9-cd01fdc8d60d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:9539d596-2395-4b58-bd3d-11b687fc62a2 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:de862e46-f88e-4f73-86ca-c1976ac5eec8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6ac63332-c6e6-48f7-ad59-016797e67a45 ModelInvariantUuid:d45d8be4-921d-4afe-a818-1ec9799d2c0e ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:5c9ca87e-2437-4819-b8b4-48ecd1cf5316 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:f216ef59-3718-434d-87bc-77ad9888354f ModelInvariantUuid:3db19f01-3be6-4e8c-b0f9-2d76496fabc9 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:8ffe56ab-0cad-4321-8128-829aa59b86b7 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-10-08T04:14:35.607Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c2b4ee12-ee79-42e9-ac22-5e3a58a7bb36 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-10-08T04:14:35.610Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2022-10-08T04:14:35.610Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c2b4ee12-ee79-42e9-ac22-5e3a58a7bb36 2022-10-08T04:14:35.611Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3af94f09-e737-487d-8ca5-79e070095584 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-08T04:14:35.611Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:14:35.611Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:35.659Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:14:35.659Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 3af94f09-e737-487d-8ca5-79e070095584 1565 2022-10-08T04:14:35.660Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:35.660Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:35.660Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:14:35.660Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:35.663Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:35.663Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202475660, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T04:14:35.762Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:14:35.763Z||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-10-08T04:14:35.764Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:35.778Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:35.779Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:14:36.663Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "9539d596-2395-4b58-bd3d-11b687fc62a2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "de862e46-f88e-4f73-86ca-c1976ac5eec8", "vfModuleModelCustomizationUUID": "fd2bef64-3cb3-441c-a346-9c8bc358280c", "isBase": true, "artifacts": [ "64ac61da-0c38-4599-904d-27f6bd766020", "9bee3c75-ec14-4544-b34f-d13e366c865a" ], "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": "9c45b034-7a65-494d-9a82-f565e2ce24fc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "57e78ae5-5b71-414f-acf9-cd01fdc8d60d", "vfModuleModelCustomizationUUID": "4fbfaf8e-8243-4c76-9437-28b556799cd9", "isBase": false, "artifacts": [ "5fe0100d-ee5a-49a0-920a-c6a7eb0f2c41" ], "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-10-08T04:14:36.669Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:de862e46-f88e-4f73-86ca-c1976ac5eec8 VfModuleModelInvariantUUID:9539d596-2395-4b58-bd3d-11b687fc62a2 VfModuleModelDescription:NULL Artifacts UUID List:{ 64ac61da-0c38-4599-904d-27f6bd766020 , 9bee3c75-ec14-4544-b34f-d13e366c865a } 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:57e78ae5-5b71-414f-acf9-cd01fdc8d60d VfModuleModelInvariantUUID:9c45b034-7a65-494d-9a82-f565e2ce24fc VfModuleModelDescription:NULL Artifacts UUID List:{ 5fe0100d-ee5a-49a0-920a-c6a7eb0f2c41 } 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-10-08T04:14:36.671Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "9539d596-2395-4b58-bd3d-11b687fc62a2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "de862e46-f88e-4f73-86ca-c1976ac5eec8", "vfModuleModelCustomizationUUID": "fd2bef64-3cb3-441c-a346-9c8bc358280c", "isBase": true, "artifacts": [ "64ac61da-0c38-4599-904d-27f6bd766020", "9bee3c75-ec14-4544-b34f-d13e366c865a" ], "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": "9c45b034-7a65-494d-9a82-f565e2ce24fc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "57e78ae5-5b71-414f-acf9-cd01fdc8d60d", "vfModuleModelCustomizationUUID": "4fbfaf8e-8243-4c76-9437-28b556799cd9", "isBase": false, "artifacts": [ "5fe0100d-ee5a-49a0-920a-c6a7eb0f2c41" ], "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-10-08T04:14:36.671Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:de862e46-f88e-4f73-86ca-c1976ac5eec8 VfModuleModelInvariantUUID:9539d596-2395-4b58-bd3d-11b687fc62a2 VfModuleModelDescription:NULL Artifacts UUID List:{ 64ac61da-0c38-4599-904d-27f6bd766020 , 9bee3c75-ec14-4544-b34f-d13e366c865a } 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:57e78ae5-5b71-414f-acf9-cd01fdc8d60d VfModuleModelInvariantUUID:9c45b034-7a65-494d-9a82-f565e2ce24fc VfModuleModelDescription:NULL Artifacts UUID List:{ 5fe0100d-ee5a-49a0-920a-c6a7eb0f2c41 } 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-10-08T04:14:36.671Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 64ac61da-0c38-4599-904d-27f6bd766020 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-08T04:14:36.672Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:14:36.672Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:36.747Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:14:36.747Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 64ac61da-0c38-4599-904d-27f6bd766020 914 2022-10-08T04:14:36.747Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:36.747Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:36.748Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:14:36.748Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:36.749Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:36.750Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202476747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T04:14:36.850Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:36.851Z||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-10-08T04:14:36.851Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:36.866Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:36.867Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:14:37.750Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 93b9b61e-a001-4fa2-a1fd-6154f92e5c0b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-08T04:14:37.751Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:14:37.751Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:37.857Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:14:37.858Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 93b9b61e-a001-4fa2-a1fd-6154f92e5c0b 12 2022-10-08T04:14:37.858Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:37.858Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:37.858Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:14:37.859Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:37.862Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:37.862Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202477858, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:14:37.962Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:37.964Z||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-10-08T04:14:37.964Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:37.979Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:37.980Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:14:38.863Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9bee3c75-ec14-4544-b34f-d13e366c865a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-08T04:14:38.863Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:14:38.863Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:38.949Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:14:38.950Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 9bee3c75-ec14-4544-b34f-d13e366c865a 96 2022-10-08T04:14:38.950Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:38.950Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:38.950Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:14:38.951Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:38.953Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:38.953Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202478950, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:14:39.053Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:39.054Z||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-10-08T04:14:39.054Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:39.068Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:39.069Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:14:39.953Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5fe0100d-ee5a-49a0-920a-c6a7eb0f2c41 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-08T04:14:39.954Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:14:39.954Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:40.006Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:14:40.007Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5fe0100d-ee5a-49a0-920a-c6a7eb0f2c41 20206 2022-10-08T04:14:40.007Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:40.008Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:40.008Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:14:40.009Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:40.011Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:40.011Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202480007, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-08T04:14:40.111Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:40.112Z||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-10-08T04:14:40.112Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:40.127Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:40.127Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:14:41.016Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8d9d61bd-55c8-4c10-8622-9168f73dc2b7 2022-10-08T04:14:41.016Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 c2b4ee12-ee79-42e9-ac22-5e3a58a7bb36 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-10-08T04:14:41.024Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e4c8af9, org.onap.sdc.toscaparser.api.parameters.Input@22f2d4a2, org.onap.sdc.toscaparser.api.parameters.Input@68b757fd, org.onap.sdc.toscaparser.api.parameters.Input@70c06a09, org.onap.sdc.toscaparser.api.parameters.Input@3a912daa] 2022-10-08T04:14:41.025Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:41.025Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:41.026Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-10-08T04:14:41.026Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1f912a21-c08a-42dd-a1f9-bf16d7c2b609 2022-10-08T04:14:41.026Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f912a21-c08a-42dd-a1f9-bf16d7c2b609 matches Tosca VF Customization UUID: 1f912a21-c08a-42dd-a1f9-bf16d7c2b609 2022-10-08T04:14:41.026Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1f912a21-c08a-42dd-a1f9-bf16d7c2b609 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-10-08T04:14:41.028Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:41.028Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:41.028Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1f912a21-c08a-42dd-a1f9-bf16d7c2b609: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-10-08T04:14:41.029Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f4ba6bc 2022-10-08T04:14:41.029Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:41.029Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-08T04:14:41.029Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4fbfaf8e-8243-4c76-9437-28b556799cd9 2022-10-08T04:14:41.029Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4fbfaf8e-8243-4c76-9437-28b556799cd9 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-10-08T04:14:41.031Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:41.032Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-08T04:14:41.032Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:14:41.032Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:41.032Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-08T04:14:41.032Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:14:41.033Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:41.033Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-08T04:14:41.033Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1f912a21-c08a-42dd-a1f9-bf16d7c2b609 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-10-08T04:14:41.035Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:41.036Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:41.036Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8d9d61bd-55c8-4c10-8622-9168f73dc2b7: basic_cnf_macro 2022-10-08T04:14:41.036Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:41.036Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:41.036Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:41.037Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:41.037Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:41.037Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:41.037Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:41.037Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:41.037Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:14:41.038Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:14:41.038Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:41.077Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro c2b4ee12-ee79-42e9-ac22-5e3a58a7bb36 2 ASDC deployResourceStructure 2022-10-08T04:14:41.078Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:41.078Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:41.078Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:14:41.078Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:41.080Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:41.080Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202481078, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T04:14:41.180Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:41.181Z||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-10-08T04:14:41.181Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:41.193Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:41.193Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:14:42.081Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:42.081Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:42.081Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:14:42.081Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:42.084Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:42.084Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202482081, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-08T04:14:42.184Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:42.185Z||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-10-08T04:14:42.185Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:42.198Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:42.198Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:14:43.085Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:43.085Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:43.086Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-08T04:14:43.086Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:43.088Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:43.088Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202483085, "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-10-08T04:14:43.188Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:43.189Z||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-10-08T04:14:43.189Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:43.202Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:43.203Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:14:44.089Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:44.089Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:44.089Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:14:44.090Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:44.092Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:44.092Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202484089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-08T04:14:44.192Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:44.193Z||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-10-08T04:14:44.193Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:44.207Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:44.207Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:14:45.092Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:45.093Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||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-10-08T04:14:45.093Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-08T04:14:45.093Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:45.095Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:45.095Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202485092, "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-10-08T04:14:45.195Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:45.196Z||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-10-08T04:14:45.196Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:45.211Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:45.211Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:14:46.096Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-08T04:14:46.096Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-08T04:14:46.097Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:14:46.097Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:14:46.099Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:14:46.099Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202486096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:14:46.199Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:14:46.199Z||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-10-08T04:14:46.200Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:14:46.213Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:14:46.214Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:14:47.099Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:14:47.110Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 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-10-08T04:14:47.112Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:14:47.112Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T04:14:47.112Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T04:15:17.113Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:15:17.124Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 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-10-08T04:15:17.127Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:15:17.127Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T04:15:17.127Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T04:15:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:15:22.392Z||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-10-08T04:15:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:15:22.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:15:22.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:15:22.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "aai-ml", "timestamp": 1665202456223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:15:22.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:15:47.127Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:15:47.139Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 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-10-08T04:15:47.142Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:15:47.142Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T04:15:47.142Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T04:16:17.142Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:16:17.154Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 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-10-08T04:16:17.156Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:16:17.156Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T04:16:17.157Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T04:16:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:16:22.391Z||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-10-08T04:16:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:16:22.432Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:16:22.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-08T04:16:22.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "clamp", "timestamp": 1665202457357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:16:22.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-08T04:16:47.157Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:16:47.168Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 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-10-08T04:16:47.171Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:16:47.171Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T04:16:47.171Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T04:17:17.171Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:17:17.182Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 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-10-08T04:17:17.184Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:17:17.184Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-08T04:17:17.184Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-08T04:17:22.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:17:22.392Z||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-10-08T04:17:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:17:22.414Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:17:22.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202463260, "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-10-08T04:17:22.470Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a715657e-5f29-4ffa-80cf-1330e4633468 2022-10-08T04:17:22.470Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a715657e-5f29-4ffa-80cf-1330e4633468 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-10-08T04:17:22.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "aai-ml", "timestamp": 1665202456223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "clamp", "timestamp": 1665202457357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "cds", "timestamp": 1665202462771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:17:22.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "multicloud-k8s-id", "timestamp": 1665202464265, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "aai-ml", "timestamp": 1665202456223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "clamp", "timestamp": 1665202457357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "cds", "timestamp": 1665202462771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-08T04:17:22.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "aai-ml", "timestamp": 1665202456223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "clamp", "timestamp": 1665202457357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "cds", "timestamp": 1665202462771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "multicloud-k8s-id", "timestamp": 1665202465272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "aai-ml", "timestamp": 1665202456223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:17:22.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "clamp", "timestamp": 1665202457357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:17:22.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "cds", "timestamp": 1665202462771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "multicloud-k8s-id", "timestamp": 1665202465272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:17:22.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-08T04:17:22.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "aai-ml", "timestamp": 1665202466987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "cds", "timestamp": 1665202462771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "multicloud-k8s-id", "timestamp": 1665202465272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-08T04:17:22.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-08T04:17:22.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "policy-id", "timestamp": 1665202467247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "cds", "timestamp": 1665202462771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "multicloud-k8s-id", "timestamp": 1665202465272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-08T04:17:22.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "policy-id", "timestamp": 1665202467247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "cds", "timestamp": 1665202462771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "multicloud-k8s-id", "timestamp": 1665202465272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-08T04:17:22.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "policy-id", "timestamp": 1665202467247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-08T04:17:22.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202470571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "cds", "timestamp": 1665202462771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:17:22.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "multicloud-k8s-id", "timestamp": 1665202465272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "policy-id", "timestamp": 1665202467247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202470571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "cds", "timestamp": 1665202471520, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "multicloud-k8s-id", "timestamp": 1665202465272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:17:22.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "policy-id", "timestamp": 1665202467247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202470571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "ves-openapi-manager", "timestamp": 1665202472611, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "multicloud-k8s-id", "timestamp": 1665202465272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:17:22.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "cds", "timestamp": 1665202472689, "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-10-08T04:17:22.503Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9299eb56-cadb-4c39-b687-eacede1d59f1 2022-10-08T04:17:22.504Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9299eb56-cadb-4c39-b687-eacede1d59f1 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-10-08T04:17:22.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "policy-id", "timestamp": 1665202467247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202473203, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.512Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202470571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "ves-openapi-manager", "timestamp": 1665202472611, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "multicloud-k8s-id", "timestamp": 1665202473998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.513Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "policy-id", "timestamp": 1665202467247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202470571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "ves-openapi-manager", "timestamp": 1665202472611, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "aai-ml", "timestamp": 1665202474462, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.514Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "multicloud-k8s-id", "timestamp": 1665202475056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.514Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "policy-id", "timestamp": 1665202467247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:17:22.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202475660, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202470571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "ves-openapi-manager", "timestamp": 1665202472611, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "aai-ml", "timestamp": 1665202475465, "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-10-08T04:17:22.520Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a715657e-5f29-4ffa-80cf-1330e4633468 2022-10-08T04:17:22.520Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a715657e-5f29-4ffa-80cf-1330e4633468 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-10-08T04:17:22.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "multicloud-k8s-id", "timestamp": 1665202476114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "policy-id", "timestamp": 1665202475985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202470571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "ves-openapi-manager", "timestamp": 1665202472611, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202476747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "multicloud-k8s-id", "timestamp": 1665202477136, "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-10-08T04:17:22.535Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9299eb56-cadb-4c39-b687-eacede1d59f1 2022-10-08T04:17:22.535Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9299eb56-cadb-4c39-b687-eacede1d59f1 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-10-08T04:17:22.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "policy-id", "timestamp": 1665202476990, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202470571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:17:22.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "ves-openapi-manager", "timestamp": 1665202472611, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202477858, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "clamp", "timestamp": 1665202478623, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "multicloud-k8s-id", "timestamp": 1665202478142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "policy-id", "timestamp": 1665202477993, "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-10-08T04:17:22.550Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9299eb56-cadb-4c39-b687-eacede1d59f1 2022-10-08T04:17:22.551Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9299eb56-cadb-4c39-b687-eacede1d59f1 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-10-08T04:17:22.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "ves-openapi-manager", "timestamp": 1665202472611, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202479323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.559Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202478950, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.559Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "ves-openapi-manager", "timestamp": 1665202472611, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202480007, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.559Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202481319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.560Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202481078, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.560Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202482333, "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-10-08T04:17:22.565Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9299eb56-cadb-4c39-b687-eacede1d59f1 2022-10-08T04:17:22.565Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9299eb56-cadb-4c39-b687-eacede1d59f1 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-10-08T04:17:22.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "clamp", "timestamp": 1665202482633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202482081, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "clamp", "timestamp": 1665202483638, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-08T04:17:22.580Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a715657e-5f29-4ffa-80cf-1330e4633468 2022-10-08T04:17:22.581Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a715657e-5f29-4ffa-80cf-1330e4633468 and ComponentName clamp 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-10-08T04:17:22.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202483085, "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-10-08T04:17:22.589Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202484089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.589Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202485092, "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-10-08T04:17:22.589Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202486096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.589Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "aai-ml", "timestamp": 1665202486223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "clamp", "timestamp": 1665202487357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "aai-ml", "timestamp": 1665202486223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "clamp", "timestamp": 1665202487357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:17:22.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "aai-ml", "timestamp": 1665202486223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "clamp", "timestamp": 1665202487357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "aai-ml", "timestamp": 1665202486223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "clamp", "timestamp": 1665202487357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "aai-ml", "timestamp": 1665202486223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "clamp", "timestamp": 1665202487357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "policy-id", "timestamp": 1665202487247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "aai-ml", "timestamp": 1665202486223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "clamp", "timestamp": 1665202487357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "ves-openapi-manager", "timestamp": 1665202492611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "policy-id", "timestamp": 1665202487247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "aai-ml", "timestamp": 1665202486223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "clamp", "timestamp": 1665202487357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "ves-openapi-manager", "timestamp": 1665202492611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "cds", "timestamp": 1665202492771, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "policy-id", "timestamp": 1665202487247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "aai-ml", "timestamp": 1665202486223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:17:22.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "clamp", "timestamp": 1665202487357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:17:22.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "ves-openapi-manager", "timestamp": 1665202492611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "cds", "timestamp": 1665202492771, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "policy-id", "timestamp": 1665202487247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "aai-ml", "timestamp": 1665202494935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.598Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "ves-openapi-manager", "timestamp": 1665202492611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "cds", "timestamp": 1665202492771, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "policy-id", "timestamp": 1665202487247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "ves-openapi-manager", "timestamp": 1665202492611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "cds", "timestamp": 1665202492771, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "policy-id", "timestamp": 1665202487247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "ves-openapi-manager", "timestamp": 1665202492611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "cds", "timestamp": 1665202492771, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "clamp", "timestamp": 1665202498628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.600Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "policy-id", "timestamp": 1665202487247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "ves-openapi-manager", "timestamp": 1665202492611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-08T04:17:22.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "cds", "timestamp": 1665202492771, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "policy-id", "timestamp": 1665202487247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "ves-openapi-manager", "timestamp": 1665202492611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "cds", "timestamp": 1665202492771, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "policy-id", "timestamp": 1665202487247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:17:22.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202500571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "ves-openapi-manager", "timestamp": 1665202492611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "cds", "timestamp": 1665202492771, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "clamp", "timestamp": 1665202501629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.603Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "policy-id", "timestamp": 1665202501055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202500571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "cds", "timestamp": 1665202492771, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:17:22.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "multicloud-k8s-id", "timestamp": 1665202501175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "ves-openapi-manager", "timestamp": 1665202502387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "aai-ml", "timestamp": 1665202501594, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "clamp", "timestamp": 1665202502631, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-08T04:17:22.611Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9299eb56-cadb-4c39-b687-eacede1d59f1 2022-10-08T04:17:22.612Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9299eb56-cadb-4c39-b687-eacede1d59f1 and ComponentName clamp 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-10-08T04:17:22.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "policy-id", "timestamp": 1665202502060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.621Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202500571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "cds", "timestamp": 1665202502528, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.621Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "multicloud-k8s-id", "timestamp": 1665202501175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "ves-openapi-manager", "timestamp": 1665202503515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.622Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "aai-ml", "timestamp": 1665202502597, "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-10-08T04:17:22.628Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9299eb56-cadb-4c39-b687-eacede1d59f1 2022-10-08T04:17:22.628Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9299eb56-cadb-4c39-b687-eacede1d59f1 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-10-08T04:17:22.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "policy-id", "timestamp": 1665202503063, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-08T04:17:22.647Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e11006e-dc3a-45bd-94f7-73e32c3027b8 2022-10-08T04:17:22.647Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e11006e-dc3a-45bd-94f7-73e32c3027b8 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-10-08T04:17:22.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202500571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "multicloud-k8s-id", "timestamp": 1665202501175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "ves-openapi-manager", "timestamp": 1665202504520, "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-10-08T04:17:22.659Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9e11006e-dc3a-45bd-94f7-73e32c3027b8 2022-10-08T04:17:22.659Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e11006e-dc3a-45bd-94f7-73e32c3027b8 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-10-08T04:17:22.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "cds", "timestamp": 1665202503712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-08T04:17:22.672Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e11006e-dc3a-45bd-94f7-73e32c3027b8 2022-10-08T04:17:22.673Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e11006e-dc3a-45bd-94f7-73e32c3027b8 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-10-08T04:17:22.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202500571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "multicloud-k8s-id", "timestamp": 1665202501175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202500571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "multicloud-k8s-id", "timestamp": 1665202501175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202500571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "multicloud-k8s-id", "timestamp": 1665202501175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202500571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "multicloud-k8s-id", "timestamp": 1665202501175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202500571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:17:22.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "multicloud-k8s-id", "timestamp": 1665202501175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202510310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:17:22.685Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "multicloud-k8s-id", "timestamp": 1665202501175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:17:22.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202511925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:17:22.686Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:17:22.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665202512929, "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-10-08T04:17:22.690Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e11006e-dc3a-45bd-94f7-73e32c3027b8 2022-10-08T04:17:22.691Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e11006e-dc3a-45bd-94f7-73e32c3027b8 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-10-08T04:17:22.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "aai-ml", "timestamp": 1665202516223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "clamp", "timestamp": 1665202517357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "aai-ml", "timestamp": 1665202516223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "clamp", "timestamp": 1665202517357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "aai-ml", "timestamp": 1665202516223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "clamp", "timestamp": 1665202517357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "aai-ml", "timestamp": 1665202516223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "clamp", "timestamp": 1665202517357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "aai-ml", "timestamp": 1665202516223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:22.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:17:22.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "clamp", "timestamp": 1665202517357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:17:22.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:17:47.185Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:17:47.200Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 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-10-08T04:17:47.205Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:17:47.205Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-08T04:17:47.206Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-08T04:17:47.206Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-08T04:17:47.206Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:17:47.206Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:17:47.206Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:17:47.206Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:17:47.206Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:17:47.206Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:17:47.207Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-08T04:17:47.215Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-08T04:18:17.216Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a715657e-5f29-4ffa-80cf-1330e4633468 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-10-08T04:18:17.232Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a715657e-5f29-4ffa-80cf-1330e4633468 and serviceModelVersionId: 8d9d61bd-55c8-4c10-8622-9168f73dc2b7 2022-10-08T04:18:17.232Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5b35b08a-d6b3-4bf0-ac68-823520a15a61 2022-10-08T04:18:17.234Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5b35b08a-d6b3-4bf0-ac68-823520a15a61/model-vers/model-ver/8d9d61bd-55c8-4c10-8622-9168f73dc2b7?depth=0 2022-10-08T04:18:17.241Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-10-08T04:18:17.298Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b35b08a-d6b3-4bf0-ac68-823520a15a61/model-vers/model-ver/8d9d61bd-55c8-4c10-8622-9168f73dc2b7?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-10-08T04:18:17.301Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b35b08a-d6b3-4bf0-ac68-823520a15a61/model-vers/model-ver/8d9d61bd-55c8-4c10-8622-9168f73dc2b7?depth=0|INFO|500||Invoke 2022-10-08T04:18:17.328Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b35b08a-d6b3-4bf0-ac68-823520a15a61/model-vers/model-ver/8d9d61bd-55c8-4c10-8622-9168f73dc2b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-08T04:18:17.406Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b35b08a-d6b3-4bf0-ac68-823520a15a61/model-vers/model-ver/8d9d61bd-55c8-4c10-8622-9168f73dc2b7?depth=0|INFO|500||InvokeReturn 2022-10-08T04:18:17.407Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b35b08a-d6b3-4bf0-ac68-823520a15a61/model-vers/model-ver/8d9d61bd-55c8-4c10-8622-9168f73dc2b7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221008-04:18:17:069-42515], vertex-id=[249880], Content-Length=[0], Date=[Sat, 08 Oct 2022 04:18:17 GMT], Content-Type=[application/json]} 2022-10-08T04:18:17.408Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-10-08T04:18:17.408Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-08T04:18:17.408Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-08T04:18:17.413Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-08T04:18:17.413Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a715657e-5f29-4ffa-80cf-1330e4633468 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-08T04:18:17.414Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-08T04:18:17.414Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:17.419Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:17.419Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202697414, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-08T04:18:17.518Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:18:17.519Z||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-10-08T04:18:17.519Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:17.542Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:17.543Z||pool-84-thread-1|||||INFO|500||cambria reply ok (25 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-10-08T04:18:18.433Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-08T04:18:18.433Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9299eb56-cadb-4c39-b687-eacede1d59f1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"431e2600-ca46-42af-ab1a-4694b9b942f9","serviceDescription":"service","serviceInvariantUUID":"1ddf583f-2d75-476c-9d0b-cd346c3f647b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"38ee578f-61eb-4e16-91b6-29b51c61bf64","resourceInvariantUUID":"84ad35af-0d1d-4b3f-8539-4ecb162bacb9","resourceCustomizationUUID":"896ccc29-090e-4476-a172-94a072fa16c6","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":"NWQxMTcwZjg2MGM2OTgyMTJkMDBlM2IxMzg1N2VmMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"51436ac7-dbc3-4dbb-a241-3bccd0321a5d","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":"ZWNlYmE0YTlkMDI1YzQ4MDcxNmFhYWRiYzUzZGYwNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6595474-6d64-4683-94cf-940e87947012","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":"6b9bae6d-accf-4161-b219-60e765c75b4a","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":"7a7ea185-e068-4aff-9120-b970152f14c0","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":"07fe5f5b-25fd-433c-91ae-7d754fe53863","artifactVersion":"2","generatedFromUUID":"6b9bae6d-accf-4161-b219-60e765c75b4a"},{"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":"YjE0MzU4NGFkYTAyYzlhMzk3Mzk3MzM5ZmU0OWM3MzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"84c4ecbc-4025-41d1-a0d3-65a553eccf0c","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":"YWQzMDgyMzU4OTM2YmVjY2JkYWQ1ODI1NGQzYjhkNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e522f5b0-9caa-4e28-83ff-1adf15f9fb6b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTVkMjVlMTNhMzdkODI3NGU4YjlkYWY4YjYyMThmN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b53a1445-2a46-4809-b125-d045b919eebe","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-08T04:18:18.434Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:18:18.435Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:18.437Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:18.437Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:18:18.537Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:18:18.538Z||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-10-08T04:18:18.538Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:18.552Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:18.553Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:18:19.438Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:18:19.439Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:19.441Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:19.441Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:18:19.541Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:18:19.542Z||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-10-08T04:18:19.543Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:19.558Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:19.558Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:18:20.442Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:18:20.443Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:20.445Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:20.445Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-08T04:18:20.545Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:18:20.546Z||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-10-08T04:18:20.546Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:20.560Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:20.561Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:18:21.446Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:18:21.447Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:21.449Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:21.449Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:18:21.550Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:18:21.551Z||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-10-08T04:18:21.551Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:21.565Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:21.565Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:18:22.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:18:22.392Z||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-10-08T04:18:22.392Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:22.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:22.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:18:22.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "aai-ml", "timestamp": 1665202516223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:18:22.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:18:22.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:18:22.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "clamp", "timestamp": 1665202517357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:18:22.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:18:22.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:18:22.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "aai-ml", "timestamp": 1665202516223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:18:22.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:18:22.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:18:22.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "clamp", "timestamp": 1665202517357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:18:22.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:18:22.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:18:22.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "aai-ml", "timestamp": 1665202516223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:18:22.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:18:22.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:18:22.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "clamp", "timestamp": 1665202517357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:18:22.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:18:22.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:18:22.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "aai-ml", "timestamp": 1665202516223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:18:22.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:18:22.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:18:22.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "clamp", "timestamp": 1665202517357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:18:22.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-08T04:18:22.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:18:22.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "aai-ml", "timestamp": 1665202525951, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:18:22.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:18:22.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:18:22.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "aai-ml", "timestamp": 1665202530473, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:18:22.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:18:22.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:18:22.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "aai-ml", "timestamp": 1665202531477, "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-10-08T04:18:22.443Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e11006e-dc3a-45bd-94f7-73e32c3027b8 2022-10-08T04:18:22.444Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e11006e-dc3a-45bd-94f7-73e32c3027b8 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-10-08T04:18:22.450Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:18:22.451Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:22.453Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:22.453Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-08T04:18:22.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:18:22.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "clamp", "timestamp": 1665202537631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:18:22.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:18:22.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:18:22.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "clamp", "timestamp": 1665202539638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:18:22.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:18:22.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-08T04:18:22.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "clamp", "timestamp": 1665202540642, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-08T04:18:22.460Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e11006e-dc3a-45bd-94f7-73e32c3027b8 2022-10-08T04:18:22.460Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e11006e-dc3a-45bd-94f7-73e32c3027b8 and ComponentName clamp 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-10-08T04:18:22.553Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:18:22.554Z||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-10-08T04:18:22.554Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:22.568Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:22.569Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:18:23.454Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:18:23.454Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:23.456Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:23.457Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:18:23.557Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:18:23.558Z||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-10-08T04:18:23.558Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:23.572Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:23.572Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:18:24.457Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:18:24.458Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:24.460Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:24.460Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:18:24.560Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:18:24.562Z||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-10-08T04:18:24.562Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:24.575Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:24.576Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:18:25.462Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:18:25.462Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:25.465Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:25.465Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:18:25.566Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:18:25.567Z||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-10-08T04:18:25.567Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:25.582Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:25.582Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:18:26.467Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "431e2600-ca46-42af-ab1a-4694b9b942f9", "serviceDescription": "service", "serviceInvariantUUID": "1ddf583f-2d75-476c-9d0b-cd346c3f647b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "896ccc29-090e-4476-a172-94a072fa16c6", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "38ee578f-61eb-4e16-91b6-29b51c61bf64", "resourceInvariantUUID": "84ad35af-0d1d-4b3f-8539-4ecb162bacb9", "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": "ZWNlYmE0YTlkMDI1YzQ4MDcxNmFhYWRiYzUzZGYwNmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f6595474-6d64-4683-94cf-940e87947012", "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": "6b9bae6d-accf-4161-b219-60e765c75b4a", "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": "07fe5f5b-25fd-433c-91ae-7d754fe53863", "generatedFromUUID": "6b9bae6d-accf-4161-b219-60e765c75b4a" }, "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": "07fe5f5b-25fd-433c-91ae-7d754fe53863", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NTVkMjVlMTNhMzdkODI3NGU4YjlkYWY4YjYyMThmN2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b53a1445-2a46-4809-b125-d045b919eebe" } ], "workloadContext": "Production" } 2022-10-08T04:18:26.468Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-08T04:18:26.468Z|a715657e-5f29-4ffa-80cf-1330e4633468|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 431e2600-ca46-42af-ab1a-4694b9b942f9 ASDC 2022-10-08T04:18:26.468Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:9299eb56-cadb-4c39-b687-eacede1d59f1 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:431e2600-ca46-42af-ab1a-4694b9b942f9 ServiceInvariantUUID:1ddf583f-2d75-476c-9d0b-cd346c3f647b 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:b53a1445-2a46-4809-b125-d045b919eebe ArtifactChecksum:NTVkMjVlMTNhMzdkODI3NGU4YjlkYWY4YjYyMThmN2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:896ccc29-090e-4476-a172-94a072fa16c6 ResourceInvariantUUID:84ad35af-0d1d-4b3f-8539-4ecb162bacb9 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:38ee578f-61eb-4e16-91b6-29b51c61bf64 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:f6595474-6d64-4683-94cf-940e87947012 ArtifactChecksum:ZWNlYmE0YTlkMDI1YzQ4MDcxNmFhYWRiYzUzZGYwNmI= 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:6b9bae6d-accf-4161-b219-60e765c75b4a 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:07fe5f5b-25fd-433c-91ae-7d754fe53863 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:07fe5f5b-25fd-433c-91ae-7d754fe53863 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-08T04:18:26.469Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 431e2600-ca46-42af-ab1a-4694b9b942f9 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-10-08T04:18:26.500Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-08T04:18:26.501Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:18:26.501Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:18:26.501Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b53a1445-2a46-4809-b125-d045b919eebe from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-08T04:18:26.501Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:18:26.502Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-08T04:18:26.643Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:18:26.647Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b53a1445-2a46-4809-b125-d045b919eebe 78836 2022-10-08T04:18:26.647Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-08T04:18:26.648Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-08T04:18:26.648Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:18:26.648Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:26.650Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:26.651Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202706647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:18:26.751Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:18:26.752Z||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-10-08T04:18:26.753Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:26.767Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:26.768Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:18:27.651Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-08T04:18:27.652Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:18:27.653Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b53a1445-2a46-4809-b125-d045b919eebe, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-08T04:18:27.653Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-10-08T04:18:27.653Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-08T04:18:27.653Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-08T04:18:27.819Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7213167026431266194/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_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 "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-08T04:18:29.142Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-08T04:18:29.142Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-08T04:18:29.143Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-08T04:18:29.143Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-08T04:18:29.143Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-08T04:18:29.143Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-08T04:18:29.143Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-08T04:18:29.143Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-08T04:18:29.143Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-08T04:18:29.143Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:29.144Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-08T04:18:29.144Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-08T04:18:29.144Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:29.144Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-08T04:18:29.144Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:29.144Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:29.144Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-08T04:18:29.145Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-08T04:18:29.145Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-08T04:18:29.145Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:29.145Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:29.145Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-08T04:18:29.145Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-08T04:18:29.146Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-08T04:18:29.146Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:29.146Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:29.146Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:29.146Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-08T04:18:29.146Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-08T04:18:29.147Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-08T04:18:29.147Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-08T04:18:29.147Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-08T04:18:29.147Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-08T04:18:29.147Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:29.147Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-08T04:18:29.147Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:29.148Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-08T04:18:29.148Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:18:29.148Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:29.148Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-08T04:18:29.148Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:18:29.149Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:29.149Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-08T04:18:29.149Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:18:29.149Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:29.149Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-08T04:18:29.149Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-08T04:18:29.149Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-08T04:18:29.149Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dea3999c-2c40-4496-b331-1df88989bbfb 2022-10-08T04:18:29.150Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:29.150Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:29.150Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:29.150Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:29.150Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:29.150Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:29.150Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:29.151Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:29.151Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:431e2600-ca46-42af-ab1a-4694b9b942f9 Model Version:NULL Model InvariantUuid:1ddf583f-2d75-476c-9d0b-cd346c3f647b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:b81d3bb8-2e68-41a2-a6f6-3b50215fc21c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:84ad35af-0d1d-4b3f-8539-4ecb162bacb9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:896ccc29-090e-4476-a172-94a072fa16c6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5f727e55-ef1e-40c1-97bb-a32497dfc4e7 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:42d9e3fa-66aa-4783-a93c-f0afb60a2d6c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dea3999c-2c40-4496-b331-1df88989bbfb ModelInvariantUuid:44b6626e-8041-4939-8089-c82a282e00b6 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:3b201e12-5179-4f9c-b3ff-f51825d3e1dd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:48f4a29a-483e-46eb-bdee-01af2d563f6f ModelInvariantUuid:8f66f984-ffd2-4c57-8684-5fd339be20d1 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:04f8b9a4-c4b6-4d79-a573-9613c4cf834b 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-10-08T04:18:29.158Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 38ee578f-61eb-4e16-91b6-29b51c61bf64 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-10-08T04:18:29.162Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-10-08T04:18:29.162Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 38ee578f-61eb-4e16-91b6-29b51c61bf64 2022-10-08T04:18:29.162Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f6595474-6d64-4683-94cf-940e87947012 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-08T04:18:29.162Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:18:29.162Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:29.221Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:18:29.221Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f6595474-6d64-4683-94cf-940e87947012 792 2022-10-08T04:18:29.222Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:29.222Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:29.222Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:18:29.222Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:29.224Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:29.224Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202709222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T04:18:29.324Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:18:29.325Z||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-10-08T04:18:29.325Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:29.343Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:29.344Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:18:30.225Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5f727e55-ef1e-40c1-97bb-a32497dfc4e7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "42d9e3fa-66aa-4783-a93c-f0afb60a2d6c", "vfModuleModelCustomizationUUID": "e810a696-55ec-487d-8366-213316186767", "isBase": true, "artifacts": [ "6b9bae6d-accf-4161-b219-60e765c75b4a", "07fe5f5b-25fd-433c-91ae-7d754fe53863" ], "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-10-08T04:18:30.229Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:42d9e3fa-66aa-4783-a93c-f0afb60a2d6c VfModuleModelInvariantUUID:5f727e55-ef1e-40c1-97bb-a32497dfc4e7 VfModuleModelDescription:NULL Artifacts UUID List:{ 6b9bae6d-accf-4161-b219-60e765c75b4a , 07fe5f5b-25fd-433c-91ae-7d754fe53863 } 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-10-08T04:18:30.231Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5f727e55-ef1e-40c1-97bb-a32497dfc4e7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "42d9e3fa-66aa-4783-a93c-f0afb60a2d6c", "vfModuleModelCustomizationUUID": "e810a696-55ec-487d-8366-213316186767", "isBase": true, "artifacts": [ "6b9bae6d-accf-4161-b219-60e765c75b4a", "07fe5f5b-25fd-433c-91ae-7d754fe53863" ], "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-10-08T04:18:30.231Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:42d9e3fa-66aa-4783-a93c-f0afb60a2d6c VfModuleModelInvariantUUID:5f727e55-ef1e-40c1-97bb-a32497dfc4e7 VfModuleModelDescription:NULL Artifacts UUID List:{ 6b9bae6d-accf-4161-b219-60e765c75b4a , 07fe5f5b-25fd-433c-91ae-7d754fe53863 } 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-10-08T04:18:30.232Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6b9bae6d-accf-4161-b219-60e765c75b4a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-08T04:18:30.232Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:18:30.232Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:30.283Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:18:30.284Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6b9bae6d-accf-4161-b219-60e765c75b4a 5033 2022-10-08T04:18:30.284Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:30.284Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:30.284Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:18:30.285Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:30.287Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:30.287Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202710284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T04:18:30.387Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:18:30.388Z||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-10-08T04:18:30.388Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:30.400Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:30.400Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:18:31.288Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 07fe5f5b-25fd-433c-91ae-7d754fe53863 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-08T04:18:31.288Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:18:31.288Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:31.335Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:18:31.335Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 07fe5f5b-25fd-433c-91ae-7d754fe53863 903 2022-10-08T04:18:31.336Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:31.336Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:31.336Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:18:31.336Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:31.339Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:31.339Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202711336, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:18:31.439Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:18:31.440Z||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-10-08T04:18:31.440Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:31.453Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:31.453Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:18:32.340Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 431e2600-ca46-42af-ab1a-4694b9b942f9 2022-10-08T04:18:32.340Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 38ee578f-61eb-4e16-91b6-29b51c61bf64 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-10-08T04:18:32.357Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77acce85, org.onap.sdc.toscaparser.api.parameters.Input@6bb5e77e, org.onap.sdc.toscaparser.api.parameters.Input@1c41db91, org.onap.sdc.toscaparser.api.parameters.Input@7fd8940, org.onap.sdc.toscaparser.api.parameters.Input@16b4b7dc] 2022-10-08T04:18:32.359Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:32.359Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:32.360Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-10-08T04:18:32.360Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 896ccc29-090e-4476-a172-94a072fa16c6 2022-10-08T04:18:32.360Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 896ccc29-090e-4476-a172-94a072fa16c6 matches Tosca VF Customization UUID: 896ccc29-090e-4476-a172-94a072fa16c6 2022-10-08T04:18:32.360Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 896ccc29-090e-4476-a172-94a072fa16c6 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-10-08T04:18:32.363Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:32.363Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:32.364Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 896ccc29-090e-4476-a172-94a072fa16c6: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-10-08T04:18:32.364Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2badde29 2022-10-08T04:18:32.364Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:32.364Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-08T04:18:32.365Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e810a696-55ec-487d-8366-213316186767 2022-10-08T04:18:32.365Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e810a696-55ec-487d-8366-213316186767 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-10-08T04:18:32.367Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:32.367Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-08T04:18:32.367Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:18:32.367Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:32.368Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-08T04:18:32.368Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:18:32.368Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:32.368Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-08T04:18:32.368Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-08T04:18:32.368Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-08T04:18:32.368Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dea3999c-2c40-4496-b331-1df88989bbfb 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-10-08T04:18:32.371Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:32.371Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-08T04:18:32.371Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-08T04:18:32.371Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:32.372Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-08T04:18:32.372Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=896ccc29-090e-4476-a172-94a072fa16c6 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-10-08T04:18:32.373Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:32.374Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:32.374Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 431e2600-ca46-42af-ab1a-4694b9b942f9: basic_vm_macro 2022-10-08T04:18:32.374Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:32.374Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:32.374Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:32.375Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:32.375Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:32.375Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:32.375Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:32.375Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:32.375Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:18:32.376Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:18:32.376Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:32.463Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 38ee578f-61eb-4e16-91b6-29b51c61bf64 1 ASDC deployResourceStructure 2022-10-08T04:18:32.463Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:32.463Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:32.463Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:18:32.464Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:32.466Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:32.466Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202712463, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T04:18:32.566Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:18:32.567Z||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-10-08T04:18:32.567Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:32.628Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:32.628Z||pool-97-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:18:33.467Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:33.467Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:33.467Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:18:33.467Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:33.469Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:33.470Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202713467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-08T04:18:33.570Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:18:33.571Z||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-10-08T04:18:33.571Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:33.585Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:33.585Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:18:34.470Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:34.471Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||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-10-08T04:18:34.471Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:18:34.471Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:34.473Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:34.474Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202714470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-08T04:18:34.574Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:18:34.575Z||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-10-08T04:18:34.575Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:34.589Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:34.590Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:18:35.474Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-08T04:18:35.475Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-08T04:18:35.475Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:18:35.476Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:18:35.478Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:18:35.478Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202715474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:18:35.578Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:18:35.579Z||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-10-08T04:18:35.579Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:18:35.593Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:18:35.594Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:18:36.483Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9299eb56-cadb-4c39-b687-eacede1d59f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:18:36.494Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9299eb56-cadb-4c39-b687-eacede1d59f1 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-10-08T04:18:36.496Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:18:36.496Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-08T04:18:36.496Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-08T04:18:36.496Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-08T04:18:36.497Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:18:36.497Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:18:36.497Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:18:36.497Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:18:36.497Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:18:36.497Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:18:36.497Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-08T04:18:36.502Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-08T04:19:06.502Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9299eb56-cadb-4c39-b687-eacede1d59f1 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-10-08T04:19:06.508Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9299eb56-cadb-4c39-b687-eacede1d59f1 and serviceModelVersionId: 431e2600-ca46-42af-ab1a-4694b9b942f9 2022-10-08T04:19:06.508Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ddf583f-2d75-476c-9d0b-cd346c3f647b 2022-10-08T04:19:06.510Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ddf583f-2d75-476c-9d0b-cd346c3f647b/model-vers/model-ver/431e2600-ca46-42af-ab1a-4694b9b942f9?depth=0 2022-10-08T04:19:06.514Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-10-08T04:19:06.556Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ddf583f-2d75-476c-9d0b-cd346c3f647b/model-vers/model-ver/431e2600-ca46-42af-ab1a-4694b9b942f9?depth=0|INFO|500||Invoke 2022-10-08T04:19:06.557Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ddf583f-2d75-476c-9d0b-cd346c3f647b/model-vers/model-ver/431e2600-ca46-42af-ab1a-4694b9b942f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ddf583f-2d75-476c-9d0b-cd346c3f647b/model-vers/model-ver/431e2600-ca46-42af-ab1a-4694b9b942f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9299eb56-cadb-4c39-b687-eacede1d59f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dae30ebe-9ff3-485a-b2b9-64ccd78c8bb1], X-ECOMP-RequestID=[9299eb56-cadb-4c39-b687-eacede1d59f1], X-TransactionId=[], X-ONAP-RequestID=[9299eb56-cadb-4c39-b687-eacede1d59f1], Content-Type=[application/merge-patch+json]} 2022-10-08T04:19:06.577Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ddf583f-2d75-476c-9d0b-cd346c3f647b/model-vers/model-ver/431e2600-ca46-42af-ab1a-4694b9b942f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-08T04:19:06.659Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ddf583f-2d75-476c-9d0b-cd346c3f647b/model-vers/model-ver/431e2600-ca46-42af-ab1a-4694b9b942f9?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/1ddf583f-2d75-476c-9d0b-cd346c3f647b/model-vers/model-ver/431e2600-ca46-42af-ab1a-4694b9b942f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221008-04:19:06:313-53973], vertex-id=[245792], Content-Length=[0], Date=[Sat, 08 Oct 2022 04:19:06 GMT], Content-Type=[application/json]} 2022-10-08T04:19:06.660Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ddf583f-2d75-476c-9d0b-cd346c3f647b/model-vers/model-ver/431e2600-ca46-42af-ab1a-4694b9b942f9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-08T04:19:06.660Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ddf583f-2d75-476c-9d0b-cd346c3f647b/model-vers/model-ver/431e2600-ca46-42af-ab1a-4694b9b942f9?depth=0|INFO|500||InvokeReturn 2022-10-08T04:19:06.661Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-08T04:19:06.661Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-08T04:19:06.665Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-08T04:19:06.665Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9299eb56-cadb-4c39-b687-eacede1d59f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-08T04:19:06.665Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-08T04:19:06.666Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:19:06.668Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:19:06.668Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202746665, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-08T04:19:06.768Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:19:06.770Z||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-10-08T04:19:06.770Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:06.789Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:06.789Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-08T04:19:07.679Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:19:07.680Z|9299eb56-cadb-4c39-b687-eacede1d59f1|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-10-08T04:19:07.680Z|9299eb56-cadb-4c39-b687-eacede1d59f1|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:12.081Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:12.082Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-08T04:19:12.082Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e11006e-dc3a-45bd-94f7-73e32c3027b8","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d0470bbf-770e-439c-ad2c-69c16c33c543","serviceDescription":"service","serviceInvariantUUID":"5ac66fbd-0bce-4633-9fbc-c8978a4b1ab5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"700278d2-ae74-44be-88de-cd920b3f82fb","resourceInvariantUUID":"40d4b2ad-0937-4d8c-abfd-f2ed046c2f43","resourceCustomizationUUID":"ff5902c2-10e5-47d4-b7af-3521fc2ca4d2","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":"YWJkOGIyMDZmOWQ2YmJmNzg2YTc5NGY1NzEwNTc5MmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b687def-6876-4efe-9a48-e402c20cf515","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":"1603e59b-1f44-4868-9ba3-2ec8c2c81b8c","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":"340cc8da-560a-460a-8a25-af714a302669","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":"NDM0ZGM1YWU5NWEzNWVjZGQ1MzQ5MGFmOTM5OWViYTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"11a9fb82-073e-4294-afcc-1b8570c74b41","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":"721ebc75-a994-4e3a-ba88-fc1108811943","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":"34bac496-49a0-4aba-8fb1-cae0cd70a8ee","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":"413d241e-8826-4776-b8f4-6228947f4420","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":"OTkzNDY3MjEyZGFlNmQ0Zjk3MWNjMDc5NWM5ZWNjYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e79d8fe-7053-4967-89ec-56c963a77513","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmEyNjEzY2QxNzEyYzRhM2U4MDRlMzc0MTg3M2ZmY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d52f6031-1b69-44d8-ae20-a294e799be65","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-08T04:19:12.084Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:19:12.084Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:19:12.086Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:19:12.086Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:19:12.186Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:19:12.187Z||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-10-08T04:19:12.188Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:12.202Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:12.203Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:19:13.087Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:19:13.087Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:19:13.089Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:19:13.089Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:19:13.191Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-08T04:19:13.192Z||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-10-08T04:19:13.192Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:13.206Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:13.207Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:19:14.090Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:19:14.091Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:19:14.093Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:19:14.093Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-08T04:19:14.193Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:19:14.195Z||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-10-08T04:19:14.195Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:14.210Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:14.211Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:19:15.094Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:19:15.094Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:19:15.097Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:19:15.097Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:19:15.197Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:19:15.198Z||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-10-08T04:19:15.198Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:15.209Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:15.209Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:19:16.098Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:19:16.098Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:19:16.100Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:19:16.100Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:19:16.200Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:19:16.201Z||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-10-08T04:19:16.201Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:16.216Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:16.216Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:19:17.101Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:19:17.101Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:19:17.104Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:19:17.104Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:19:17.204Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:19:17.205Z||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-10-08T04:19:17.205Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:17.219Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:17.220Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:19:18.104Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:19:18.105Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:19:18.107Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:19:18.107Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:19:18.207Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:19:18.208Z||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-10-08T04:19:18.208Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:18.221Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:18.221Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:19:19.107Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:19:19.108Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:19:19.109Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:19:19.110Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:19:19.210Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:19:19.211Z||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-10-08T04:19:19.211Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:19.224Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:19.224Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:19:20.110Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-08T04:19:20.111Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:19:20.113Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:19:20.113Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:19:20.213Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:19:20.214Z||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-10-08T04:19:20.214Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:20.227Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:20.228Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:19:21.114Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "d0470bbf-770e-439c-ad2c-69c16c33c543", "serviceDescription": "service", "serviceInvariantUUID": "5ac66fbd-0bce-4633-9fbc-c8978a4b1ab5", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "ff5902c2-10e5-47d4-b7af-3521fc2ca4d2", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "700278d2-ae74-44be-88de-cd920b3f82fb", "resourceInvariantUUID": "40d4b2ad-0937-4d8c-abfd-f2ed046c2f43", "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": "ZmEyNjEzY2QxNzEyYzRhM2U4MDRlMzc0MTg3M2ZmY2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d52f6031-1b69-44d8-ae20-a294e799be65" } ], "workloadContext": "Production" } 2022-10-08T04:19:21.114Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-08T04:19:21.114Z|9299eb56-cadb-4c39-b687-eacede1d59f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d0470bbf-770e-439c-ad2c-69c16c33c543 ASDC 2022-10-08T04:19:21.115Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:9e11006e-dc3a-45bd-94f7-73e32c3027b8 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:d0470bbf-770e-439c-ad2c-69c16c33c543 ServiceInvariantUUID:5ac66fbd-0bce-4633-9fbc-c8978a4b1ab5 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:d52f6031-1b69-44d8-ae20-a294e799be65 ArtifactChecksum:ZmEyNjEzY2QxNzEyYzRhM2U4MDRlMzc0MTg3M2ZmY2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:ff5902c2-10e5-47d4-b7af-3521fc2ca4d2 ResourceInvariantUUID:40d4b2ad-0937-4d8c-abfd-f2ed046c2f43 ResourceName:test-pnf ResourceType:PNF ResourceUUID:700278d2-ae74-44be-88de-cd920b3f82fb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-08T04:19:21.115Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0470bbf-770e-439c-ad2c-69c16c33c543 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-10-08T04:19:21.140Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-08T04:19:21.140Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:19:21.141Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:19:21.141Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d52f6031-1b69-44d8-ae20-a294e799be65 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-08T04:19:21.141Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-08T04:19:21.141Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-08T04:19:21.286Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-08T04:19:21.290Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d52f6031-1b69-44d8-ae20-a294e799be65 105674 2022-10-08T04:19:21.291Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-08T04:19:21.291Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-08T04:19:21.292Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-08T04:19:21.292Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:19:21.294Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:19:21.294Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202761291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:19:21.394Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:19:21.395Z||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-10-08T04:19:21.395Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:21.411Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:21.411Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-08T04:19:22.294Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-08T04:19:22.295Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-08T04:19:22.295Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d52f6031-1b69-44d8-ae20-a294e799be65, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-08T04:19:22.296Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-10-08T04:19:22.296Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-08T04:19:22.296Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-08T04:19:22.391Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:19:22.391Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|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-10-08T04:19:22.391Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:22.392Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15253510879386307978/Definitions/service-TestPnfMacro-template.yml 2022-10-08T04:19:22.435Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:22.437Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:19:22.438Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a715657e-5f29-4ffa-80cf-1330e4633468", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202697414, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-08T04:19:22.438Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:19:22.438Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:19:22.439Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:19:22.439Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:19:22.439Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:19:22.439Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-08T04:19:22.440Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:19:22.440Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:19:22.440Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-08T04:19:22.441Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:19:22.441Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:19:22.441Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:19:22.442Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:19:23.133Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-08T04:19:23.134Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-08T04:19:23.134Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-08T04:19:23.134Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-08T04:19:23.135Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-08T04:19:23.135Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-08T04:19:23.135Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-08T04:19:23.135Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-08T04:19:23.135Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-08T04:19:23.136Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-08T04:19:23.136Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-08T04:19:23.136Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-08T04:19:23.136Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:19:23.136Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:19:23.137Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-08T04:19:23.137Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-08T04:19:23.137Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-08T04:19:23.138Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:19:23.138Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:19:23.138Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-08T04:19:23.138Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-08T04:19:23.139Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-08T04:19:23.139Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:19:23.139Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:19:23.139Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:19:23.140Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:19:23.140Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:19:23.140Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:19:23.140Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:19:23.141Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:19:23.141Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:19:23.141Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:19:23.141Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:d0470bbf-770e-439c-ad2c-69c16c33c543 Model Version:NULL Model InvariantUuid:5ac66fbd-0bce-4633-9fbc-c8978a4b1ab5 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-10-08T04:19:23.152Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 700278d2-ae74-44be-88de-cd920b3f82fb 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-10-08T04:19:23.155Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-10-08T04:19:23.156Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 700278d2-ae74-44be-88de-cd920b3f82fb 2022-10-08T04:19:23.156Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||No resources found for Service: d0470bbf-770e-439c-ad2c-69c16c33c543 2022-10-08T04:19:23.156Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d0470bbf-770e-439c-ad2c-69c16c33c543 2022-10-08T04:19:23.157Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 700278d2-ae74-44be-88de-cd920b3f82fb 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-10-08T04:19:23.161Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19e0e838, org.onap.sdc.toscaparser.api.parameters.Input@2e5979fa, org.onap.sdc.toscaparser.api.parameters.Input@1dd12d3b, org.onap.sdc.toscaparser.api.parameters.Input@13cdc4eb, org.onap.sdc.toscaparser.api.parameters.Input@df25f82] 2022-10-08T04:19:23.162Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:19:23.162Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:19:23.163Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d0470bbf-770e-439c-ad2c-69c16c33c543: test-pnf 2022-10-08T04:19:23.163Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||Processing PNF resource: 700278d2-ae74-44be-88de-cd920b3f82fb 2022-10-08T04:19:23.163Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-08T04:19:23.164Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-08T04:19:23.164Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||Resource customization UUID: ff5902c2-10e5-47d4-b7af-3521fc2ca4d2 is the same as notified resource customizationUUID: ff5902c2-10e5-47d4-b7af-3521fc2ca4d2 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-10-08T04:19:23.205Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 700278d2-ae74-44be-88de-cd920b3f82fb 0 ASDC deployResourceStructure 2022-10-08T04:19:23.206Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-08T04:19:23.206Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-08T04:19:23.206Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-08T04:19:23.207Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:19:23.209Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:19:23.209Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202763206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:19:23.309Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-08T04:19:23.310Z||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-10-08T04:19:23.311Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:23.326Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:23.326Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-08T04:19:24.211Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e11006e-dc3a-45bd-94f7-73e32c3027b8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-08T04:19:24.231Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e11006e-dc3a-45bd-94f7-73e32c3027b8 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-10-08T04:19:24.234Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-08T04:19:24.234Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-08T04:19:24.234Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-08T04:19:24.235Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-08T04:19:24.235Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:19:24.235Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:19:24.235Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:19:24.236Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:19:24.236Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:19:24.236Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:19:24.236Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-08T04:19:24.236Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-08T04:19:24.241Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-08T04:19:54.241Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e11006e-dc3a-45bd-94f7-73e32c3027b8 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-10-08T04:19:54.246Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e11006e-dc3a-45bd-94f7-73e32c3027b8 and serviceModelVersionId: d0470bbf-770e-439c-ad2c-69c16c33c543 2022-10-08T04:19:54.246Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ac66fbd-0bce-4633-9fbc-c8978a4b1ab5 2022-10-08T04:19:54.247Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ac66fbd-0bce-4633-9fbc-c8978a4b1ab5/model-vers/model-ver/d0470bbf-770e-439c-ad2c-69c16c33c543?depth=0 2022-10-08T04:19:54.250Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-10-08T04:19:54.286Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ac66fbd-0bce-4633-9fbc-c8978a4b1ab5/model-vers/model-ver/d0470bbf-770e-439c-ad2c-69c16c33c543?depth=0|INFO|500||Invoke 2022-10-08T04:19:54.286Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ac66fbd-0bce-4633-9fbc-c8978a4b1ab5/model-vers/model-ver/d0470bbf-770e-439c-ad2c-69c16c33c543?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ac66fbd-0bce-4633-9fbc-c8978a4b1ab5/model-vers/model-ver/d0470bbf-770e-439c-ad2c-69c16c33c543?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e11006e-dc3a-45bd-94f7-73e32c3027b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d5e0ec9-0502-4b9d-8247-e107a84e9a81], X-ECOMP-RequestID=[9e11006e-dc3a-45bd-94f7-73e32c3027b8], X-TransactionId=[], X-ONAP-RequestID=[9e11006e-dc3a-45bd-94f7-73e32c3027b8], Content-Type=[application/merge-patch+json]} 2022-10-08T04:19:54.303Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ac66fbd-0bce-4633-9fbc-c8978a4b1ab5/model-vers/model-ver/d0470bbf-770e-439c-ad2c-69c16c33c543?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-08T04:19:54.380Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ac66fbd-0bce-4633-9fbc-c8978a4b1ab5/model-vers/model-ver/d0470bbf-770e-439c-ad2c-69c16c33c543?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/5ac66fbd-0bce-4633-9fbc-c8978a4b1ab5/model-vers/model-ver/d0470bbf-770e-439c-ad2c-69c16c33c543?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221008-04:19:54:034-44986], vertex-id=[233704], Content-Length=[0], Date=[Sat, 08 Oct 2022 04:19:54 GMT], Content-Type=[application/json]} 2022-10-08T04:19:54.380Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ac66fbd-0bce-4633-9fbc-c8978a4b1ab5/model-vers/model-ver/d0470bbf-770e-439c-ad2c-69c16c33c543?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-08T04:19:54.381Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ac66fbd-0bce-4633-9fbc-c8978a4b1ab5/model-vers/model-ver/d0470bbf-770e-439c-ad2c-69c16c33c543?depth=0|INFO|500||InvokeReturn 2022-10-08T04:19:54.382Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-08T04:19:54.383Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-08T04:19:54.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-08T04:19:54.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e11006e-dc3a-45bd-94f7-73e32c3027b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-08T04:19:54.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-08T04:19:54.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-08T04:19:54.391Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-08T04:19:54.391Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202794388, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-08T04:19:54.491Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-08T04:19:54.492Z||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-10-08T04:19:54.492Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3TwkPULvgkeTWmoq) ... 2022-10-08T04:19:54.512Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:19:54.512Z||pool-113-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-10-08T04:19:55.404Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:19:55.405Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:19:55.405Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:20:04.947Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:20:04.948Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:20:04.948Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:20:04.948Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:20:14.491Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:20:14.492Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:20:14.492Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:20:14.492Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:20:22.391Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:20:22.392Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|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-10-08T04:20:22.392Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:20:22.415Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:20:22.415Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:20:22.416Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-08T04:20:22.416Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:20:24.068Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:20:24.068Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:20:24.069Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:20:24.069Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:20:33.604Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:20:33.604Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:20:33.605Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:20:33.605Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:20:43.200Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:21:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:21:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:21:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:21:22.390Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:21:22.391Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|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-10-08T04:21:22.391Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:21:22.418Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:21:22.419Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.419Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:21:22.420Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:21:22.420Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.420Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:21:22.421Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:21:22.421Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.421Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202462388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:21:22.421Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:21:22.421Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.422Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202706647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:21:22.422Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:21:22.422Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.422Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202709222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-08T04:21:22.423Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:21:22.423Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.423Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202710284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-08T04:21:22.423Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:21:22.423Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.424Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202711336, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-08T04:21:22.424Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:21:22.424Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.424Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202712463, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-08T04:21:22.424Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:21:22.424Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.424Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202713467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-08T04:21:22.425Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:21:22.425Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.425Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202714470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-08T04:21:22.425Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:21:22.425Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.425Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202715474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:21:22.426Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:21:22.426Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.426Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9299eb56-cadb-4c39-b687-eacede1d59f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202746665, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-08T04:21:22.426Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:21:22.426Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.426Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:21:22.427Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:21:22.427Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.427Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-08T04:21:22.427Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:21:22.427Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.428Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-08T04:21:22.428Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:21:22.428Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.428Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-08T04:21:22.428Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:21:22.428Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.428Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-08T04:21:22.429Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:21:22.429Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.429Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:21:22.429Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:21:22.429Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.429Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-08T04:21:22.429Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:21:22.430Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.430Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-08T04:21:22.430Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:21:22.430Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.430Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202747679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-08T04:21:22.430Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-08T04:21:22.430Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-08T04:21:22.431Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202761291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-08T04:21:22.431Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:21:31.940Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:22:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:22:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:22:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:22:22.391Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:22:22.391Z||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-10-08T04:22:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:22:22.918Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:22:22.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-08T04:22:22.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202763206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-08T04:22:22.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:22:22.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-08T04:22:22.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e11006e-dc3a-45bd-94f7-73e32c3027b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665202794388, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-08T04:22:22.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-08T04:22:31.942Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:23:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:23:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:23:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:23:22.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:23:22.391Z||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-10-08T04:23:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:23:31.954Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:23:31.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:24:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:24:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:24:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:24:22.391Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:24:22.391Z||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-10-08T04:24:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:24:31.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:24:31.938Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:25:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:25:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:25:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:25:22.391Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:25:22.391Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|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-10-08T04:25:22.391Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:25:31.949Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:25:31.950Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:26:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:26:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:26:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:26:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:26:22.391Z||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-10-08T04:26:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:26:31.939Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:26:31.947Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:27:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:27:22.390Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:27:22.390Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:27:22.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:27:22.391Z||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-10-08T04:27:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:27:31.945Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:27:31.947Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:28:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:28:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:28:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:28:22.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:28:22.391Z||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-10-08T04:28:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:28:31.943Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:28:31.944Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:29:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:29:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:29:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:29:22.391Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:29:22.391Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|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-10-08T04:29:22.392Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:29:31.935Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:29:31.936Z|fdc48b37-dba2-497c-9c57-ad3ea07dc45f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:30:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:30:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:30:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:30:22.391Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:30:22.392Z||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-10-08T04:30:22.393Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:30:31.985Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:30:31.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:31:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:31:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:31:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:31:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:31:22.391Z||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-10-08T04:31:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:31:31.939Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:31:31.940Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:32:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:32:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:32:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:32:22.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:32:22.391Z||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-10-08T04:32:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:32:31.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:32:31.960Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:33:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:33:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:33:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:33:22.390Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:33:22.391Z||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-10-08T04:33:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:33:31.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:33:31.950Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:34:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:34:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:34:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:34:22.391Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:34:22.391Z||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-10-08T04:34:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:34:31.958Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:34:31.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:35:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:35:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:35:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:35:22.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:35:22.391Z||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-10-08T04:35:22.391Z||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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:35:31.970Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:35:31.976Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-08T04:36:22.388Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:36:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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-10-08T04:36:22.389Z|9e11006e-dc3a-45bd-94f7-73e32c3027b8|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 3TwkPULvgkeTWmoq) ... 2022-10-08T04:36:22.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-08T04:36:22.391Z||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-10-08T04:36:22.391Z||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 3TwkPULvgkeTWmoq) ...