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-11T03:15:08.706Z||main|||||INFO|500||The following profiles are active: basic 2022-10-11T03:15:20.544Z||main|||||INFO|500||Starting service [Tomcat] 2022-10-11T03:15:20.548Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-10-11T03:15:20.712Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-10-11T03:15:25.998Z||main|||||INFO|500||catdb-pool - Starting... 2022-10-11T03:15:26.581Z||main|||||INFO|500||catdb-pool - Start completed. 2022-10-11T03:15:27.080Z||main|||||INFO|500||reqdb-pool - Starting... 2022-10-11T03:15:27.088Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-10-11T03:15:27.197Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-10-11T03:15:27.550Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-10-11T03:15:28.193Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-10-11T03:15:30.629Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-11T03:15:33.412Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-11T03:15:33.494Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-10-11T03:15:34.188Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-11T03:15:34.551Z||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-11T03:15:36.147Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-11T03:15:37.350Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-10-11T03:15:37.371Z||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$$2538ded1.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-11T03:15:37.373Z||main|||||WARN|500||The sdc end point is not alive 2022-10-11T03:15:40.535Z||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-11T03:15:43.452Z||main|||||WARN|500||--- 2022-10-11T03:15:43.453Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-10-11T03:15:43.453Z||main|||||WARN|500||--- 2022-10-11T03:15:43.946Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-10-11T03:15:48.827Z||main|||||INFO|500||Started Application in 43.28 seconds (JVM running for 45.599) 2022-10-11T03:15:48.839Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-11T03:15:48.841Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-11T03:15:48.852Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-11T03:15:48.875Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-11T03:15:48.913Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3424229c-c44b-4f82-9dea-a6baa904792e url= /sdc/v1/artifactTypes 2022-10-11T03:15:48.914Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-11T03:15:49.189Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-10-11T03:15:49.212Z||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-11T03:15:49.233Z||scheduling-1|||||DEBUG|500||create keys 2022-10-11T03:15:49.240Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-10-11T03:15:49.329Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:15:49.347Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c5f27d88-4556-42e1-81a0-a129e109f702 url= /sdc/v1/registerForDistribution 2022-10-11T03:15:49.598Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c5f27d88-4556-42e1-81a0-a129e109f702 url= /sdc/v1/registerForDistribution 2022-10-11T03:15:49.598Z||scheduling-1|||||INFO|500||start DistributionClient 2022-10-11T03:15:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:15:49.611Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:15:49.622Z||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-11T03:15:49.622Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:15:49.623Z||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-11T03:15:49.623Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:15:49.627Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-10-11T03:16:00.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:16:00.297Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:16:49.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:16:49.606Z||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-11T03:16:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:16:49.611Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:16:49.611Z||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-11T03:16:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:16:59.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:16:59.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:17:49.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:17:49.607Z||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-11T03:17:49.607Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:17:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:17:49.612Z||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-11T03:17:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:17:59.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:17:59.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:18:49.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:18:49.607Z||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-11T03:18:49.607Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:18:49.610Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:18:49.611Z||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-11T03:18:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:18:59.208Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:18:59.208Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:19:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:19:49.606Z||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-11T03:19:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:19:49.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:19:49.611Z||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-11T03:19:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:19:59.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:19:59.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:20:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:20:49.608Z||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-11T03:20:49.608Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:20:49.611Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:20:49.611Z||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-11T03:20:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:20:59.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:20:59.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:21:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:21:49.606Z||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-11T03:21:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:21:49.610Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:21:49.612Z||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-11T03:21:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:21:59.186Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:21:59.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:22:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:22:49.606Z||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-11T03:22:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:22:49.610Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:22:49.611Z||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-11T03:22:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:22:59.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:22:59.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:23:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:23:49.609Z||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-11T03:23:49.610Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:23:49.611Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:23:49.614Z||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-11T03:23:49.615Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:23:59.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:23:59.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:24:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:24:49.606Z||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-11T03:24:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:24:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:24:49.611Z||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-11T03:24:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:24:59.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:24:59.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:25:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:25:49.606Z||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-11T03:25:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:25:49.611Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:25:49.612Z||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-11T03:25:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:25:59.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:25:59.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:25:59.464Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-10-11T03:26:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:26:49.606Z||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-11T03:26:49.607Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:26:49.611Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:26:49.611Z||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-11T03:26:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:26:59.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:26:59.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:27:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:27:49.606Z||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-11T03:27:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:27:49.611Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:27:49.611Z||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-11T03:27:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:27:59.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:27:59.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:28:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:28:49.608Z||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-11T03:28:49.608Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:28:49.611Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:28:49.611Z||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-11T03:28:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:28:59.232Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:28:59.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:29:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:29:49.607Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:29:49.607Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:29:49.611Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:29:49.612Z||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-11T03:29:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:29:59.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:29:59.214Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:30:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:30:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:30:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:30:49.611Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:30:49.612Z||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-11T03:30:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:30:59.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:30:59.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:31:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:31:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:31:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:31:49.611Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:31:49.611Z||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-11T03:31:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:31:59.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:31:59.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:32:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:32:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:32:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:32:49.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:32:49.611Z||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-11T03:32:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:32:59.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:32:59.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:33:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:33:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:33:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:33:49.610Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:33:49.611Z||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-11T03:33:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:33:59.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:33:59.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:34:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:34:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:34:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:34:49.610Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:34:49.612Z||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-11T03:34:49.613Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:34:59.163Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:34:59.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:35:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:35:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:35:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:35:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:35:49.611Z||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-11T03:35:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:35:59.205Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:35:59.207Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:36:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:36:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:36:49.607Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:36:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:36:49.611Z||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-11T03:36:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:36:59.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:36:59.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:37:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:37:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:37:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:37:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:37:49.611Z||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-11T03:37:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:37:59.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:37:59.214Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:38:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:38:49.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:38:49.608Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:38:49.610Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:38:49.611Z||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-11T03:38:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:38:59.221Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:38:59.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:39:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:39:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:39:49.607Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:39:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:39:49.611Z||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-11T03:39:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:39:59.183Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:39:59.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:40:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:40:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:40:49.607Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:40:49.611Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:40:49.611Z||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-11T03:40:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:40:59.207Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:40:59.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:41:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:41:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:41:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:41:49.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:41:49.611Z||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-11T03:41:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:41:59.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:41:59.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:42:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:42:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:42:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:42:49.611Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:42:49.612Z||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-11T03:42:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:42:59.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:42:59.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:43:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:43:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:43:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:43:49.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:43:49.611Z||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-11T03:43:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:43:59.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:43:59.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:44:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:44:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:44:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:44:49.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:44:49.611Z||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-11T03:44:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:44:59.204Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:44:59.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:45:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:45:49.607Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:45:49.607Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:45:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:45:49.611Z||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-11T03:45:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:45:59.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:45:59.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:46:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:46:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:46:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:46:49.611Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:46:49.611Z||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-11T03:46:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:46:59.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:46:59.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:47:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:47:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:47:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:47:49.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:47:49.611Z||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-11T03:47:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:47:59.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:47:59.185Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:48:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:48:49.607Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:48:49.607Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:48:49.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:48:49.611Z||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-11T03:48:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:48:59.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:48:59.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:49:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:49:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:49:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:49:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:49:49.611Z||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-11T03:49:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:49:59.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:49:59.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:50:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:50:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:50:49.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:50:49.610Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:50:49.611Z||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-11T03:50:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:50:59.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:50:59.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:51:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:51:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T03:51:49.607Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:51:49.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:51:49.611Z||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-11T03:51:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:51:59.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:51:59.183Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:52:49.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:52:49.607Z||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-11T03:52:49.607Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:52:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:52:49.612Z||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-11T03:52:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:52:59.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:52:59.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:53:49.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:53:49.606Z||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-11T03:53:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:53:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:53:49.611Z||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-11T03:53:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:53:59.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:53:59.181Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:54:49.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:54:49.606Z||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-11T03:54:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:54:49.611Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:54:49.611Z||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-11T03:54:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:54:59.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:54:59.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:55:49.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:55:49.606Z||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-11T03:55:49.607Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:55:49.610Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:55:49.611Z||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-11T03:55:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:55:59.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:55:59.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:56:49.605Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:56:49.607Z||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-11T03:56:49.607Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:56:49.611Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:56:49.612Z||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-11T03:56:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:56:59.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:56:59.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:57:49.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:57:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:57:49.612Z||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-11T03:57:49.612Z||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-11T03:57:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:57:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:57:49.960Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:57:49.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:49.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "ves-openapi-manager", "timestamp": 1665460651056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "aai-ml", "timestamp": 1665460652874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "multicloud-k8s-id", "timestamp": 1665460655518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460654386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "ves-openapi-manager", "timestamp": 1665460651056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "multicloud-k8s-id", "timestamp": 1665460655518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "NOTIFIED" } 2022-10-11T03:57:50.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "aai-ml", "timestamp": 1665460652874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460654386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "cds", "timestamp": 1665460659721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "aai-ml", "timestamp": 1665460652874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "ves-openapi-manager", "timestamp": 1665460651056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "multicloud-k8s-id", "timestamp": 1665460655518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-11T03:57:50.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460654386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "cds", "timestamp": 1665460659721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "ves-openapi-manager", "timestamp": 1665460651056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "aai-ml", "timestamp": 1665460652874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "multicloud-k8s-id", "timestamp": 1665460655518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460654386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "cds", "timestamp": 1665460659721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "clamp", "timestamp": 1665460662969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "ves-openapi-manager", "timestamp": 1665460651056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "aai-ml", "timestamp": 1665460652874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "multicloud-k8s-id", "timestamp": 1665460655518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-11T03:57:50.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460654386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "cds", "timestamp": 1665460659721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "clamp", "timestamp": 1665460662969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "NOTIFIED" } 2022-10-11T03:57:50.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "ves-openapi-manager", "timestamp": 1665460651056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "aai-ml", "timestamp": 1665460652874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "multicloud-k8s-id", "timestamp": 1665460655518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460654386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "cds", "timestamp": 1665460659721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "clamp", "timestamp": 1665460662969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "ves-openapi-manager", "timestamp": 1665460651056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "aai-ml", "timestamp": 1665460652874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "NOTIFIED" } 2022-10-11T03:57:50.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "multicloud-k8s-id", "timestamp": 1665460655518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "NOTIFIED" } 2022-10-11T03:57:50.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460654386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "NOTIFIED" } 2022-10-11T03:57:50.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "cds", "timestamp": 1665460659721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "policy-id", "timestamp": 1665460664682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "clamp", "timestamp": 1665460662969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "policy-id", "timestamp": 1665460664682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "cds", "timestamp": 1665460659721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "NOTIFIED" } 2022-10-11T03:57:50.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "multicloud-k8s-id", "timestamp": 1665460667197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T03:57:50.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T03:57:50.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "aai-ml", "timestamp": 1665460667556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T03:57:50.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T03:57:50.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460666570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T03:57:50.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T03:57:50.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "clamp", "timestamp": 1665460662969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "policy-id", "timestamp": 1665460664682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-11T03:57:50.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "clamp", "timestamp": 1665460662969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:57:50.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "multicloud-k8s-id", "timestamp": 1665460668361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T03:57:50.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T03:57:50.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "cds", "timestamp": 1665460667738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T03:57:50.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T03:57:50.267Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:57:50.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T03:57:50.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"54768df8-03a9-4989-ade4-d58838c7902c","serviceName":"basic_onboard_PKgLZt","serviceVersion":"1.0","serviceUUID":"82bcd795-04de-4f52-b480-50aff06d849a","serviceDescription":"service","serviceInvariantUUID":"be465874-dade-4016-bafe-5bbc63233e75","resources":[{"resourceInstanceName":"basic_onboard_PKgLZt 0","resourceName":"basic_onboard_PKgLZt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"780910a2-ed88-4de1-a04b-3f3dfdf2e74e","resourceInvariantUUID":"f8647169-20ee-4b54-98ca-6889f7925fce","resourceCustomizationUUID":"46439c58-aa6f-4f8d-9461-69478e8471d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml","artifactChecksum":"NDdjOTVlNTMzMGFiNTlkZjgzNDYxOGZlNzFkNzNkYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f068fee-f1e6-4a88-a648-f8d1e827bb3f","artifactVersion":"1"},{"artifactName":"basic_onboard_pkglzt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json","artifactChecksum":"MWJkOGNmY2VmYjg3MWViZWE2NjhkMzI4YjU1ZGUwZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58a09258-0b5b-4cbf-8f6f-7042f1fc5ee5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"07b71b01-be66-41de-9df7-8fad76754a1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d6062519-ee4d-489b-9bd8-9ae9f7f8a76a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a040e4c3-ae39-483b-9a2c-86638fb1454a","artifactVersion":"2","generatedFromUUID":"07b71b01-be66-41de-9df7-8fad76754a1a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPkglzt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml","artifactChecksum":"YTU1MzhmMTI4OGYxZjRkOGQ0MjhmZmY3ZjcxZmE1YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77abbe3b-2cc7-49c0-a01e-699120c23abf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPkglzt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar","artifactChecksum":"MjkxNmQ5MWQ5YzJjODI3N2NiNjkwZmRhYWM3MDMxMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"168c9c44-07b4-4a3e-89ba-1f0b313159c9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-11T03:57:50.279Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T03:57:50.285Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:57:50.301Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:57:50.301Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460669605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:50.401Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-10-11T03:57:50.406Z||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-11T03:57:50.407Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:57:50.431Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:57:50.432Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-10-11T03:57:51.312Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T03:57:51.313Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:57:51.315Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:57:51.315Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460669605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "NOTIFIED" } 2022-10-11T03:57:51.415Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T03:57:51.416Z||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-11T03:57:51.417Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:57:51.437Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:57:51.438Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-11T03:57:52.316Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T03:57:52.316Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:57:52.319Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:57:52.319Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460669605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-11T03:57:52.419Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T03:57:52.420Z||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-11T03:57:52.421Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:57:52.443Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:57:52.443Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-10-11T03:57:53.320Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T03:57:53.321Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:57:53.323Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:57:53.323Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460669605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:53.423Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T03:57:53.424Z||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-11T03:57:53.424Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:57:53.448Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:57:53.449Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-10-11T03:57:54.324Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T03:57:54.325Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:57:54.327Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:57:54.327Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460669605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-11T03:57:54.427Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T03:57:54.429Z||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-11T03:57:54.429Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:57:54.448Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:57:54.449Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-11T03:57:55.327Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T03:57:55.328Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:57:55.330Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:57:55.330Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460669605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T03:57:55.431Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T03:57:55.432Z||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-11T03:57:55.432Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:57:55.455Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:57:55.455Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-10-11T03:57:56.331Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T03:57:56.332Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:57:56.335Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:57:56.335Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460669605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "NOTIFIED" } 2022-10-11T03:57:56.435Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T03:57:56.436Z||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-11T03:57:56.437Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:57:56.461Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:57:56.462Z||pool-9-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-10-11T03:57:57.337Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "serviceName": "basic_onboard_PKgLZt", "serviceVersion": "1.0", "serviceUUID": "82bcd795-04de-4f52-b480-50aff06d849a", "serviceDescription": "service", "serviceInvariantUUID": "be465874-dade-4016-bafe-5bbc63233e75", "resources": [ { "resourceInstanceName": "basic_onboard_PKgLZt 0", "resourceCustomizationUUID": "46439c58-aa6f-4f8d-9461-69478e8471d2", "resourceName": "basic_onboard_PKgLZt", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "780910a2-ed88-4de1-a04b-3f3dfdf2e74e", "resourceInvariantUUID": "f8647169-20ee-4b54-98ca-6889f7925fce", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_pkglzt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "artifactChecksum": "MWJkOGNmY2VmYjg3MWViZWE2NjhkMzI4YjU1ZGUwZjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "58a09258-0b5b-4cbf-8f6f-7042f1fc5ee5", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "07b71b01-be66-41de-9df7-8fad76754a1a", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a040e4c3-ae39-483b-9a2c-86638fb1454a", "generatedFromUUID": "07b71b01-be66-41de-9df7-8fad76754a1a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a040e4c3-ae39-483b-9a2c-86638fb1454a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardPkglzt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "artifactChecksum": "MjkxNmQ5MWQ5YzJjODI3N2NiNjkwZmRhYWM3MDMxMGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "168c9c44-07b4-4a3e-89ba-1f0b313159c9" } ], "workloadContext": "Production" } 2022-10-11T03:57:57.339Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-11T03:57:57.339Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82bcd795-04de-4f52-b480-50aff06d849a ASDC 2022-10-11T03:57:57.459Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:54768df8-03a9-4989-ade4-d58838c7902c ServiceName:basic_onboard_PKgLZt ServiceVersion:1.0 ServiceUUID:82bcd795-04de-4f52-b480-50aff06d849a ServiceInvariantUUID:be465874-dade-4016-bafe-5bbc63233e75 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardPkglzt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar ArtifactUUID:168c9c44-07b4-4a3e-89ba-1f0b313159c9 ArtifactChecksum:MjkxNmQ5MWQ5YzJjODI3N2NiNjkwZmRhYWM3MDMxMGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_PKgLZt 0 ResourceCustomizationUUID:46439c58-aa6f-4f8d-9461-69478e8471d2 ResourceInvariantUUID:f8647169-20ee-4b54-98ca-6889f7925fce ResourceName:basic_onboard_PKgLZt ResourceType:VF ResourceUUID:780910a2-ed88-4de1-a04b-3f3dfdf2e74e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_pkglzt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json ArtifactUUID:58a09258-0b5b-4cbf-8f6f-7042f1fc5ee5 ArtifactChecksum:MWJkOGNmY2VmYjg3MWViZWE2NjhkMzI4YjU1ZGUwZjk= 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/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml ArtifactUUID:07b71b01-be66-41de-9df7-8fad76754a1a 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/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env ArtifactUUID:a040e4c3-ae39-483b-9a2c-86638fb1454a 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/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env ArtifactUUID:a040e4c3-ae39-483b-9a2c-86638fb1454a ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-11T03:57:57.459Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82bcd795-04de-4f52-b480-50aff06d849a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-11T03:57:57.771Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-11T03:57:57.773Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-11T03:57:57.774Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-11T03:57:57.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 168c9c44-07b4-4a3e-89ba-1f0b313159c9 from URL: /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:57:57.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-11T03:57:57.776Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:57:57.893Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-11T03:57:57.909Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar 168c9c44-07b4-4a3e-89ba-1f0b313159c9 71576 2022-10-11T03:57:57.910Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar ASDC sendASDCNotification 2022-10-11T03:57:57.910Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:57:57.912Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T03:57:57.913Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:57:57.916Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:57:57.916Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460677909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T03:57:58.016Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T03:57:58.017Z||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-11T03:57:58.017Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:57:58.042Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:57:58.042Z||pool-10-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-11T03:57:58.917Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-11T03:57:58.918Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-11T03:57:58.919Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 168c9c44-07b4-4a3e-89ba-1f0b313159c9, URL: /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar to file: /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:57:58.919Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:57:59.042Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:57:59.042Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:57:59.875Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11360446110149855592/Definitions/service-BasicOnboardPkglzt-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-11T03:58:01.719Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-11T03:58:01.723Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PKgLZt 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-BasicOnboardPkglzt-csar.csar 2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||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-BasicOnboardPkglzt-csar.csar 2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||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-BasicOnboardPkglzt-csar.csar 2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:58:01.725Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:58:01.725Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-11T03:58:01.731Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:01.732Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:01.762Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria 2022-10-11T03:58:01.763Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-11T03:58:01.765Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-11T03:58:01.766Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:01.767Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:01.767Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria 2022-10-11T03:58:01.767Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-11T03:58:01.767Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-11T03:58:01.767Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:01.767Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:01.771Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:01.771Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is not matching search criteria 2022-10-11T03:58:01.771Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-10-11T03:58:01.771Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-10-11T03:58:01.771Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-10-11T03:58:01.771Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-11T03:58:01.772Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-11T03:58:01.772Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:01.772Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-11T03:58:01.773Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:01.773Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria 2022-10-11T03:58:01.773Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T03:58:01.774Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:01.774Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria 2022-10-11T03:58:01.774Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T03:58:01.774Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:01.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria 2022-10-11T03:58:01.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T03:58:01.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:01.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is not matching search criteria 2022-10-11T03:58:01.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-11T03:58:01.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-11T03:58:01.776Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b94f422f-3166-497c-9b10-bdef4eacbfa2 2022-10-11T03:58:01.776Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:01.776Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:01.776Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:01.776Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:01.776Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:01.777Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:01.777Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:01.777Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:01.777Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_PKgLZt Description:service Model UUID:82bcd795-04de-4f52-b480-50aff06d849a Model Version:NULL Model InvariantUuid:be465874-dade-4016-bafe-5bbc63233e75 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_PKgLZt Model UUID:53493db8-8102-4727-ba5b-34847f882fcf Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f8647169-20ee-4b54-98ca-6889f7925fce Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:46439c58-aa6f-4f8d-9461-69478e8471d2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d34c39ae-1e55-4cb4-a79f-bb9d7f663580 ModelName:BasicOnboardPkglzt..base_ubuntu18..module-0 ModelUuid:7da37e6e-d006-4471-b72c-65f947c1b9e0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b94f422f-3166-497c-9b10-bdef4eacbfa2 ModelInvariantUuid:a6ed31ca-9da2-41f8-acd3-bb5762c6f829 ModelName:basic_onboard_PKgLZt-nodes.ubuntu18Cvfc ModelUuid:b05f9282-3b9d-43f5-8dfd-19ebc47904b5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:cfb6686c-4be4-4e96-8f2a-b6e07fe1c9a0 ModelInvariantUuid:c1431f7a-5112-4050-9ee8-bfd490f80c07 ModelName:BasicOnboardPkglzt.compute.nodes.heat.ubuntu18 ModelUuid:c5ac3274-a1fe-49f0-98d9-3e3ee2396d02 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-11T03:58:01.803Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 780910a2-ed88-4de1-a04b-3f3dfdf2e74e 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-11T03:58:01.909Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||basic_onboard_PKgLZt 0 2022-10-11T03:58:01.915Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 780910a2-ed88-4de1-a04b-3f3dfdf2e74e 2022-10-11T03:58:01.916Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58a09258-0b5b-4cbf-8f6f-7042f1fc5ee5 from URL: /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json 2022-10-11T03:58:01.916Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-11T03:58:01.916Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json 2022-10-11T03:58:01.981Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-11T03:58:01.981Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json 58a09258-0b5b-4cbf-8f6f-7042f1fc5ee5 798 2022-10-11T03:58:01.982Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json ASDC sendASDCNotification 2022-10-11T03:58:01.982Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json 2022-10-11T03:58:01.982Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T03:58:01.982Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:58:01.985Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:58:01.985Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460681982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T03:58:02.085Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T03:58:02.086Z||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-11T03:58:02.086Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:58:02.103Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:58:02.103Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-11T03:58:02.988Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPkglzt..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d34c39ae-1e55-4cb4-a79f-bb9d7f663580", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7da37e6e-d006-4471-b72c-65f947c1b9e0", "vfModuleModelCustomizationUUID": "aa286025-f4f4-433f-a637-d95106970811", "isBase": true, "artifacts": [ "07b71b01-be66-41de-9df7-8fad76754a1a", "a040e4c3-ae39-483b-9a2c-86638fb1454a" ], "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-11T03:58:03.007Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPkglzt..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7da37e6e-d006-4471-b72c-65f947c1b9e0 VfModuleModelInvariantUUID:d34c39ae-1e55-4cb4-a79f-bb9d7f663580 VfModuleModelDescription:NULL Artifacts UUID List:{ 07b71b01-be66-41de-9df7-8fad76754a1a , a040e4c3-ae39-483b-9a2c-86638fb1454a } 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-11T03:58:03.010Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPkglzt..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d34c39ae-1e55-4cb4-a79f-bb9d7f663580", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7da37e6e-d006-4471-b72c-65f947c1b9e0", "vfModuleModelCustomizationUUID": "aa286025-f4f4-433f-a637-d95106970811", "isBase": true, "artifacts": [ "07b71b01-be66-41de-9df7-8fad76754a1a", "a040e4c3-ae39-483b-9a2c-86638fb1454a" ], "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-11T03:58:03.010Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPkglzt..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7da37e6e-d006-4471-b72c-65f947c1b9e0 VfModuleModelInvariantUUID:d34c39ae-1e55-4cb4-a79f-bb9d7f663580 VfModuleModelDescription:NULL Artifacts UUID List:{ 07b71b01-be66-41de-9df7-8fad76754a1a , a040e4c3-ae39-483b-9a2c-86638fb1454a } 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-11T03:58:03.010Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 07b71b01-be66-41de-9df7-8fad76754a1a from URL: /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml 2022-10-11T03:58:03.010Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-11T03:58:03.011Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml 2022-10-11T03:58:03.077Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-11T03:58:03.078Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml 07b71b01-be66-41de-9df7-8fad76754a1a 5033 2022-10-11T03:58:03.078Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-11T03:58:03.078Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml 2022-10-11T03:58:03.079Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T03:58:03.079Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:58:03.081Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:58:03.082Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460683078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T03:58:03.182Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T03:58:03.183Z||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-11T03:58:03.183Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:58:03.217Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:58:03.218Z||pool-12-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-10-11T03:58:04.083Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a040e4c3-ae39-483b-9a2c-86638fb1454a from URL: /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env 2022-10-11T03:58:04.083Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-11T03:58:04.084Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env 2022-10-11T03:58:04.144Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-11T03:58:04.145Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env a040e4c3-ae39-483b-9a2c-86638fb1454a 909 2022-10-11T03:58:04.145Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-11T03:58:04.146Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env 2022-10-11T03:58:04.146Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T03:58:04.146Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:58:04.149Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:58:04.149Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460684145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-11T03:58:04.250Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T03:58:04.251Z||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-11T03:58:04.251Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:58:04.268Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:58:04.269Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-11T03:58:05.150Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 82bcd795-04de-4f52-b480-50aff06d849a 2022-10-11T03:58:05.151Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PKgLZt 0 780910a2-ed88-4de1-a04b-3f3dfdf2e74e 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-11T03:58:05.183Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37291ef6, org.onap.sdc.toscaparser.api.parameters.Input@dd72a8f, org.onap.sdc.toscaparser.api.parameters.Input@6274d14c, org.onap.sdc.toscaparser.api.parameters.Input@7cf64bac, org.onap.sdc.toscaparser.api.parameters.Input@3d7346a] 2022-10-11T03:58:05.188Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:05.188Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:05.189Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-10-11T03:58:05.189Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 46439c58-aa6f-4f8d-9461-69478e8471d2 2022-10-11T03:58:05.189Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 46439c58-aa6f-4f8d-9461-69478e8471d2 matches Tosca VF Customization UUID: 46439c58-aa6f-4f8d-9461-69478e8471d2 2022-10-11T03:58:05.190Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 46439c58-aa6f-4f8d-9461-69478e8471d2 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-11T03:58:05.200Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:05.200Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:05.202Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 46439c58-aa6f-4f8d-9461-69478e8471d2: {\"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-11T03:58:05.203Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cb9744f 2022-10-11T03:58:05.203Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:05.203Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-11T03:58:05.204Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aa286025-f4f4-433f-a637-d95106970811 2022-10-11T03:58:05.206Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aa286025-f4f4-433f-a637-d95106970811 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-11T03:58:05.216Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:05.217Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria 2022-10-11T03:58:05.217Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T03:58:05.218Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:05.218Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria 2022-10-11T03:58:05.219Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T03:58:05.219Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:05.219Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is not matching search criteria 2022-10-11T03:58:05.220Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-11T03:58:05.220Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-11T03:58:05.220Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b94f422f-3166-497c-9b10-bdef4eacbfa2 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-11T03:58:05.233Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:05.234Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria 2022-10-11T03:58:05.234Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T03:58:05.234Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:05.235Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria 2022-10-11T03:58:05.235Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0] matching following query criteria: sdcType=VF, customizationUUID=46439c58-aa6f-4f8d-9461-69478e8471d2 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-11T03:58:05.237Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:05.238Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:05.238Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 82bcd795-04de-4f52-b480-50aff06d849a: basic_onboard_PKgLZt 2022-10-11T03:58:05.238Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:05.239Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:05.239Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:05.239Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:05.239Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:05.240Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:05.240Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:05.240Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:05.240Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T03:58:05.241Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T03:58:05.241Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_PKgLZt 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-11T03:58:05.445Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PKgLZt 780910a2-ed88-4de1-a04b-3f3dfdf2e74e 1 ASDC deployResourceStructure 2022-10-11T03:58:05.445Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json ASDC sendASDCNotification 2022-10-11T03:58:05.446Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json 2022-10-11T03:58:05.446Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T03:58:05.446Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:58:05.448Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:58:05.448Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460685445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T03:58:05.557Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-10-11T03:58:05.558Z||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-11T03:58:05.558Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:58:05.590Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:58:05.591Z||pool-14-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-10-11T03:58:06.449Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-11T03:58:06.449Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml 2022-10-11T03:58:06.449Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T03:58:06.450Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:58:06.452Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:58:06.452Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460686449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-11T03:58:06.552Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T03:58:06.553Z||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-11T03:58:06.553Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:58:06.570Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:58:06.570Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-11T03:58:07.453Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-11T03:58:07.454Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env 2022-10-11T03:58:07.454Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T03:58:07.454Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:58:07.456Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:58:07.456Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460687453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-11T03:58:07.556Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T03:58:07.557Z||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-11T03:58:07.558Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:58:07.589Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:58:07.590Z||pool-16-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-10-11T03:58:08.458Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar ASDC sendASDCNotification 2022-10-11T03:58:08.458Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar 2022-10-11T03:58:08.458Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T03:58:08.459Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T03:58:08.461Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T03:58:08.461Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460688457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T03:58:08.561Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T03:58:08.563Z||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-11T03:58:08.563Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T03:58:08.587Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:58:08.587Z||pool-17-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-11T03:58:09.469Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:58:09.511Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c 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-11T03:58:09.514Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T03:58:09.515Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T03:58:09.515Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T03:58:39.516Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:58:39.524Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c 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-11T03:58:39.527Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T03:58:39.527Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T03:58:39.527Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T03:58:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:58:49.611Z||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-11T03:58:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:58:49.645Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:58:49.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:58:49.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "policy-id", "timestamp": 1665460664682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T03:58:49.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T03:59:09.528Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:59:09.539Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c 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-11T03:59:09.541Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T03:59:09.541Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T03:59:09.541Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T03:59:39.542Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:59:39.551Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c 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-11T03:59:39.553Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T03:59:39.553Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T03:59:39.554Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T03:59:49.611Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T03:59:49.612Z||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-11T03:59:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T03:59:49.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T03:59:49.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T03:59:49.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "clamp", "timestamp": 1665460662969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "NOTIFIED" } 2022-10-11T03:59:49.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T04:00:09.554Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:00:09.564Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c 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-11T04:00:09.567Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:00:09.567Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:00:09.567Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:00:39.567Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:00:39.577Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c 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-11T04:00:39.580Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:00:39.580Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:00:39.581Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:00:49.611Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:00:49.612Z||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-11T04:00:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:00:50.150Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:00:50.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "cds", "timestamp": 1665460668762, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-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-11T04:00:50.164Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54768df8-03a9-4989-ade4-d58838c7902c 2022-10-11T04:00:50.164Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54768df8-03a9-4989-ade4-d58838c7902c 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-11T04:00:50.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "multicloud-k8s-id", "timestamp": 1665460669452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:00:50.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460669605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:00:50.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T04:00:50.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "policy-id", "timestamp": 1665460664682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:00:50.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T04:00:50.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "multicloud-k8s-id", "timestamp": 1665460670518, "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-11T04:00:50.179Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54768df8-03a9-4989-ade4-d58838c7902c 2022-10-11T04:00:50.179Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54768df8-03a9-4989-ade4-d58838c7902c 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-11T04:00:50.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460669605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:00:50.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T04:00:50.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "policy-id", "timestamp": 1665460664682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:00:50.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T04:00:50.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "multicloud-k8s-id", "timestamp": 1665460671523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T04:00:50.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460669605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-11T04:00:50.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T04:00:50.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "policy-id", "timestamp": 1665460664682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:00:50.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T04:00:50.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460669605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:00:50.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T04:00:50.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "policy-id", "timestamp": 1665460672602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:00:50.189Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460672793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:00:50.189Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460669605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-11T04:00:50.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T04:00:50.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "policy-id", "timestamp": 1665460673619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:00:50.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460673800, "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-11T04:00:50.195Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54768df8-03a9-4989-ade4-d58838c7902c 2022-10-11T04:00:50.195Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54768df8-03a9-4989-ade4-d58838c7902c 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-11T04:00:50.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460669605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:00:50.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T04:00:50.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "policy-id", "timestamp": 1665460674627, "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-11T04:00:50.208Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54768df8-03a9-4989-ade4-d58838c7902c 2022-10-11T04:00:50.208Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54768df8-03a9-4989-ade4-d58838c7902c 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-11T04:00:50.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460669605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:00:50.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-11T04:00:50.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460677909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:00:50.215Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "aai-ml", "timestamp": 1665460680211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:00:50.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "clamp", "timestamp": 1665460680334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:00:50.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "aai-ml", "timestamp": 1665460681216, "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-11T04:00:50.221Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54768df8-03a9-4989-ade4-d58838c7902c 2022-10-11T04:00:50.221Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54768df8-03a9-4989-ade4-d58838c7902c 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-11T04:00:50.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460681982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T04:00:50.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "clamp", "timestamp": 1665460682343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:00:50.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460683078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T04:00:50.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "clamp", "timestamp": 1665460683348, "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-11T04:00:50.235Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 54768df8-03a9-4989-ade4-d58838c7902c 2022-10-11T04:00:50.235Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54768df8-03a9-4989-ade4-d58838c7902c 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-11T04:00:50.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460684145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:00:50.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460685445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T04:00:50.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460686449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-11T04:00:50.244Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460687453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-11T04:00:50.244Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:00:50.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:00:50.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460688457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:00:50.244Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:01:09.581Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:01:09.593Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c 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-11T04:01:09.596Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:01:09.596Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-11T04:01:09.596Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-11T04:01:09.596Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-11T04:01:09.596Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:01:09.596Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:01:09.597Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:01:09.597Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:01:09.597Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:01:09.597Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:01:09.597Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-11T04:01:09.603Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-11T04:01:39.603Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c 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-11T04:01:39.616Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54768df8-03a9-4989-ade4-d58838c7902c and serviceModelVersionId: 82bcd795-04de-4f52-b480-50aff06d849a 2022-10-11T04:01:39.616Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be465874-dade-4016-bafe-5bbc63233e75 2022-10-11T04:01:49.611Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:01:49.612Z||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-11T04:01:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:01:54.947Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0 2022-10-11T04:01:55.077Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-11T04:01:55.573Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0|INFO|500||Invoke 2022-10-11T04:01:55.581Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54768df8-03a9-4989-ade4-d58838c7902c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1720b095-3688-4070-a6ae-805c25361a02], X-ECOMP-RequestID=[54768df8-03a9-4989-ade4-d58838c7902c], X-TransactionId=[], X-ONAP-RequestID=[54768df8-03a9-4989-ade4-d58838c7902c], Content-Type=[application/merge-patch+json]} 2022-10-11T04:01:55.700Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-11T04:01:56.033Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?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/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221011-04:01:54:486-17138], vertex-id=[200944], Content-Length=[0], Date=[Tue, 11 Oct 2022 04:01:54 GMT], Content-Type=[application/json]} 2022-10-11T04:01:56.034Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-11T04:01:56.035Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0|INFO|500||InvokeReturn 2022-10-11T04:01:56.039Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-11T04:01:56.039Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-11T04:01:56.044Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-11T04:01:56.045Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54768df8-03a9-4989-ade4-d58838c7902c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-11T04:01:56.045Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-11T04:01:56.046Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:01:56.048Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:01:56.048Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460916045, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-11T04:01:56.148Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:01:56.149Z||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-11T04:01:56.150Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:01:56.172Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:01:56.173Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:01:56.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:01:56.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-11T04:01:56.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54768df8-03a9-4989-ade4-d58838c7902c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460916045, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-11T04:01:56.891Z||pool-2-thread-8|||||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-11T04:01:57.060Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:01:57.061Z|54768df8-03a9-4989-ade4-d58838c7902c|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-11T04:01:57.061Z|54768df8-03a9-4989-ade4-d58838c7902c|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:02:07.443Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:02:07.444Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:02:07.444Z|54768df8-03a9-4989-ade4-d58838c7902c|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-11T04:02:07.444Z|54768df8-03a9-4989-ade4-d58838c7902c|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:02:17.053Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:02:17.054Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:02:17.055Z|54768df8-03a9-4989-ade4-d58838c7902c|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-11T04:02:17.055Z|54768df8-03a9-4989-ade4-d58838c7902c|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:02:26.647Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:02:26.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:02:26.648Z||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-11T04:02:26.648Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:02:28.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:02:28.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-11T04:02:28.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1774076-6c82-40a8-a140-d67679bff726","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a87b7e6b-568f-4a18-bbc2-3187f6e0e719","serviceDescription":"service","serviceInvariantUUID":"6220640e-68c1-4131-8013-17e0c214e23e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b023348c-323e-41d9-bda6-0d11c8a49c34","resourceInvariantUUID":"b2029488-f50b-4823-99ed-e5f5b7cb4cf1","resourceCustomizationUUID":"757a6e3f-c6e1-4133-8ae9-dfa4225440db","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":"ZDNjYzYzYTk0ZmNjNTdlMzhmNjZkMTFjNDM4MjkwZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17522cd2-f61c-48a9-8fcb-83f1c91b4b51","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzY1YzQ1OTU4MDNlYzUyOTZlYWExMzUwZjdiYWYwZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c2ca29b-b4e1-424f-9590-89624fa48e15","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-11T04:02:28.032Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:02:28.033Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:02:28.035Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:02:28.035Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460946648, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:02:28.135Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:02:28.136Z||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-11T04:02:28.136Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:02:28.159Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:02:28.159Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:02:29.036Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:02:29.037Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:02:29.038Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:02:29.039Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460946648, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:02:29.139Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:02:29.140Z||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-11T04:02:29.140Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:02:29.162Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:02:29.163Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:02:30.040Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "a87b7e6b-568f-4a18-bbc2-3187f6e0e719", "serviceDescription": "service", "serviceInvariantUUID": "6220640e-68c1-4131-8013-17e0c214e23e", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "757a6e3f-c6e1-4133-8ae9-dfa4225440db", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "b023348c-323e-41d9-bda6-0d11c8a49c34", "resourceInvariantUUID": "b2029488-f50b-4823-99ed-e5f5b7cb4cf1", "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": "MzY1YzQ1OTU4MDNlYzUyOTZlYWExMzUwZjdiYWYwZDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4c2ca29b-b4e1-424f-9590-89624fa48e15" } ], "workloadContext": "Production" } 2022-10-11T04:02:30.040Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-11T04:02:30.040Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a87b7e6b-568f-4a18-bbc2-3187f6e0e719 ASDC 2022-10-11T04:02:30.041Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:f1774076-6c82-40a8-a140-d67679bff726 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:a87b7e6b-568f-4a18-bbc2-3187f6e0e719 ServiceInvariantUUID:6220640e-68c1-4131-8013-17e0c214e23e 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:4c2ca29b-b4e1-424f-9590-89624fa48e15 ArtifactChecksum:MzY1YzQ1OTU4MDNlYzUyOTZlYWExMzUwZjdiYWYwZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:757a6e3f-c6e1-4133-8ae9-dfa4225440db ResourceInvariantUUID:b2029488-f50b-4823-99ed-e5f5b7cb4cf1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:b023348c-323e-41d9-bda6-0d11c8a49c34 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-10-11T04:02:30.041Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a87b7e6b-568f-4a18-bbc2-3187f6e0e719 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-11T04:02:30.066Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-11T04:02:30.067Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-11T04:02:30.067Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-11T04:02:30.067Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4c2ca29b-b4e1-424f-9590-89624fa48e15 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-11T04:02:30.067Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-11T04:02:30.067Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-11T04:02:30.330Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-11T04:02:30.334Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4c2ca29b-b4e1-424f-9590-89624fa48e15 52510 2022-10-11T04:02:30.334Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:30.334Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:30.334Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:02:30.335Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:02:30.337Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:02:30.337Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460950334, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:02:30.437Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:02:30.438Z||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-11T04:02:30.438Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:02:30.464Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:02:30.465Z||pool-21-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:02:31.338Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-11T04:02:31.340Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-11T04:02:31.341Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4c2ca29b-b4e1-424f-9590-89624fa48e15, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-11T04:02:31.341Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-10-11T04:02:31.342Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-11T04:02:31.342Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-11T04:02:31.520Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8865828929163419946/Definitions/service-BasicNetwork-template.yml 2022-10-11T04:02:32.006Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-10-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-10-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:32.008Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:32.008Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:32.008Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:32.008Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-10-11T04:02:32.008Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:02:32.008Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:02:32.008Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-11T04:02:32.009Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-10-11T04:02:32.009Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-11T04:02:32.009Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:02:32.009Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:02:32.009Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-11T04:02:32.009Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-10-11T04:02:32.010Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-11T04:02:32.010Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:02:32.010Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:02:32.010Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:02:32.010Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:02:32.011Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:02:32.011Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:02:32.011Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:02:32.011Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:02:32.011Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:02:32.011Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:02:32.011Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:a87b7e6b-568f-4a18-bbc2-3187f6e0e719 Model Version:NULL Model InvariantUuid:6220640e-68c1-4131-8013-17e0c214e23e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:b2029488-f50b-4823-99ed-e5f5b7cb4cf1 Model UUID:c379058f-be56-44a4-88fd-e841487b608f Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:757a6e3f-c6e1-4133-8ae9-dfa4225440db 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-11T04:02:32.020Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: b023348c-323e-41d9-bda6-0d11c8a49c34 2022-10-11T04:02:32.020Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||No resources found for Service: a87b7e6b-568f-4a18-bbc2-3187f6e0e719 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-11T04:02:32.024Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500|| 2022-10-11T04:02:32.024Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-10-11T04:02:32.025Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||No resources found for Service: a87b7e6b-568f-4a18-bbc2-3187f6e0e719 2022-10-11T04:02:32.025Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a87b7e6b-568f-4a18-bbc2-3187f6e0e719 2022-10-11T04:02:32.025Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-10-11T04:02:32.025Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:32.031Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@488f7cbe, org.onap.sdc.toscaparser.api.parameters.Input@2f1d47b5, org.onap.sdc.toscaparser.api.parameters.Input@5ff075a3, org.onap.sdc.toscaparser.api.parameters.Input@540eb1b3, org.onap.sdc.toscaparser.api.parameters.Input@67d74d00] 2022-10-11T04:02:32.032Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:02:32.033Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:02:32.033Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:02:32.033Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:02:32.033Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a87b7e6b-568f-4a18-bbc2-3187f6e0e719: Generic NeutronNet 2022-10-11T04:02:32.034Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:02:32.034Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:02:32.034Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:02:32.034Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:32.072Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:02:32.072Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:02:32.073Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:02:32.073Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:02:32.073Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:02:32.073Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:02:32.073Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:32.136Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-10-11T04:02:32.137Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:32.137Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:02:32.138Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:02:32.138Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:02:32.141Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:02:32.141Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460952137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:02:32.243Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-11T04:02:32.243Z||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-11T04:02:32.243Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:02:32.293Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:02:32.294Z||pool-22-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:02:33.142Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1774076-6c82-40a8-a140-d67679bff726 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:02:33.152Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1774076-6c82-40a8-a140-d67679bff726 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-11T04:02:33.155Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:02:33.155Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:02:33.155Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:02:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:02:49.612Z||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-11T04:02:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:02:50.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:02:50.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460946648, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:02:50.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "cds", "timestamp": 1665460944721, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:02:50.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "policy-id", "timestamp": 1665460944682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:02:50.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460946648, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:02:50.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "cds", "timestamp": 1665460944721, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:02:50.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "policy-id", "timestamp": 1665460944682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:02:50.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460950334, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:02:50.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:02:50.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "cds", "timestamp": 1665460949098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:02:50.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:02:50.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "policy-id", "timestamp": 1665460949121, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:02:50.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:02:50.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "cds", "timestamp": 1665460950138, "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=? 2022-10-11T04:02:50.273Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1774076-6c82-40a8-a140-d67679bff726 2022-10-11T04:02:50.273Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1774076-6c82-40a8-a140-d67679bff726 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-11T04:02:50.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "policy-id", "timestamp": 1665460950137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:02:50.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:02:50.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665460952137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:02:50.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:02:50.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "ves-openapi-manager", "timestamp": 1665460951057, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:02:50.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "policy-id", "timestamp": 1665460951142, "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-11T04:02:50.287Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1774076-6c82-40a8-a140-d67679bff726 2022-10-11T04:02:50.287Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1774076-6c82-40a8-a140-d67679bff726 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-11T04:02:50.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "ves-openapi-manager", "timestamp": 1665460951057, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:02:50.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "aai-ml", "timestamp": 1665460952873, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:02:50.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "aai-ml", "timestamp": 1665460952873, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:02:50.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "aai-ml", "timestamp": 1665460955717, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:02:50.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:02:50.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460954386, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:02:50.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "multicloud-k8s-id", "timestamp": 1665460955518, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:02:50.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460954386, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:02:50.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "multicloud-k8s-id", "timestamp": 1665460955518, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:02:50.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460957271, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:02:50.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:02:50.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "aai-ml", "timestamp": 1665460960242, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:02:50.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:02:50.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460959891, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:02:50.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:02:50.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "aai-ml", "timestamp": 1665460961246, "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-11T04:02:50.306Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1774076-6c82-40a8-a140-d67679bff726 2022-10-11T04:02:50.307Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1774076-6c82-40a8-a140-d67679bff726 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-11T04:02:50.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665460960899, "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-11T04:02:50.319Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1774076-6c82-40a8-a140-d67679bff726 2022-10-11T04:02:50.319Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1774076-6c82-40a8-a140-d67679bff726 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-11T04:02:50.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "clamp", "timestamp": 1665460962969, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:02:50.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:02:50.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:02:50.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "clamp", "timestamp": 1665460962969, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:02:50.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:03.155Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1774076-6c82-40a8-a140-d67679bff726 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:03:03.168Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1774076-6c82-40a8-a140-d67679bff726 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-11T04:03:03.172Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:03:03.172Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-11T04:03:03.173Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-11T04:03:03.173Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-11T04:03:03.173Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:03:03.174Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:03:03.174Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:03:03.174Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:03:03.174Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:03:03.175Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:03:03.180Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-11T04:03:33.181Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1774076-6c82-40a8-a140-d67679bff726 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-11T04:03:33.188Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1774076-6c82-40a8-a140-d67679bff726 and serviceModelVersionId: a87b7e6b-568f-4a18-bbc2-3187f6e0e719 2022-10-11T04:03:33.188Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6220640e-68c1-4131-8013-17e0c214e23e 2022-10-11T04:03:33.189Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6220640e-68c1-4131-8013-17e0c214e23e/model-vers/model-ver/a87b7e6b-568f-4a18-bbc2-3187f6e0e719?depth=0 2022-10-11T04:03:33.194Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-10-11T04:03:33.272Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6220640e-68c1-4131-8013-17e0c214e23e/model-vers/model-ver/a87b7e6b-568f-4a18-bbc2-3187f6e0e719?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-11T04:03:33.276Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6220640e-68c1-4131-8013-17e0c214e23e/model-vers/model-ver/a87b7e6b-568f-4a18-bbc2-3187f6e0e719?depth=0|INFO|500||Invoke 2022-10-11T04:03:33.304Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6220640e-68c1-4131-8013-17e0c214e23e/model-vers/model-ver/a87b7e6b-568f-4a18-bbc2-3187f6e0e719?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-11T04:03:33.490Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6220640e-68c1-4131-8013-17e0c214e23e/model-vers/model-ver/a87b7e6b-568f-4a18-bbc2-3187f6e0e719?depth=0|INFO|500||InvokeReturn 2022-10-11T04:03:33.490Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6220640e-68c1-4131-8013-17e0c214e23e/model-vers/model-ver/a87b7e6b-568f-4a18-bbc2-3187f6e0e719?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221011-04:03:32:071-55520], vertex-id=[368664], Content-Length=[0], Date=[Tue, 11 Oct 2022 04:03:32 GMT], Content-Type=[application/json]} 2022-10-11T04:03:33.490Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-10-11T04:03:33.490Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-11T04:03:33.490Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:03:33.501Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||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-11T04:03:33.501Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1774076-6c82-40a8-a140-d67679bff726 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-11T04:03:33.501Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-11T04:03:33.501Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:33.503Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:33.503Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461013501, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-11T04:03:33.603Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:33.604Z||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-11T04:03:33.605Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:33.631Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:33.631Z||pool-23-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-11T04:03:34.516Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:03:34.517Z|f1774076-6c82-40a8-a140-d67679bff726|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-11T04:03:34.517Z|f1774076-6c82-40a8-a140-d67679bff726|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:38.778Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:38.779Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-11T04:03:38.780Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"33d96a3a-ae6d-4fab-8567-c77b5b8b098e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"18059d4d-d1c8-4b8b-a50a-a9c9371186b0","serviceDescription":"service","serviceInvariantUUID":"8ac9463c-65a5-4039-94db-0ad21e14cfab","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a18344ed-f8fc-4fb8-ba03-dd77670ee77e","resourceInvariantUUID":"3cff5277-909d-4ac3-99a6-c64fa93c4a27","resourceCustomizationUUID":"08ebcc16-ad02-4abd-b1ee-6ead94de086c","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":"NzI1OTQ2MTFmNGM4N2E3ZDkwMDE5YWExYjQwZjVhNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a333cb0a-2eaf-4b41-a62a-7e283f552aa0","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":"6b8d6f81-b35b-4818-9fd2-b3722f1c2584","artifactVersion":"2","generatedFromUUID":"95663d53-5d67-4088-90e5-709da59862bd"},{"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":"95663d53-5d67-4088-90e5-709da59862bd","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":"NDY3ZmVlODc2ZjYwOWJlMzQ1OWQ3MWJjZjc0ZmQ0ZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"295bd0e0-825b-475b-9975-372983ce5236","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":"e704da4e-b71b-4f2e-b6db-e5603b9aafc1","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":"0f64baff-57fb-4e5c-b3e2-bc53e5a2f677","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":"dc89c2b6-f284-4b81-9ee3-3a53c5af6224","artifactVersion":"2","generatedFromUUID":"e704da4e-b71b-4f2e-b6db-e5603b9aafc1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTQ3YjlhM2ZiYTBjM2M3MjNlMzhmYzcwZjc2NDMyZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"750194e1-02c4-409a-ac86-b3249cc1b822","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmUwM2U3NWQzMjUwNjZjYzQ4ZGYxOTNjMzNiZjA2NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5218b78a-9762-4075-a23b-ab3193bcc4a5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-11T04:03:38.783Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:03:38.783Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:38.785Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:38.785Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:38.885Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:38.886Z||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-11T04:03:38.886Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:38.911Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:38.911Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:03:39.786Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:03:39.786Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:39.788Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:39.788Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-11T04:03:39.888Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:39.889Z||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-11T04:03:39.889Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:39.909Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:39.910Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:03:40.788Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:03:40.789Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:40.791Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:40.791Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-11T04:03:40.891Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:40.892Z||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-11T04:03:40.892Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:40.918Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:40.918Z||pool-26-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:03:41.791Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:03:41.793Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:41.819Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:41.819Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:03:41.909Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-10-11T04:03:41.910Z||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-11T04:03:41.911Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:41.945Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:41.946Z||pool-27-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:03:42.819Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:03:42.820Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:42.823Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:42.823Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-11T04:03:42.923Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:42.924Z||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-11T04:03:42.924Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:42.961Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:42.962Z||pool-28-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:03:43.823Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:03:43.824Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:43.826Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:43.826Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:43.926Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:43.927Z||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-11T04:03:43.927Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:43.944Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:43.944Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:03:44.826Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:03:44.827Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:44.829Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:44.829Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-11T04:03:44.929Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:44.930Z||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-11T04:03:44.931Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:44.956Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:44.957Z||pool-30-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:03:45.830Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:03:45.830Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:45.832Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:45.832Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:45.932Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:45.933Z||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-11T04:03:45.933Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:45.960Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:45.961Z||pool-31-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:03:46.833Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:03:46.834Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:46.835Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:46.836Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:03:46.936Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:46.936Z||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-11T04:03:46.936Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:46.956Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:46.956Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:03:47.837Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "18059d4d-d1c8-4b8b-a50a-a9c9371186b0", "serviceDescription": "service", "serviceInvariantUUID": "8ac9463c-65a5-4039-94db-0ad21e14cfab", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "08ebcc16-ad02-4abd-b1ee-6ead94de086c", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a18344ed-f8fc-4fb8-ba03-dd77670ee77e", "resourceInvariantUUID": "3cff5277-909d-4ac3-99a6-c64fa93c4a27", "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": "6b8d6f81-b35b-4818-9fd2-b3722f1c2584", "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": "95663d53-5d67-4088-90e5-709da59862bd", "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": "NDY3ZmVlODc2ZjYwOWJlMzQ1OWQ3MWJjZjc0ZmQ0ZmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "295bd0e0-825b-475b-9975-372983ce5236", "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": "e704da4e-b71b-4f2e-b6db-e5603b9aafc1", "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": "dc89c2b6-f284-4b81-9ee3-3a53c5af6224", "generatedFromUUID": "e704da4e-b71b-4f2e-b6db-e5603b9aafc1" }, "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": "dc89c2b6-f284-4b81-9ee3-3a53c5af6224", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZmUwM2U3NWQzMjUwNjZjYzQ4ZGYxOTNjMzNiZjA2NGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5218b78a-9762-4075-a23b-ab3193bcc4a5" } ], "workloadContext": "Production" } 2022-10-11T04:03:47.837Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-11T04:03:47.837Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 18059d4d-d1c8-4b8b-a50a-a9c9371186b0 ASDC 2022-10-11T04:03:47.838Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:33d96a3a-ae6d-4fab-8567-c77b5b8b098e ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:18059d4d-d1c8-4b8b-a50a-a9c9371186b0 ServiceInvariantUUID:8ac9463c-65a5-4039-94db-0ad21e14cfab 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:5218b78a-9762-4075-a23b-ab3193bcc4a5 ArtifactChecksum:ZmUwM2U3NWQzMjUwNjZjYzQ4ZGYxOTNjMzNiZjA2NGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:08ebcc16-ad02-4abd-b1ee-6ead94de086c ResourceInvariantUUID:3cff5277-909d-4ac3-99a6-c64fa93c4a27 ResourceName:basic_cnf ResourceType:VF ResourceUUID:a18344ed-f8fc-4fb8-ba03-dd77670ee77e 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:6b8d6f81-b35b-4818-9fd2-b3722f1c2584 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:95663d53-5d67-4088-90e5-709da59862bd 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:295bd0e0-825b-475b-9975-372983ce5236 ArtifactChecksum:NDY3ZmVlODc2ZjYwOWJlMzQ1OWQ3MWJjZjc0ZmQ0ZmI= 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:e704da4e-b71b-4f2e-b6db-e5603b9aafc1 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:dc89c2b6-f284-4b81-9ee3-3a53c5af6224 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:dc89c2b6-f284-4b81-9ee3-3a53c5af6224 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-11T04:03:47.838Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18059d4d-d1c8-4b8b-a50a-a9c9371186b0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-11T04:03:47.864Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-11T04:03:47.865Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-11T04:03:47.865Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-11T04:03:47.865Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5218b78a-9762-4075-a23b-ab3193bcc4a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-11T04:03:47.865Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-11T04:03:47.865Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-11T04:03:48.123Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-11T04:03:48.128Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5218b78a-9762-4075-a23b-ab3193bcc4a5 68950 2022-10-11T04:03:48.128Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:48.128Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:48.129Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:03:48.129Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:48.131Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:48.132Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461028128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:03:48.232Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:48.233Z||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-11T04:03:48.233Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:48.265Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:48.265Z||pool-33-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:03:49.133Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-11T04:03:49.138Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-11T04:03:49.138Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5218b78a-9762-4075-a23b-ab3193bcc4a5, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-11T04:03:49.139Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-10-11T04:03:49.139Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-11T04:03:49.139Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-11T04:03:49.256Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12687791968548437250/Definitions/service-BasicCnf-template.yml 2022-10-11T04:03:49.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:03:49.611Z||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-11T04:03:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:49.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:49.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "clamp", "timestamp": 1665460970368, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:03:49.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:03:49.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "clamp", "timestamp": 1665460972376, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:03:49.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:03:49.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "clamp", "timestamp": 1665460973380, "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-11T04:03:49.937Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1774076-6c82-40a8-a140-d67679bff726 2022-10-11T04:03:49.938Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1774076-6c82-40a8-a140-d67679bff726 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-11T04:03:49.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1774076-6c82-40a8-a140-d67679bff726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461013501, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-11T04:03:49.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:03:49.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "ves-openapi-manager", "timestamp": 1665461011056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "aai-ml", "timestamp": 1665461012874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461015518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461014386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "aai-ml", "timestamp": 1665461012874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461015518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-11T04:03:49.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "ves-openapi-manager", "timestamp": 1665461011056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461014386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-11T04:03:49.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "ves-openapi-manager", "timestamp": 1665461011056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "aai-ml", "timestamp": 1665461012874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461015518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-11T04:03:49.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461014386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-11T04:03:49.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "cds", "timestamp": 1665461019721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461015518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:03:49.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "ves-openapi-manager", "timestamp": 1665461011056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "aai-ml", "timestamp": 1665461012874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461014386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:03:49.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "cds", "timestamp": 1665461019721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "ves-openapi-manager", "timestamp": 1665461011056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461015518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-11T04:03:49.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "aai-ml", "timestamp": 1665461012874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461014386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-11T04:03:49.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "cds", "timestamp": 1665461019721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "ves-openapi-manager", "timestamp": 1665461011056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "aai-ml", "timestamp": 1665461012874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461015518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461014386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "clamp", "timestamp": 1665461022969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "cds", "timestamp": 1665461019721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "aai-ml", "timestamp": 1665461012874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "ves-openapi-manager", "timestamp": 1665461011056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461015518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-11T04:03:49.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461014386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-11T04:03:49.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "clamp", "timestamp": 1665461022969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "cds", "timestamp": 1665461019721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "aai-ml", "timestamp": 1665461012874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "ves-openapi-manager", "timestamp": 1665461011056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461015518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461014386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "clamp", "timestamp": 1665461022969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:49.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:49.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:49.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "policy-id", "timestamp": 1665461024682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:50.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:50.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "cds", "timestamp": 1665461019721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:50.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:50.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461015518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:03:50.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:50.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "ves-openapi-manager", "timestamp": 1665461011056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:50.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:50.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "aai-ml", "timestamp": 1665461012874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:03:50.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:50.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461014516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:03:50.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:50.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461014386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:03:50.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:50.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "clamp", "timestamp": 1665461022969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:03:50.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:50.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "policy-id", "timestamp": 1665461024682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:50.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:50.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "cds", "timestamp": 1665461019721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:50.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:50.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "clamp", "timestamp": 1665461022969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:50.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:50.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "aai-ml", "timestamp": 1665461027684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:03:50.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:03:50.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461027367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T04:03:50.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:03:50.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461028128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:03:50.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:03:50.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461026880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:03:50.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:03:50.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "policy-id", "timestamp": 1665461024682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:50.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:50.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "cds", "timestamp": 1665461019721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:50.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:50.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "clamp", "timestamp": 1665461022969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:03:50.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:03:50.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:03:50.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461028483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T04:03:50.016Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:03:50.407Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-11T04:03:50.408Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-10-11T04:03:50.408Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-11T04:03:50.408Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-11T04:03:50.408Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:50.409Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:50.409Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:50.409Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:50.409Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-10-11T04:03:50.410Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:50.410Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:50.410Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-11T04:03:50.410Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-10-11T04:03:50.411Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-11T04:03:50.411Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:50.411Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:50.412Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-11T04:03:50.412Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-10-11T04:03:50.412Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-11T04:03:50.413Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:50.413Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:50.414Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:50.414Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-11T04:03:50.414Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-10-11T04:03:50.414Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2022-10-11T04:03:50.415Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-11T04:03:50.415Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:50.415Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-11T04:03:50.416Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:50.416Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-11T04:03:50.416Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:03:50.417Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:50.417Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-11T04:03:50.417Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:03:50.417Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:50.418Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-11T04:03:50.418Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:03:50.418Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:50.419Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-11T04:03:50.419Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-11T04:03:50.419Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8876c26e-774a-4a24-b122-42a61e90f89d 2022-10-11T04:03:50.420Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:50.420Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:50.420Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:50.420Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:50.421Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:50.421Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:50.421Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:50.421Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:50.422Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:18059d4d-d1c8-4b8b-a50a-a9c9371186b0 Model Version:NULL Model InvariantUuid:8ac9463c-65a5-4039-94db-0ad21e14cfab Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:928f5302-e343-4037-b588-2f53166df3f9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3cff5277-909d-4ac3-99a6-c64fa93c4a27 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:08ebcc16-ad02-4abd-b1ee-6ead94de086c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4a3b5c46-51dd-4097-add0-d4904075ca85 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:bfae7a52-40e5-4a7a-a26e-fb21e69dd2b4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8876c26e-774a-4a24-b122-42a61e90f89d ModelInvariantUuid:82a22b4d-50fc-42a9-b552-5b3e636df830 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a2d490bf-9aae-4d18-ae73-9105a899ecbb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:1b71ac0f-c045-486c-a1e8-9d566c7c1046 ModelInvariantUuid:0302c6dd-941e-4d38-932b-38e930c171b1 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:685a9d97-2f4e-41d3-96d4-42c2a58d0e22 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-11T04:03:50.428Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a18344ed-f8fc-4fb8-ba03-dd77670ee77e 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-11T04:03:50.432Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||basic_cnf 0 2022-10-11T04:03:50.433Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a18344ed-f8fc-4fb8-ba03-dd77670ee77e 2022-10-11T04:03:50.433Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6b8d6f81-b35b-4818-9fd2-b3722f1c2584 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-11T04:03:50.434Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-11T04:03:50.434Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:50.492Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-11T04:03:50.492Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6b8d6f81-b35b-4818-9fd2-b3722f1c2584 12 2022-10-11T04:03:50.493Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:50.493Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:50.493Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:03:50.493Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:50.495Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:50.495Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461030493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:03:50.595Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:03:50.596Z||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-11T04:03:50.596Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:50.619Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:50.619Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:03:51.496Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 95663d53-5d67-4088-90e5-709da59862bd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-11T04:03:51.496Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-11T04:03:51.497Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:51.580Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-11T04:03:51.580Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 95663d53-5d67-4088-90e5-709da59862bd 2688 2022-10-11T04:03:51.580Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:51.581Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:51.581Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:03:51.581Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:51.583Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:51.583Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461031580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-11T04:03:51.683Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:51.684Z||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-11T04:03:51.684Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:51.706Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:51.706Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:03:52.584Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 295bd0e0-825b-475b-9975-372983ce5236 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-11T04:03:52.585Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-11T04:03:52.586Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:52.650Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-11T04:03:52.650Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 295bd0e0-825b-475b-9975-372983ce5236 828 2022-10-11T04:03:52.650Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:52.651Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:52.651Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:03:52.651Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:52.653Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:52.653Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461032650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T04:03:52.753Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:52.754Z||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-11T04:03:52.754Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:52.796Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:52.796Z||pool-36-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:03:53.654Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4a3b5c46-51dd-4097-add0-d4904075ca85", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bfae7a52-40e5-4a7a-a26e-fb21e69dd2b4", "vfModuleModelCustomizationUUID": "1982a1df-e31a-455e-a508-f9ff6e2fa1c1", "isBase": true, "artifacts": [ "e704da4e-b71b-4f2e-b6db-e5603b9aafc1", "95663d53-5d67-4088-90e5-709da59862bd", "dc89c2b6-f284-4b81-9ee3-3a53c5af6224" ], "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-11T04:03:53.658Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bfae7a52-40e5-4a7a-a26e-fb21e69dd2b4 VfModuleModelInvariantUUID:4a3b5c46-51dd-4097-add0-d4904075ca85 VfModuleModelDescription:NULL Artifacts UUID List:{ e704da4e-b71b-4f2e-b6db-e5603b9aafc1 , 95663d53-5d67-4088-90e5-709da59862bd , dc89c2b6-f284-4b81-9ee3-3a53c5af6224 } 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-11T04:03:53.660Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4a3b5c46-51dd-4097-add0-d4904075ca85", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bfae7a52-40e5-4a7a-a26e-fb21e69dd2b4", "vfModuleModelCustomizationUUID": "1982a1df-e31a-455e-a508-f9ff6e2fa1c1", "isBase": true, "artifacts": [ "e704da4e-b71b-4f2e-b6db-e5603b9aafc1", "95663d53-5d67-4088-90e5-709da59862bd", "dc89c2b6-f284-4b81-9ee3-3a53c5af6224" ], "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-11T04:03:53.660Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bfae7a52-40e5-4a7a-a26e-fb21e69dd2b4 VfModuleModelInvariantUUID:4a3b5c46-51dd-4097-add0-d4904075ca85 VfModuleModelDescription:NULL Artifacts UUID List:{ e704da4e-b71b-4f2e-b6db-e5603b9aafc1 , 95663d53-5d67-4088-90e5-709da59862bd , dc89c2b6-f284-4b81-9ee3-3a53c5af6224 } 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-11T04:03:53.660Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e704da4e-b71b-4f2e-b6db-e5603b9aafc1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-11T04:03:53.661Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-11T04:03:53.661Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:53.855Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-11T04:03:53.856Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e704da4e-b71b-4f2e-b6db-e5603b9aafc1 1164 2022-10-11T04:03:53.856Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:53.856Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:53.856Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:03:53.857Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:53.858Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:53.858Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461033856, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T04:03:53.958Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:53.959Z||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-11T04:03:53.960Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:53.988Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:53.989Z||pool-37-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:03:54.859Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dc89c2b6-f284-4b81-9ee3-3a53c5af6224 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-11T04:03:54.859Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-11T04:03:54.859Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:55.004Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-11T04:03:55.005Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env dc89c2b6-f284-4b81-9ee3-3a53c5af6224 200 2022-10-11T04:03:55.005Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:55.005Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:55.005Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:03:55.006Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:55.007Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:55.007Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461035005, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:03:55.107Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:55.109Z||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-11T04:03:55.109Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:55.134Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:55.134Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:03:56.008Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 18059d4d-d1c8-4b8b-a50a-a9c9371186b0 2022-10-11T04:03:56.008Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a18344ed-f8fc-4fb8-ba03-dd77670ee77e ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-10-11T04:03:56.023Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:56.026Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2629a1f9, org.onap.sdc.toscaparser.api.parameters.Input@4f32548d, org.onap.sdc.toscaparser.api.parameters.Input@46c7821, org.onap.sdc.toscaparser.api.parameters.Input@236a09d2, org.onap.sdc.toscaparser.api.parameters.Input@48a7422f] 2022-10-11T04:03:56.028Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:56.028Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:56.028Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-10-11T04:03:56.028Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 08ebcc16-ad02-4abd-b1ee-6ead94de086c 2022-10-11T04:03:56.028Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08ebcc16-ad02-4abd-b1ee-6ead94de086c matches Tosca VF Customization UUID: 08ebcc16-ad02-4abd-b1ee-6ead94de086c 2022-10-11T04:03:56.028Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 08ebcc16-ad02-4abd-b1ee-6ead94de086c 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-11T04:03:56.031Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:56.031Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:56.031Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 08ebcc16-ad02-4abd-b1ee-6ead94de086c: {\"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-11T04:03:56.032Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f19d69 2022-10-11T04:03:56.032Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:56.032Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-11T04:03:56.032Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1982a1df-e31a-455e-a508-f9ff6e2fa1c1 2022-10-11T04:03:56.032Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1982a1df-e31a-455e-a508-f9ff6e2fa1c1 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-11T04:03:56.035Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:56.035Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-11T04:03:56.035Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:03:56.035Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:56.036Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-11T04:03:56.036Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:03:56.036Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:56.036Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-11T04:03:56.036Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-11T04:03:56.036Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8876c26e-774a-4a24-b122-42a61e90f89d 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-11T04:03:56.038Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:56.039Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-11T04:03:56.039Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:03:56.039Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:56.039Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-11T04:03:56.039Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=08ebcc16-ad02-4abd-b1ee-6ead94de086c 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-11T04:03:56.041Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:56.041Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:56.041Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 18059d4d-d1c8-4b8b-a50a-a9c9371186b0: basic_cnf 2022-10-11T04:03:56.041Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:56.042Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:56.042Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:56.042Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:56.042Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:56.042Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:56.042Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:56.043Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:56.043Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:03:56.043Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:03:56.043Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:56.103Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a18344ed-f8fc-4fb8-ba03-dd77670ee77e 1 ASDC deployResourceStructure 2022-10-11T04:03:56.104Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:56.104Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:56.104Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-11T04:03:56.104Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:56.106Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:56.106Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461036103, "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-11T04:03:56.206Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:56.207Z||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-11T04:03:56.207Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:56.228Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:56.229Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:03:57.107Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:57.107Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:57.108Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-11T04:03:57.108Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:57.110Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:57.110Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461037107, "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-11T04:03:57.210Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:57.211Z||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-11T04:03:57.211Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:57.230Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:57.231Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:03:58.110Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:58.111Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:58.111Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:03:58.111Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:58.113Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:58.113Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461038110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T04:03:58.213Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:03:58.214Z||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-11T04:03:58.215Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:58.241Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:58.241Z||pool-41-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:03:59.115Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:59.115Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:03:59.115Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:03:59.115Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:03:59.117Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:03:59.117Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461039114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-11T04:03:59.218Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-11T04:03:59.219Z||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-11T04:03:59.219Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:03:59.242Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:03:59.243Z||pool-42-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:04:00.118Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:04:00.119Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:04:00.119Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:04:00.119Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:04:00.121Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:04:00.121Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461040118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-11T04:04:00.222Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:04:00.222Z||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-11T04:04:00.223Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:04:00.241Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:04:00.241Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:04:01.122Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:04:01.123Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:04:01.124Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:04:01.124Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:04:01.126Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:04:01.127Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461041122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:04:01.227Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:04:01.227Z||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-11T04:04:01.228Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:04:01.245Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:04:01.245Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:04:02.128Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:04:02.140Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 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-11T04:04:02.144Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:04:02.144Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:04:02.145Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:04:32.145Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:04:32.159Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 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-11T04:04:32.164Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:04:32.164Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:04:32.164Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:04:49.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:04:49.630Z||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-11T04:04:49.630Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:04:49.665Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:04:49.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:04:49.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "policy-id", "timestamp": 1665461024682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:04:49.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:05:02.165Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:05:02.174Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 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-11T04:05:02.176Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:05:02.176Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:05:02.176Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:05:32.177Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:05:32.187Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 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-11T04:05:32.189Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:05:32.189Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:05:32.189Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:05:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:05:49.612Z||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-11T04:05:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:05:49.652Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:05:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:05:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "cds", "timestamp": 1665461019721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:05:49.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:06:02.189Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:06:02.203Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 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-11T04:06:02.205Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:06:02.205Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:06:02.205Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:06:32.206Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:06:32.222Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 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-11T04:06:32.223Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:06:32.224Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:06:32.224Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:06:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:06:49.613Z||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-11T04:06:49.613Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:06:49.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:06:49.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "clamp", "timestamp": 1665461022969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:06:49.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:06:49.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461029582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-11T04:06:49.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461030493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:06:49.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "policy-id", "timestamp": 1665461024682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-11T04:06:49.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:06:49.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "cds", "timestamp": 1665461029620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:06:49.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "clamp", "timestamp": 1665461022969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:06:49.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:06:49.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461030665, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:06:49.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461030318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:06:49.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461031580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-11T04:06:49.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "policy-id", "timestamp": 1665461024682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:06:49.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:06:49.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "cds", "timestamp": 1665461030642, "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=? 2022-10-11T04:06:49.677Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 2022-10-11T04:06:49.677Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 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-11T04:06:49.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "clamp", "timestamp": 1665461022969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:06:49.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:06:49.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461031708, "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-11T04:06:49.694Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 2022-10-11T04:06:49.695Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 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-11T04:06:49.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461031325, "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-11T04:06:49.712Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 2022-10-11T04:06:49.712Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 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-11T04:06:49.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461032650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T04:06:49.721Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "policy-id", "timestamp": 1665461024682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:06:49.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:06:49.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "multicloud-k8s-id", "timestamp": 1665461032712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T04:06:49.724Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "policy-id", "timestamp": 1665461024682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:06:49.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:06:49.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461033856, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T04:06:49.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "policy-id", "timestamp": 1665461024682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:06:49.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:06:49.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461035005, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:06:49.727Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "aai-ml", "timestamp": 1665461035059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:06:49.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "policy-id", "timestamp": 1665461034483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:06:49.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461036103, "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-11T04:06:49.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "aai-ml", "timestamp": 1665461036063, "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-11T04:06:49.735Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 2022-10-11T04:06:49.736Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 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-11T04:06:49.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "policy-id", "timestamp": 1665461035525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:06:49.744Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461037107, "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-11T04:06:49.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "policy-id", "timestamp": 1665461036531, "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-11T04:06:49.751Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 2022-10-11T04:06:49.751Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 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-11T04:06:49.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461038110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T04:06:49.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461039114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-11T04:06:49.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461040118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-11T04:06:49.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "clamp", "timestamp": 1665461040377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:06:49.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461041122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:06:49.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "clamp", "timestamp": 1665461042388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:06:49.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:06:49.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:06:49.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "clamp", "timestamp": 1665461043391, "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-11T04:06:49.767Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 2022-10-11T04:06:49.767Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 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-11T04:07:02.224Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:07:02.235Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 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-11T04:07:02.238Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:07:02.238Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-11T04:07:02.238Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:07:02.247Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-11T04:07:32.247Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e 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-11T04:07:32.255Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e and serviceModelVersionId: 18059d4d-d1c8-4b8b-a50a-a9c9371186b0 2022-10-11T04:07:32.255Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ac9463c-65a5-4039-94db-0ad21e14cfab 2022-10-11T04:07:32.258Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ac9463c-65a5-4039-94db-0ad21e14cfab/model-vers/model-ver/18059d4d-d1c8-4b8b-a50a-a9c9371186b0?depth=0 2022-10-11T04:07:32.269Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-10-11T04:07:32.354Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ac9463c-65a5-4039-94db-0ad21e14cfab/model-vers/model-ver/18059d4d-d1c8-4b8b-a50a-a9c9371186b0?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-11T04:07:32.358Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ac9463c-65a5-4039-94db-0ad21e14cfab/model-vers/model-ver/18059d4d-d1c8-4b8b-a50a-a9c9371186b0?depth=0|INFO|500||Invoke 2022-10-11T04:07:32.385Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ac9463c-65a5-4039-94db-0ad21e14cfab/model-vers/model-ver/18059d4d-d1c8-4b8b-a50a-a9c9371186b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-11T04:07:32.539Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ac9463c-65a5-4039-94db-0ad21e14cfab/model-vers/model-ver/18059d4d-d1c8-4b8b-a50a-a9c9371186b0?depth=0|INFO|500||InvokeReturn 2022-10-11T04:07:32.540Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ac9463c-65a5-4039-94db-0ad21e14cfab/model-vers/model-ver/18059d4d-d1c8-4b8b-a50a-a9c9371186b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221011-04:07:31:153-8979], vertex-id=[237576], Content-Length=[0], Date=[Tue, 11 Oct 2022 04:07:31 GMT], Content-Type=[application/json]} 2022-10-11T04:07:32.540Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-10-11T04:07:32.541Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-11T04:07:32.541Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:07:32.548Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||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-11T04:07:32.548Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33d96a3a-ae6d-4fab-8567-c77b5b8b098e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-11T04:07:32.548Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-11T04:07:32.549Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:32.553Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:32.553Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461252548, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-11T04:07:32.653Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:07:32.655Z||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-11T04:07:32.655Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:32.678Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:32.679Z||pool-45-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-11T04:07:33.567Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:07:33.568Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|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-11T04:07:33.568Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:38.177Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:38.178Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-11T04:07:38.178Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f69d7bc-e5a5-450a-b038-3b796ee33b83","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"43b6e4e9-0b61-4b06-8fea-4690b4161137","serviceDescription":"service","serviceInvariantUUID":"9a8b7a41-6f68-49f0-bd1d-41f35a1150a7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bc5c8edd-6a07-4c12-b891-eb93bac089d5","resourceInvariantUUID":"dde7e89c-86d7-46df-b996-f8f11b8a6204","resourceCustomizationUUID":"3ac25e4a-3847-4d37-94f0-3d56eb2a7d73","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":"NTI0YTI0ZmRjZWZlYTQ3MzIzYjk2MzY5ZDMzZWJlZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd6ee5e8-fa8e-4c91-8dba-9e76166e4d8d","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":"ZmVmZGVhMDExNjMzNDI5YWVjNGEyNDdhNWYxOTQ3ODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d620ba6c-1679-47e4-8307-046999cd8020","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":"222b5198-97b7-4481-828b-baf0d30b4960","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":"c1f708e2-fb50-464b-a44c-ab5e64df8c7e","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":"77611755-8495-4b19-8c2b-b5a82cc25f6d","artifactVersion":"2","generatedFromUUID":"222b5198-97b7-4481-828b-baf0d30b4960"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjZmNjI5ZjNjYjBlMjU4MDMwMDgyZTM2ZWI5YWZlMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c88ea9b-6db8-4c50-8ccf-210c1bfee52d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTZlZjhiZjlmZjQwODkwMDJlZjQzMzhiMzI4MmJjNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93e0b603-3b81-41f9-b8ba-988f2a397407","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-11T04:07:38.183Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:07:38.183Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:38.185Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:38.186Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461253567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:38.286Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:07:38.287Z||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-11T04:07:38.287Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:38.320Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:38.320Z||pool-46-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:07:39.186Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:07:39.187Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:39.189Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:39.189Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461253567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:07:39.289Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:07:39.290Z||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-11T04:07:39.290Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:39.311Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:39.312Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:07:40.190Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:07:40.190Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:40.192Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:40.192Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461253567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-11T04:07:40.293Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:07:40.293Z||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-11T04:07:40.293Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:40.334Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:40.334Z||pool-48-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:07:41.193Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:07:41.194Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:41.196Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:41.196Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461253567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:41.296Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:07:41.297Z||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-11T04:07:41.297Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:41.327Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:41.327Z||pool-49-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":3,"count":1} 2022-10-11T04:07:42.197Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:07:42.198Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:42.200Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:42.200Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461253567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-11T04:07:42.300Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:07:42.301Z||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-11T04:07:42.301Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:42.332Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:42.332Z||pool-50-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:07:43.200Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:07:43.201Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:43.203Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:43.203Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461253567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:43.303Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:07:43.304Z||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-11T04:07:43.304Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:43.326Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:43.328Z||pool-51-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":2,"count":1} 2022-10-11T04:07:44.204Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:07:44.205Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:44.208Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:44.208Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461253567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:07:44.308Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:07:44.309Z||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-11T04:07:44.309Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:44.332Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:44.332Z||pool-52-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:07:45.209Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "43b6e4e9-0b61-4b06-8fea-4690b4161137", "serviceDescription": "service", "serviceInvariantUUID": "9a8b7a41-6f68-49f0-bd1d-41f35a1150a7", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "3ac25e4a-3847-4d37-94f0-3d56eb2a7d73", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bc5c8edd-6a07-4c12-b891-eb93bac089d5", "resourceInvariantUUID": "dde7e89c-86d7-46df-b996-f8f11b8a6204", "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": "ZmVmZGVhMDExNjMzNDI5YWVjNGEyNDdhNWYxOTQ3ODU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d620ba6c-1679-47e4-8307-046999cd8020", "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": "222b5198-97b7-4481-828b-baf0d30b4960", "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": "77611755-8495-4b19-8c2b-b5a82cc25f6d", "generatedFromUUID": "222b5198-97b7-4481-828b-baf0d30b4960" }, "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": "77611755-8495-4b19-8c2b-b5a82cc25f6d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YTZlZjhiZjlmZjQwODkwMDJlZjQzMzhiMzI4MmJjNGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "93e0b603-3b81-41f9-b8ba-988f2a397407" } ], "workloadContext": "Production" } 2022-10-11T04:07:45.210Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-11T04:07:45.210Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 43b6e4e9-0b61-4b06-8fea-4690b4161137 ASDC 2022-10-11T04:07:45.211Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:7f69d7bc-e5a5-450a-b038-3b796ee33b83 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:43b6e4e9-0b61-4b06-8fea-4690b4161137 ServiceInvariantUUID:9a8b7a41-6f68-49f0-bd1d-41f35a1150a7 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:93e0b603-3b81-41f9-b8ba-988f2a397407 ArtifactChecksum:YTZlZjhiZjlmZjQwODkwMDJlZjQzMzhiMzI4MmJjNGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:3ac25e4a-3847-4d37-94f0-3d56eb2a7d73 ResourceInvariantUUID:dde7e89c-86d7-46df-b996-f8f11b8a6204 ResourceName:basic_vm ResourceType:VF ResourceUUID:bc5c8edd-6a07-4c12-b891-eb93bac089d5 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:d620ba6c-1679-47e4-8307-046999cd8020 ArtifactChecksum:ZmVmZGVhMDExNjMzNDI5YWVjNGEyNDdhNWYxOTQ3ODU= 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:222b5198-97b7-4481-828b-baf0d30b4960 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:77611755-8495-4b19-8c2b-b5a82cc25f6d 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:77611755-8495-4b19-8c2b-b5a82cc25f6d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-11T04:07:45.211Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 43b6e4e9-0b61-4b06-8fea-4690b4161137 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-11T04:07:45.242Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-11T04:07:45.243Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-11T04:07:45.243Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-11T04:07:45.243Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 93e0b603-3b81-41f9-b8ba-988f2a397407 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-11T04:07:45.244Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-11T04:07:45.244Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-11T04:07:45.552Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-11T04:07:45.573Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 93e0b603-3b81-41f9-b8ba-988f2a397407 71058 2022-10-11T04:07:45.573Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:45.574Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:45.574Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:07:45.574Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:45.577Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:45.577Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461265573, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:07:45.676Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:07:45.678Z||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-11T04:07:45.678Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:45.720Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:45.721Z||pool-53-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:07:46.577Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-11T04:07:46.579Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-11T04:07:46.580Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 93e0b603-3b81-41f9-b8ba-988f2a397407, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-11T04:07:46.580Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-10-11T04:07:46.581Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-11T04:07:46.581Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-10-11T04:07:46.764Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11260636012420907755/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-11T04:07:48.005Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-11T04:07:48.005Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-10-11T04:07:48.005Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-11T04:07:48.005Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-11T04:07:48.005Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-10-11T04:07:48.007Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:48.007Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:48.007Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-11T04:07:48.007Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-10-11T04:07:48.007Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-11T04:07:48.008Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:48.008Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:48.008Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-11T04:07:48.008Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-10-11T04:07:48.008Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-11T04:07:48.008Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:48.008Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:48.009Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:48.009Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-11T04:07:48.009Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-11T04:07:48.009Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-11T04:07:48.009Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-11T04:07:48.009Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-11T04:07:48.009Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-11T04:07:48.010Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:48.010Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-11T04:07:48.010Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:48.010Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-11T04:07:48.010Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:07:48.011Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:48.011Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-11T04:07:48.011Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:07:48.011Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:48.011Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-11T04:07:48.011Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:07:48.011Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:48.012Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-11T04:07:48.012Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-11T04:07:48.012Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-11T04:07:48.012Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4c0463b4-12f2-4c5f-a771-0878aa3b5bd4 2022-10-11T04:07:48.012Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:48.013Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:48.013Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:48.013Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:48.013Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:48.013Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:48.013Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:48.013Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:48.014Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:43b6e4e9-0b61-4b06-8fea-4690b4161137 Model Version:NULL Model InvariantUuid:9a8b7a41-6f68-49f0-bd1d-41f35a1150a7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:b3bce468-639c-44e7-a2e2-3bbab4fc9b8a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:dde7e89c-86d7-46df-b996-f8f11b8a6204 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3ac25e4a-3847-4d37-94f0-3d56eb2a7d73 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:441f4dfc-4f1e-4cea-b572-940c1d272250 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:0af03fe1-80a9-4ef4-8b2d-b45e72413a7f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4c0463b4-12f2-4c5f-a771-0878aa3b5bd4 ModelInvariantUuid:7a942026-037b-4c7f-9d4a-bd5355106ff4 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:02997243-9ddb-4902-9f96-19645ef871d2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:646f9984-6676-4402-b2b6-ab3318de50e0 ModelInvariantUuid:9d98b555-fe49-4417-befb-9d9570131f6c ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:032ef58d-c54f-4355-b116-f3aa966950f8 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-11T04:07:48.021Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: bc5c8edd-6a07-4c12-b891-eb93bac089d5 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-11T04:07:48.023Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||basic_vm 0 2022-10-11T04:07:48.023Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bc5c8edd-6a07-4c12-b891-eb93bac089d5 2022-10-11T04:07:48.023Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d620ba6c-1679-47e4-8307-046999cd8020 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-11T04:07:48.023Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-11T04:07:48.023Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:48.093Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-11T04:07:48.094Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d620ba6c-1679-47e4-8307-046999cd8020 787 2022-10-11T04:07:48.094Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:48.094Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:48.094Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:07:48.095Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:48.096Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:48.096Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461268094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T04:07:48.196Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:07:48.197Z||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-11T04:07:48.197Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:48.219Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:48.220Z||pool-54-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:07:49.097Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "441f4dfc-4f1e-4cea-b572-940c1d272250", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0af03fe1-80a9-4ef4-8b2d-b45e72413a7f", "vfModuleModelCustomizationUUID": "74639418-1464-46a2-9c01-ac820d357da5", "isBase": true, "artifacts": [ "222b5198-97b7-4481-828b-baf0d30b4960", "77611755-8495-4b19-8c2b-b5a82cc25f6d" ], "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-11T04:07:49.102Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0af03fe1-80a9-4ef4-8b2d-b45e72413a7f VfModuleModelInvariantUUID:441f4dfc-4f1e-4cea-b572-940c1d272250 VfModuleModelDescription:NULL Artifacts UUID List:{ 222b5198-97b7-4481-828b-baf0d30b4960 , 77611755-8495-4b19-8c2b-b5a82cc25f6d } 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-11T04:07:49.104Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "441f4dfc-4f1e-4cea-b572-940c1d272250", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0af03fe1-80a9-4ef4-8b2d-b45e72413a7f", "vfModuleModelCustomizationUUID": "74639418-1464-46a2-9c01-ac820d357da5", "isBase": true, "artifacts": [ "222b5198-97b7-4481-828b-baf0d30b4960", "77611755-8495-4b19-8c2b-b5a82cc25f6d" ], "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-11T04:07:49.104Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0af03fe1-80a9-4ef4-8b2d-b45e72413a7f VfModuleModelInvariantUUID:441f4dfc-4f1e-4cea-b572-940c1d272250 VfModuleModelDescription:NULL Artifacts UUID List:{ 222b5198-97b7-4481-828b-baf0d30b4960 , 77611755-8495-4b19-8c2b-b5a82cc25f6d } 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-11T04:07:49.104Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 222b5198-97b7-4481-828b-baf0d30b4960 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-11T04:07:49.104Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-11T04:07:49.104Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:49.182Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-11T04:07:49.183Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 222b5198-97b7-4481-828b-baf0d30b4960 5033 2022-10-11T04:07:49.183Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:49.183Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:49.183Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:07:49.184Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:49.186Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:49.186Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461269183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T04:07:49.286Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:07:49.287Z||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-11T04:07:49.287Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:49.326Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:49.327Z||pool-55-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":2,"count":1} 2022-10-11T04:07:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:07:49.611Z||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-11T04:07:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:49.647Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:49.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "multicloud-k8s-id", "timestamp": 1665461135518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "cds", "timestamp": 1665461139722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461134388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "clamp", "timestamp": 1665461142969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "multicloud-k8s-id", "timestamp": 1665461135518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:07:49.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "cds", "timestamp": 1665461139722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461134388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "clamp", "timestamp": 1665461142969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:07:49.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "multicloud-k8s-id", "timestamp": 1665461135518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-11T04:07:49.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "cds", "timestamp": 1665461139722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461134388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "clamp", "timestamp": 1665461142969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "multicloud-k8s-id", "timestamp": 1665461135518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "cds", "timestamp": 1665461139722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461134388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "policy-id", "timestamp": 1665461144682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "clamp", "timestamp": 1665461142969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "multicloud-k8s-id", "timestamp": 1665461135518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-11T04:07:49.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "cds", "timestamp": 1665461139722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461134388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "policy-id", "timestamp": 1665461144682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "clamp", "timestamp": 1665461142969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "multicloud-k8s-id", "timestamp": 1665461135518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "cds", "timestamp": 1665461139722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461134388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "policy-id", "timestamp": 1665461144682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-11T04:07:49.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "clamp", "timestamp": 1665461142969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:07:49.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:49.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:07:49.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "multicloud-k8s-id", "timestamp": 1665461135518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:07:49.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:07:50.187Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 77611755-8495-4b19-8c2b-b5a82cc25f6d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-11T04:07:50.187Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-11T04:07:50.187Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:50.305Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-11T04:07:50.305Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 77611755-8495-4b19-8c2b-b5a82cc25f6d 903 2022-10-11T04:07:50.306Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:50.306Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:50.306Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:07:50.306Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:50.308Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:50.308Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461270306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:07:50.408Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:07:50.409Z||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-11T04:07:50.409Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:50.479Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:50.480Z||pool-56-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:07:51.308Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 43b6e4e9-0b61-4b06-8fea-4690b4161137 2022-10-11T04:07:51.309Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 bc5c8edd-6a07-4c12-b891-eb93bac089d5 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-11T04:07:51.323Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ceb95b0, org.onap.sdc.toscaparser.api.parameters.Input@9fe5781, org.onap.sdc.toscaparser.api.parameters.Input@303b6044, org.onap.sdc.toscaparser.api.parameters.Input@354158c7, org.onap.sdc.toscaparser.api.parameters.Input@25971dca] 2022-10-11T04:07:51.324Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:51.325Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:51.325Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-10-11T04:07:51.325Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3ac25e4a-3847-4d37-94f0-3d56eb2a7d73 2022-10-11T04:07:51.325Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3ac25e4a-3847-4d37-94f0-3d56eb2a7d73 matches Tosca VF Customization UUID: 3ac25e4a-3847-4d37-94f0-3d56eb2a7d73 2022-10-11T04:07:51.326Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3ac25e4a-3847-4d37-94f0-3d56eb2a7d73 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-11T04:07:51.328Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:51.328Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:51.329Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3ac25e4a-3847-4d37-94f0-3d56eb2a7d73: {\"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-11T04:07:51.329Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a44877f 2022-10-11T04:07:51.329Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:51.329Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-11T04:07:51.330Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 74639418-1464-46a2-9c01-ac820d357da5 2022-10-11T04:07:51.330Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 74639418-1464-46a2-9c01-ac820d357da5 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-11T04:07:51.332Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:51.332Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-11T04:07:51.333Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:07:51.333Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:51.333Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-11T04:07:51.333Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:07:51.334Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:51.334Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-11T04:07:51.334Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-11T04:07:51.334Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-11T04:07:51.335Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4c0463b4-12f2-4c5f-a771-0878aa3b5bd4 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-11T04:07:51.337Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:51.337Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-11T04:07:51.337Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:07:51.338Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:51.338Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-11T04:07:51.338Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3ac25e4a-3847-4d37-94f0-3d56eb2a7d73 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-11T04:07:51.340Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:51.340Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:51.340Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 43b6e4e9-0b61-4b06-8fea-4690b4161137: basic_vm 2022-10-11T04:07:51.341Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:51.341Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:51.341Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:51.341Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:51.341Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:51.341Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:51.342Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:51.342Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:51.342Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:07:51.342Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:07:51.342Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:51.418Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm bc5c8edd-6a07-4c12-b891-eb93bac089d5 1 ASDC deployResourceStructure 2022-10-11T04:07:51.418Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:51.418Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:51.418Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:07:51.419Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:51.420Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:51.420Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461271418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T04:07:51.521Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-11T04:07:51.522Z||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-11T04:07:51.522Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:51.541Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:51.541Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:07:52.421Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:52.422Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:52.422Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:07:52.422Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:52.424Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:52.424Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461272421, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-11T04:07:52.526Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-11T04:07:52.529Z||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-11T04:07:52.529Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:52.566Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:52.566Z||pool-58-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:07:53.425Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:53.425Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:53.426Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:07:53.426Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:53.428Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:53.428Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461273425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-11T04:07:53.528Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:07:53.529Z||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-11T04:07:53.530Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:53.547Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:53.548Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:07:54.429Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:54.430Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:07:54.430Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:07:54.430Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:07:54.431Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:07:54.432Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461274429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:07:54.532Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:07:54.532Z||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-11T04:07:54.532Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:07:54.553Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:07:54.553Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:07:55.432Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f69d7bc-e5a5-450a-b038-3b796ee33b83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:07:55.442Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f69d7bc-e5a5-450a-b038-3b796ee33b83 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-11T04:07:55.444Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:07:55.444Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:07:55.445Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:08:25.445Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f69d7bc-e5a5-450a-b038-3b796ee33b83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:08:25.455Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f69d7bc-e5a5-450a-b038-3b796ee33b83 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-11T04:08:25.457Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:08:25.457Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:08:25.457Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:08:49.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:08:49.611Z||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-11T04:08:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:08:49.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:08:49.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "cds", "timestamp": 1665461139722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:08:49.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461134388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:08:49.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "policy-id", "timestamp": 1665461144682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "clamp", "timestamp": 1665461142969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:08:49.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "policy-id", "timestamp": 1665461144682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "multicloud-k8s-id", "timestamp": 1665461150194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T04:08:49.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:08:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "cds", "timestamp": 1665461149562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:08:49.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:08:49.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461149711, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:08:49.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:08:49.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "policy-id", "timestamp": 1665461144682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "cds", "timestamp": 1665461150578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-11T04:08:49.663Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f69d7bc-e5a5-450a-b038-3b796ee33b83 2022-10-11T04:08:49.664Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f69d7bc-e5a5-450a-b038-3b796ee33b83 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-11T04:08:49.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "multicloud-k8s-id", "timestamp": 1665461151294, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T04:08:49.673Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:08:49.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "ves-openapi-manager", "timestamp": 1665461151056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "policy-id", "timestamp": 1665461144682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:08:49.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "multicloud-k8s-id", "timestamp": 1665461152489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:08:49.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:08:49.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "ves-openapi-manager", "timestamp": 1665461151056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "policy-id", "timestamp": 1665461152545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:08:49.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:08:49.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "multicloud-k8s-id", "timestamp": 1665461153506, "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-11T04:08:49.683Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f69d7bc-e5a5-450a-b038-3b796ee33b83 2022-10-11T04:08:49.683Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f69d7bc-e5a5-450a-b038-3b796ee33b83 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-11T04:08:49.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "ves-openapi-manager", "timestamp": 1665461151056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461153524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:08:49.693Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:08:49.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "policy-id", "timestamp": 1665461153552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:08:49.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:08:49.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "multicloud-k8s-id", "timestamp": 1665461154510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T04:08:49.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:08:49.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "ves-openapi-manager", "timestamp": 1665461151056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461154531, "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-11T04:08:49.701Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f69d7bc-e5a5-450a-b038-3b796ee33b83 2022-10-11T04:08:49.701Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f69d7bc-e5a5-450a-b038-3b796ee33b83 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-11T04:08:49.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "policy-id", "timestamp": 1665461154558, "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-11T04:08:49.715Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f69d7bc-e5a5-450a-b038-3b796ee33b83 2022-10-11T04:08:49.715Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f69d7bc-e5a5-450a-b038-3b796ee33b83 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-11T04:08:49.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "ves-openapi-manager", "timestamp": 1665461151056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "ves-openapi-manager", "timestamp": 1665461151056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "ves-openapi-manager", "timestamp": 1665461151056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "clamp", "timestamp": 1665461162398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:08:49.724Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:08:49.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "clamp", "timestamp": 1665461163414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:08:49.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:08:49.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "aai-ml", "timestamp": 1665461162874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "clamp", "timestamp": 1665461164417, "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-11T04:08:49.730Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f69d7bc-e5a5-450a-b038-3b796ee33b83 2022-10-11T04:08:49.731Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f69d7bc-e5a5-450a-b038-3b796ee33b83 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-11T04:08:49.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "aai-ml", "timestamp": 1665461162874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "aai-ml", "timestamp": 1665461162874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "aai-ml", "timestamp": 1665461162874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "aai-ml", "timestamp": 1665461162874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "aai-ml", "timestamp": 1665461162874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:08:49.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "aai-ml", "timestamp": 1665461162874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:08:49.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:08:49.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "aai-ml", "timestamp": 1665461170925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:08:49.744Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:08:49.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "aai-ml", "timestamp": 1665461179028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:08:49.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:08:49.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:08:49.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "aai-ml", "timestamp": 1665461180032, "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-11T04:08:49.749Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f69d7bc-e5a5-450a-b038-3b796ee33b83 2022-10-11T04:08:49.749Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f69d7bc-e5a5-450a-b038-3b796ee33b83 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-11T04:08:55.457Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f69d7bc-e5a5-450a-b038-3b796ee33b83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:08:55.469Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f69d7bc-e5a5-450a-b038-3b796ee33b83 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-11T04:08:55.472Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:08:55.472Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-11T04:08:55.472Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-11T04:08:55.473Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-11T04:08:55.473Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:08:55.473Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:08:55.473Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:08:55.474Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:08:55.474Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:08:55.476Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:08:55.476Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:08:55.484Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-11T04:09:25.485Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f69d7bc-e5a5-450a-b038-3b796ee33b83 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-11T04:09:25.491Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f69d7bc-e5a5-450a-b038-3b796ee33b83 and serviceModelVersionId: 43b6e4e9-0b61-4b06-8fea-4690b4161137 2022-10-11T04:09:25.491Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a8b7a41-6f68-49f0-bd1d-41f35a1150a7 2022-10-11T04:09:25.492Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a8b7a41-6f68-49f0-bd1d-41f35a1150a7/model-vers/model-ver/43b6e4e9-0b61-4b06-8fea-4690b4161137?depth=0 2022-10-11T04:09:25.497Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-10-11T04:09:25.546Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a8b7a41-6f68-49f0-bd1d-41f35a1150a7/model-vers/model-ver/43b6e4e9-0b61-4b06-8fea-4690b4161137?depth=0|INFO|500||Invoke 2022-10-11T04:09:25.547Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a8b7a41-6f68-49f0-bd1d-41f35a1150a7/model-vers/model-ver/43b6e4e9-0b61-4b06-8fea-4690b4161137?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a8b7a41-6f68-49f0-bd1d-41f35a1150a7/model-vers/model-ver/43b6e4e9-0b61-4b06-8fea-4690b4161137?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7f69d7bc-e5a5-450a-b038-3b796ee33b83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[60c1892d-c3eb-4e51-a5ab-83c0c4111543], X-ECOMP-RequestID=[7f69d7bc-e5a5-450a-b038-3b796ee33b83], X-TransactionId=[], X-ONAP-RequestID=[7f69d7bc-e5a5-450a-b038-3b796ee33b83], Content-Type=[application/merge-patch+json]} 2022-10-11T04:09:25.568Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a8b7a41-6f68-49f0-bd1d-41f35a1150a7/model-vers/model-ver/43b6e4e9-0b61-4b06-8fea-4690b4161137?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-11T04:09:25.773Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a8b7a41-6f68-49f0-bd1d-41f35a1150a7/model-vers/model-ver/43b6e4e9-0b61-4b06-8fea-4690b4161137?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/9a8b7a41-6f68-49f0-bd1d-41f35a1150a7/model-vers/model-ver/43b6e4e9-0b61-4b06-8fea-4690b4161137?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221011-04:09:24:343-34066], vertex-id=[401432], Content-Length=[0], Date=[Tue, 11 Oct 2022 04:09:24 GMT], Content-Type=[application/json]} 2022-10-11T04:09:25.773Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a8b7a41-6f68-49f0-bd1d-41f35a1150a7/model-vers/model-ver/43b6e4e9-0b61-4b06-8fea-4690b4161137?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-11T04:09:25.774Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a8b7a41-6f68-49f0-bd1d-41f35a1150a7/model-vers/model-ver/43b6e4e9-0b61-4b06-8fea-4690b4161137?depth=0|INFO|500||InvokeReturn 2022-10-11T04:09:25.774Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-11T04:09:25.774Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:09:25.780Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||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-11T04:09:25.780Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f69d7bc-e5a5-450a-b038-3b796ee33b83 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-11T04:09:25.781Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-11T04:09:25.781Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:09:25.783Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:09:25.783Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461365780, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-11T04:09:25.883Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:09:25.884Z||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-11T04:09:25.884Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:09:25.922Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:09:25.923Z||pool-61-thread-1|||||INFO|500||cambria reply ok (40 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-11T04:09:26.797Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:09:26.798Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|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-11T04:09:26.798Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:09:36.358Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:09:36.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:09:36.360Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T04:09:36.360Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:09:45.932Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:09:45.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:09:45.933Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T04:09:45.933Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:09:49.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:09:49.611Z||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-11T04:09:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:09:49.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:09:49.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:09:49.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461252548, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-11T04:09:49.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:09:49.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:09:49.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461253567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:09:49.640Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:09:49.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:09:49.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461253567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:09:49.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:09:49.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:09:49.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461253567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-11T04:09:49.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:09:49.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:09:49.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461253567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:09:49.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:09:49.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:09:49.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461253567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-11T04:09:49.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:09:49.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:09:49.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461253567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:09:49.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:09:49.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:09:49.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461253567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:09:49.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-11T04:09:49.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:09:49.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461265573, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:09:49.646Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:09:49.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:09:49.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461268094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T04:09:49.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:09:49.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:09:49.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461269183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T04:09:49.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:09:55.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:09:55.507Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:09:55.507Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T04:09:55.507Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:10:05.105Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:10:05.106Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:10:05.107Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T04:10:05.107Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:10:14.717Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:10:14.719Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:10:14.720Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T04:10:14.720Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:10:24.335Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:10:49.605Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:10:49.606Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T04:10:49.606Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:10:49.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:10:49.611Z||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-11T04:10:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:10:49.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:10:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:10:49.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461270306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:10:49.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:10:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:10:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461271418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T04:10:49.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:10:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:10:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461272421, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-11T04:10:49.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:10:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:10:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461273425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-11T04:10:49.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:10:49.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-11T04:10:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461274429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:10:49.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:10:59.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:11:49.605Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:11:49.606Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T04:11:49.606Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:11:49.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:11:49.611Z||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-11T04:11:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:11:50.152Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:11:50.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-11T04:11:50.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461365780, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-11T04:11:50.154Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:11:59.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:12:49.605Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:12:49.606Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T04:12:49.606Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:12:49.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:12:49.611Z||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-11T04:12:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:12:59.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:12:59.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:13:49.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:13:49.607Z||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-11T04:13:49.607Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:13:49.611Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:13:49.611Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|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-11T04:13:49.611Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:13:59.213Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:13:59.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:14:49.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:14:49.606Z||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-11T04:14:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:14:49.610Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:14:49.611Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|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-11T04:14:49.611Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:14:59.173Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:14:59.179Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:15:49.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:15:49.607Z||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-11T04:15:49.607Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:15:49.611Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:15:49.611Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|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-11T04:15:49.611Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:15:59.206Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:15:59.220Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:16:49.605Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:16:49.607Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-11T04:16:49.607Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:16:49.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:16:49.611Z||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-11T04:16:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:16:59.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:16:59.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:17:49.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:17:49.606Z||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-11T04:17:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:17:49.610Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:17:49.612Z|54768df8-03a9-4989-ade4-d58838c7902c|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-11T04:17:49.612Z|54768df8-03a9-4989-ade4-d58838c7902c|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:17:49.808Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:17:49.856Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.856Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "aai-ml", "timestamp": 1665461822874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.858Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.858Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.858Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461824386, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.859Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.859Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.859Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "policy-id", "timestamp": 1665461824683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.859Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.859Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.859Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "aai-ml", "timestamp": 1665461822874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.860Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.860Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.860Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "policy-id", "timestamp": 1665461824683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.860Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.861Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.861Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461824386, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.861Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.861Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.861Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "aai-ml", "timestamp": 1665461822874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.862Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.862Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.862Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461824386, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.863Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.863Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.863Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "policy-id", "timestamp": 1665461824683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-11T04:17:49.863Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.864Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.864Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "aai-ml", "timestamp": 1665461822874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.864Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.864Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.864Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "cds", "timestamp": 1665461829721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.864Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.865Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.865Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "policy-id", "timestamp": 1665461824683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.865Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.865Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.865Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461824386, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.865Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.866Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.866Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "ves-openapi-manager", "timestamp": 1665461831056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.866Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.866Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.866Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "aai-ml", "timestamp": 1665461822874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.867Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.867Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.867Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "cds", "timestamp": 1665461829721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.867Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.867Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.867Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "policy-id", "timestamp": 1665461824683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.868Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.872Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.872Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461824386, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.872Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.873Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.873Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "ves-openapi-manager", "timestamp": 1665461831056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.873Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.873Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.873Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "aai-ml", "timestamp": 1665461822874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.874Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.874Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.874Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "cds", "timestamp": 1665461829721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.874Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.874Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.874Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "policy-id", "timestamp": 1665461824683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.875Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.875Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.875Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461824386, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.875Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.875Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.875Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "clamp", "timestamp": 1665461832969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.876Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.876Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.876Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "ves-openapi-manager", "timestamp": 1665461831056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.876Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.876Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.876Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "aai-ml", "timestamp": 1665461822874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.876Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.877Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.877Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "cds", "timestamp": 1665461829721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.877Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.877Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.877Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "policy-id", "timestamp": 1665461824683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.878Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.878Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.878Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "clamp", "timestamp": 1665461832969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:17:49.878Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.878Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.879Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461824386, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.879Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.879Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.879Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "ves-openapi-manager", "timestamp": 1665461831056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.879Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.880Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.880Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "aai-ml", "timestamp": 1665461822874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.880Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.880Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.880Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "cds", "timestamp": 1665461829721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.881Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.881Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.881Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "policy-id", "timestamp": 1665461824683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.881Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.881Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.881Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "clamp", "timestamp": 1665461832969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.882Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.882Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.882Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461824386, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.882Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.882Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.882Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "ves-openapi-manager", "timestamp": 1665461831056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.882Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.883Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.883Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "aai-ml", "timestamp": 1665461822874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.883Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.883Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.883Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "cds", "timestamp": 1665461829721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.883Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.884Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.884Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "policy-id", "timestamp": 1665461824683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.884Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.884Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.884Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461835518, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.884Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.885Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.885Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "clamp", "timestamp": 1665461832969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.885Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.885Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.885Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461824386, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.885Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.886Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.886Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "ves-openapi-manager", "timestamp": 1665461831056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.886Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.886Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.886Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "aai-ml", "timestamp": 1665461822874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:17:49.887Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.887Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.887Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "cds", "timestamp": 1665461829721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.887Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.887Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.887Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461835518, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:17:49.888Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.888Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.888Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "policy-id", "timestamp": 1665461824683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:17:49.888Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.888Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.888Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "clamp", "timestamp": 1665461832969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.889Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.889Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.889Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461824386, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:17:49.890Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.890Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.890Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "ves-openapi-manager", "timestamp": 1665461831056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.890Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.890Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.890Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "cds", "timestamp": 1665461829721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.891Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.891Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.891Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461835518, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-11T04:17:49.891Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.891Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.891Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "clamp", "timestamp": 1665461832969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.892Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.892Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.892Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "aai-ml", "timestamp": 1665461839035, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:49.892Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.892Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.892Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461838082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:49.892Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.893Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.893Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "policy-id", "timestamp": 1665461838047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:49.893Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.893Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.893Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "ves-openapi-manager", "timestamp": 1665461831056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.894Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.894Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.894Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "cds", "timestamp": 1665461829721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.894Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.894Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.894Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461835518, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.895Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.895Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.895Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "clamp", "timestamp": 1665461832969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.895Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.896Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.896Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "policy-id", "timestamp": 1665461839056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:17:49.896Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.896Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.896Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "ves-openapi-manager", "timestamp": 1665461831056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.896Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.897Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.897Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "cds", "timestamp": 1665461829721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:17:49.897Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.897Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.897Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461835518, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-11T04:17:49.898Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.898Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.898Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "clamp", "timestamp": 1665461832969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.898Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.898Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.898Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "policy-id", "timestamp": 1665461840063, "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-11T04:17:49.919Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a3e506ea-d69d-4eeb-8f56-7fb933372c69 2022-10-11T04:17:49.919Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3e506ea-d69d-4eeb-8f56-7fb933372c69 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-11T04:17:49.927Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.927Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "ves-openapi-manager", "timestamp": 1665461831056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.928Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.928Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.928Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461835518, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-11T04:17:49.928Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.928Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.929Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "clamp", "timestamp": 1665461832969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.929Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.929Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.929Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "cds", "timestamp": 1665461840777, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:49.929Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.929Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.930Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461835518, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-11T04:17:49.930Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.930Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.930Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "clamp", "timestamp": 1665461832969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:17:49.931Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.931Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.931Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461841958, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:17:49.931Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.931Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.931Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461835518, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.932Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.932Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.932Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461842977, "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-11T04:17:49.937Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a3e506ea-d69d-4eeb-8f56-7fb933372c69 2022-10-11T04:17:49.937Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3e506ea-d69d-4eeb-8f56-7fb933372c69 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-11T04:17:49.944Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.945Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461835518, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.945Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.945Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.945Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "cds", "timestamp": 1665461843689, "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-11T04:17:49.949Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a3e506ea-d69d-4eeb-8f56-7fb933372c69 2022-10-11T04:17:49.949Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3e506ea-d69d-4eeb-8f56-7fb933372c69 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-11T04:17:49.956Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.956Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461835518, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:17:49.956Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.956Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.956Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "cds", "timestamp": 1665461844721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.957Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.957Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.957Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "policy-id", "timestamp": 1665461844682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.957Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.957Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.957Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461846477, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:49.958Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.958Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.958Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "cds", "timestamp": 1665461844721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.958Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.958Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.959Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "policy-id", "timestamp": 1665461844682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.959Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.959Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.959Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "aai-ml", "timestamp": 1665461847803, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:17:49.959Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.959Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.960Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461847596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:49.960Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.960Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.960Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "cds", "timestamp": 1665461844721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.960Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.960Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.961Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "policy-id", "timestamp": 1665461844682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-11T04:17:49.961Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.961Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.961Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "aai-ml", "timestamp": 1665461848806, "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-11T04:17:49.965Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a3e506ea-d69d-4eeb-8f56-7fb933372c69 2022-10-11T04:17:49.965Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3e506ea-d69d-4eeb-8f56-7fb933372c69 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-11T04:17:49.973Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.973Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461848750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:49.973Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.973Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.973Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "cds", "timestamp": 1665461844721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.973Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.973Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.973Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "policy-id", "timestamp": 1665461844682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.973Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.974Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.974Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461849846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:49.974Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.974Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.974Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "cds", "timestamp": 1665461844721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.974Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.974Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.974Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "policy-id", "timestamp": 1665461844682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.974Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.974Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.974Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461850895, "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-11T04:17:49.978Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a3e506ea-d69d-4eeb-8f56-7fb933372c69 2022-10-11T04:17:49.979Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3e506ea-d69d-4eeb-8f56-7fb933372c69 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-11T04:17:49.985Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.985Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "cds", "timestamp": 1665461844721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.985Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.986Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.986Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "policy-id", "timestamp": 1665461844682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.986Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.986Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.986Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "ves-openapi-manager", "timestamp": 1665461851056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.986Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.986Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.987Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "multicloud-k8s-id", "timestamp": 1665461851899, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T04:17:49.987Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.987Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.987Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "cds", "timestamp": 1665461844721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.987Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.987Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.987Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "policy-id", "timestamp": 1665461844682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.987Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.988Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.988Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "ves-openapi-manager", "timestamp": 1665461851056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.988Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.988Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.988Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "aai-ml", "timestamp": 1665461852874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.988Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.988Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.989Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "cds", "timestamp": 1665461844721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:17:49.989Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.989Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.989Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "policy-id", "timestamp": 1665461844682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:17:49.989Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.989Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.989Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "ves-openapi-manager", "timestamp": 1665461851056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.990Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.990Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.990Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "clamp", "timestamp": 1665461854109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:49.990Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.990Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.990Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "aai-ml", "timestamp": 1665461852874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.990Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.990Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.991Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "cds", "timestamp": 1665461853747, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:49.991Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.991Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.991Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "policy-id", "timestamp": 1665461853748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:49.991Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.991Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.991Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "ves-openapi-manager", "timestamp": 1665461851056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.992Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.992Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.992Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "aai-ml", "timestamp": 1665461852874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:49.992Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:49.992Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.992Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "policy-id", "timestamp": 1665461854755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:17:49.992Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:49.992Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:49.993Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "cds", "timestamp": 1665461855002, "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-11T04:17:50.004Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ccc12131-4ed8-4e13-9847-3d559ddf0d04 2022-10-11T04:17:50.004Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccc12131-4ed8-4e13-9847-3d559ddf0d04 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-11T04:17:50.011Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.011Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461854386, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.011Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.011Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.011Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "ves-openapi-manager", "timestamp": 1665461851056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.011Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.012Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.012Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "aai-ml", "timestamp": 1665461852874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.012Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.012Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.012Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "multicloud-k8s-id", "timestamp": 1665461855518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.012Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.012Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.012Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "policy-id", "timestamp": 1665461855764, "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-11T04:17:50.016Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ccc12131-4ed8-4e13-9847-3d559ddf0d04 2022-10-11T04:17:50.016Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccc12131-4ed8-4e13-9847-3d559ddf0d04 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-11T04:17:50.024Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.025Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "ves-openapi-manager", "timestamp": 1665461851056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.025Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.025Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.025Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461854386, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.025Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.025Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.025Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "aai-ml", "timestamp": 1665461852874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.026Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.026Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.026Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "multicloud-k8s-id", "timestamp": 1665461855518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:17:50.026Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.026Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.026Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "ves-openapi-manager", "timestamp": 1665461851056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.026Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.026Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.026Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461854386, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.027Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.027Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.027Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "clamp", "timestamp": 1665461858493, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:17:50.027Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:50.027Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.027Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "aai-ml", "timestamp": 1665461852874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.027Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.027Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.027Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "multicloud-k8s-id", "timestamp": 1665461855518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-11T04:17:50.027Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.028Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.028Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "ves-openapi-manager", "timestamp": 1665461851056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.028Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.028Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.028Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461854386, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.028Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.028Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.028Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "clamp", "timestamp": 1665461859499, "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-11T04:17:50.033Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a3e506ea-d69d-4eeb-8f56-7fb933372c69 2022-10-11T04:17:50.033Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3e506ea-d69d-4eeb-8f56-7fb933372c69 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-11T04:17:50.040Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.040Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "aai-ml", "timestamp": 1665461852874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.041Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.041Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.041Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "multicloud-k8s-id", "timestamp": 1665461855518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.041Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.041Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.041Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461854386, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.041Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.041Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.041Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "aai-ml", "timestamp": 1665461852874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:17:50.042Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.042Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.042Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "multicloud-k8s-id", "timestamp": 1665461855518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-11T04:17:50.042Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.042Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.042Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461854386, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.042Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.042Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.042Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "multicloud-k8s-id", "timestamp": 1665461855518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.043Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.043Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.043Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "aai-ml", "timestamp": 1665461861641, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:50.043Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:50.043Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.043Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461854386, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.043Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.043Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.043Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "multicloud-k8s-id", "timestamp": 1665461855518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.043Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.043Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.044Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461854386, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:17:50.044Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.044Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.044Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "clamp", "timestamp": 1665461862969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.044Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.044Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.044Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "multicloud-k8s-id", "timestamp": 1665461855518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:17:50.044Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.044Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.045Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461863339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:50.045Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:50.045Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.045Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "clamp", "timestamp": 1665461862969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:17:50.045Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.045Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.045Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "multicloud-k8s-id", "timestamp": 1665461864367, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:50.045Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:50.046Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.046Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "clamp", "timestamp": 1665461862969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.046Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.046Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.046Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "multicloud-k8s-id", "timestamp": 1665461865457, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:50.046Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:50.046Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.046Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "clamp", "timestamp": 1665461862969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.046Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.046Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.047Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "multicloud-k8s-id", "timestamp": 1665461866622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:17:50.047Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:50.047Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.047Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "clamp", "timestamp": 1665461862969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.047Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.047Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.047Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "multicloud-k8s-id", "timestamp": 1665461867641, "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-11T04:17:50.051Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ccc12131-4ed8-4e13-9847-3d559ddf0d04 2022-10-11T04:17:50.051Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccc12131-4ed8-4e13-9847-3d559ddf0d04 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-11T04:17:50.057Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.057Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461867426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:17:50.057Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:50.057Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.057Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "clamp", "timestamp": 1665461862969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.058Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:17:50.058Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.058Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "multicloud-k8s-id", "timestamp": 1665461868645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T04:17:50.058Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:17:50.301Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:17:50.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-11T04:17:50.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a3e506ea-d69d-4eeb-8f56-7fb933372c69","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"a16cd758-d6a4-4fc5-bf7b-77225c314640","serviceDescription":"service","serviceInvariantUUID":"e9d0297f-66f8-4a0f-b66b-8c548e57a07a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ca09017-914c-4412-8399-a18699533f2b","resourceInvariantUUID":"5afe9113-6793-4b33-b514-68d8a833a7d0","resourceCustomizationUUID":"1a4177ad-3234-46ad-b351-9e568d525585","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":"YzljNWM4ODBhMWE2M2FkYTA5MDg1ZjY1NjdkMTQ0ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ff01922-f8ee-4d88-a7b5-e6555104d81d","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":"MTA1N2QxNDM4YzQ3OGViZjQyZTRmMjBkZDk0NTA2YzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bfba862c-a1b5-44e2-98dd-9925ed1ced5d","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":"4ab1660b-0d58-4345-9904-08596a7437e5","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":"4c1d3f01-4b8b-4f00-9b3a-de8e5b659897","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":"3076edd2-c029-443c-b225-6a2f6c50c32d","artifactVersion":"2","generatedFromUUID":"226e8dbb-927e-44f6-aa90-6932d1f7fd9e"},{"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":"803d978f-0198-416d-9285-86aa48946780","artifactVersion":"2","generatedFromUUID":"4ab1660b-0d58-4345-9904-08596a7437e5"},{"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":"226e8dbb-927e-44f6-aa90-6932d1f7fd9e","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":"fac0f546-fb21-41d0-9ef6-54661e875c4f","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":"OTJhMjIzZGQ2Y2U4YzlhYTkzNDc1NjAyYjI4ODFiMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8bbacb5-dd7f-4e10-8614-afb6b78922f7","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTFmNzQ2ZmVhOGI5ZWZiNTlmMzlhZDA5ODM5N2NkODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d2fb1618-bf02-4720-a887-2b8d65471bf8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-11T04:17:50.305Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:17:50.306Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:17:50.310Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:17:50.310Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:50.410Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:17:50.411Z||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-11T04:17:50.411Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:17:50.434Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:17:50.435Z||pool-62-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:17:51.310Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:17:51.313Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:17:51.315Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:17:51.315Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:17:51.415Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:17:51.416Z||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-11T04:17:51.417Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:17:51.442Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:17:51.443Z||pool-63-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:17:52.316Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:17:52.317Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:17:52.319Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:17:52.319Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-11T04:17:52.419Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:17:52.420Z||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-11T04:17:52.420Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:17:52.442Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:17:52.443Z||pool-64-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:17:53.320Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:17:53.321Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:17:53.322Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:17:53.323Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:53.423Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:17:53.423Z||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-11T04:17:53.424Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:17:53.449Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:17:53.450Z||pool-65-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":2,"count":1} 2022-10-11T04:17:54.323Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:17:54.324Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:17:54.326Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:17:54.326Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-11T04:17:54.426Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:17:54.427Z||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-11T04:17:54.427Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:17:54.449Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:17:54.449Z||pool-66-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:17:55.326Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:17:55.327Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:17:55.329Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:17:55.329Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-11T04:17:55.429Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:17:55.430Z||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-11T04:17:55.430Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:17:55.462Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:17:55.463Z||pool-67-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:17:56.330Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:17:56.332Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:17:56.334Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:17:56.334Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-11T04:17:56.434Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:17:56.435Z||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-11T04:17:56.435Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:17:56.453Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:17:56.454Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:17:57.334Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:17:57.335Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:17:57.337Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:17:57.337Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:57.438Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:17:57.438Z||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-11T04:17:57.438Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:17:57.463Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:17:57.463Z||pool-69-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:17:58.338Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:17:58.338Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:17:58.342Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:17:58.343Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:17:58.441Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-10-11T04:17:58.443Z||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-11T04:17:58.444Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:17:58.472Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:17:58.472Z||pool-70-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:17:59.344Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:17:59.345Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:17:59.347Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:17:59.347Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:17:59.447Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:17:59.448Z||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-11T04:17:59.449Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:17:59.482Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:17:59.483Z||pool-71-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:18:00.349Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "a16cd758-d6a4-4fc5-bf7b-77225c314640", "serviceDescription": "service", "serviceInvariantUUID": "e9d0297f-66f8-4a0f-b66b-8c548e57a07a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1a4177ad-3234-46ad-b351-9e568d525585", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1ca09017-914c-4412-8399-a18699533f2b", "resourceInvariantUUID": "5afe9113-6793-4b33-b514-68d8a833a7d0", "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": "MTA1N2QxNDM4YzQ3OGViZjQyZTRmMjBkZDk0NTA2YzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bfba862c-a1b5-44e2-98dd-9925ed1ced5d", "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": "4ab1660b-0d58-4345-9904-08596a7437e5", "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": "803d978f-0198-416d-9285-86aa48946780", "generatedFromUUID": "4ab1660b-0d58-4345-9904-08596a7437e5" }, "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": "3076edd2-c029-443c-b225-6a2f6c50c32d", "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": "803d978f-0198-416d-9285-86aa48946780", "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": "226e8dbb-927e-44f6-aa90-6932d1f7fd9e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "OTFmNzQ2ZmVhOGI5ZWZiNTlmMzlhZDA5ODM5N2NkODc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d2fb1618-bf02-4720-a887-2b8d65471bf8" } ], "workloadContext": "Production" } 2022-10-11T04:18:00.349Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-11T04:18:00.349Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a16cd758-d6a4-4fc5-bf7b-77225c314640 ASDC 2022-10-11T04:18:00.350Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:a3e506ea-d69d-4eeb-8f56-7fb933372c69 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:a16cd758-d6a4-4fc5-bf7b-77225c314640 ServiceInvariantUUID:e9d0297f-66f8-4a0f-b66b-8c548e57a07a 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:d2fb1618-bf02-4720-a887-2b8d65471bf8 ArtifactChecksum:OTFmNzQ2ZmVhOGI5ZWZiNTlmMzlhZDA5ODM5N2NkODc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1a4177ad-3234-46ad-b351-9e568d525585 ResourceInvariantUUID:5afe9113-6793-4b33-b514-68d8a833a7d0 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1ca09017-914c-4412-8399-a18699533f2b 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:bfba862c-a1b5-44e2-98dd-9925ed1ced5d ArtifactChecksum:MTA1N2QxNDM4YzQ3OGViZjQyZTRmMjBkZDk0NTA2YzM= 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:4ab1660b-0d58-4345-9904-08596a7437e5 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:803d978f-0198-416d-9285-86aa48946780 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:3076edd2-c029-443c-b225-6a2f6c50c32d 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:803d978f-0198-416d-9285-86aa48946780 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:226e8dbb-927e-44f6-aa90-6932d1f7fd9e ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-11T04:18:00.350Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a16cd758-d6a4-4fc5-bf7b-77225c314640 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-11T04:18:00.385Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-11T04:18:00.386Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-11T04:18:00.386Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-11T04:18:00.387Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d2fb1618-bf02-4720-a887-2b8d65471bf8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-11T04:18:00.387Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-11T04:18:00.387Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-11T04:18:00.522Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-11T04:18:00.532Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d2fb1618-bf02-4720-a887-2b8d65471bf8 158211 2022-10-11T04:18:00.532Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:00.533Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:00.533Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:18:00.533Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:00.535Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:00.535Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461880532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:18:00.635Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:00.636Z||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-11T04:18:00.636Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:00.680Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:00.681Z||pool-72-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:18:01.537Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-11T04:18:01.538Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-11T04:18:01.538Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d2fb1618-bf02-4720-a887-2b8d65471bf8, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-11T04:18:01.539Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-10-11T04:18:01.540Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-11T04:18:01.540Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-11T04:18:01.734Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15290639180791067727/Definitions/service-BasicCnfMacro-template.yml 2022-10-11T04:18:02.932Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-11T04:18:02.933Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-11T04:18:02.933Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-11T04:18:02.933Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-11T04:18:02.933Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-11T04:18:02.933Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:02.934Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:02.934Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:02.934Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-11T04:18:02.934Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:02.935Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:02.935Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-11T04:18:02.935Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-11T04:18:02.936Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-11T04:18:02.936Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:02.936Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:02.937Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-11T04:18:02.937Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-11T04:18:02.937Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-11T04:18:02.937Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:02.938Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:02.938Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:02.938Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-11T04:18:02.939Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-10-11T04:18:02.939Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-10-11T04:18:02.939Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-11T04:18:02.939Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:02.940Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-11T04:18:02.940Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:02.940Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-11T04:18:02.940Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:18:02.941Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:02.941Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-11T04:18:02.941Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:18:02.942Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:02.942Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-11T04:18:02.942Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:18:02.942Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:02.943Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-11T04:18:02.943Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:18:02.943Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:02.943Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-11T04:18:02.944Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-10-11T04:18:02.944Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=ca061af5-1734-4cd2-9c88-30910a536338 2022-10-11T04:18:02.944Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:02.944Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:02.945Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:02.945Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:02.945Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:02.945Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:02.946Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:02.946Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:02.946Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:a16cd758-d6a4-4fc5-bf7b-77225c314640 Model Version:NULL Model InvariantUuid:e9d0297f-66f8-4a0f-b66b-8c548e57a07a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:ef0ddade-10ca-4d50-98af-61b9467a5c6e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5afe9113-6793-4b33-b514-68d8a833a7d0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1a4177ad-3234-46ad-b351-9e568d525585 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:11a6ce7e-2ddc-4053-b0a4-72d65ffd1975 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:8debc3c9-969f-47df-8d4b-660b2129f33c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:8f50b1fa-c457-4a2c-a19c-9f6583d9cb06 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:b4e526c5-9ecd-462e-a737-874e33aa2dee ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ca061af5-1734-4cd2-9c88-30910a536338 ModelInvariantUuid:6c4a9f1f-5826-41dc-b67b-f73c7e240641 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:6c8e075b-70a2-4c0f-bb72-d76f693561bc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:51a990e0-694e-47e7-92ff-13e45cbb70d1 ModelInvariantUuid:82db5029-1917-49e5-8bfe-ba2829347983 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:30835e10-aa66-4fd1-9901-8a671fcee60b 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-11T04:18:02.955Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ca09017-914c-4412-8399-a18699533f2b 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-11T04:18:02.959Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0 2022-10-11T04:18:02.960Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ca09017-914c-4412-8399-a18699533f2b 2022-10-11T04:18:02.960Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bfba862c-a1b5-44e2-98dd-9925ed1ced5d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-11T04:18:02.960Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-11T04:18:02.960Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:03.057Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-11T04:18:03.058Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json bfba862c-a1b5-44e2-98dd-9925ed1ced5d 1565 2022-10-11T04:18:03.058Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:03.058Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:03.059Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:18:03.059Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:03.062Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:03.062Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461883058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T04:18:03.162Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:18:03.163Z||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-11T04:18:03.164Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:03.182Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:03.182Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:18:04.063Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "8f50b1fa-c457-4a2c-a19c-9f6583d9cb06", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b4e526c5-9ecd-462e-a737-874e33aa2dee", "vfModuleModelCustomizationUUID": "3021fe10-926c-4acc-bf1a-c58079ca88b0", "isBase": true, "artifacts": [ "4ab1660b-0d58-4345-9904-08596a7437e5", "803d978f-0198-416d-9285-86aa48946780" ], "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": "11a6ce7e-2ddc-4053-b0a4-72d65ffd1975", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8debc3c9-969f-47df-8d4b-660b2129f33c", "vfModuleModelCustomizationUUID": "d7546f6a-dadf-445e-9707-f4d0405ca5d3", "isBase": false, "artifacts": [ "226e8dbb-927e-44f6-aa90-6932d1f7fd9e" ], "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-11T04:18:04.068Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b4e526c5-9ecd-462e-a737-874e33aa2dee VfModuleModelInvariantUUID:8f50b1fa-c457-4a2c-a19c-9f6583d9cb06 VfModuleModelDescription:NULL Artifacts UUID List:{ 4ab1660b-0d58-4345-9904-08596a7437e5 , 803d978f-0198-416d-9285-86aa48946780 } 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:8debc3c9-969f-47df-8d4b-660b2129f33c VfModuleModelInvariantUUID:11a6ce7e-2ddc-4053-b0a4-72d65ffd1975 VfModuleModelDescription:NULL Artifacts UUID List:{ 226e8dbb-927e-44f6-aa90-6932d1f7fd9e } 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-11T04:18:04.070Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "8f50b1fa-c457-4a2c-a19c-9f6583d9cb06", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b4e526c5-9ecd-462e-a737-874e33aa2dee", "vfModuleModelCustomizationUUID": "3021fe10-926c-4acc-bf1a-c58079ca88b0", "isBase": true, "artifacts": [ "4ab1660b-0d58-4345-9904-08596a7437e5", "803d978f-0198-416d-9285-86aa48946780" ], "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": "11a6ce7e-2ddc-4053-b0a4-72d65ffd1975", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8debc3c9-969f-47df-8d4b-660b2129f33c", "vfModuleModelCustomizationUUID": "d7546f6a-dadf-445e-9707-f4d0405ca5d3", "isBase": false, "artifacts": [ "226e8dbb-927e-44f6-aa90-6932d1f7fd9e" ], "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-11T04:18:04.070Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b4e526c5-9ecd-462e-a737-874e33aa2dee VfModuleModelInvariantUUID:8f50b1fa-c457-4a2c-a19c-9f6583d9cb06 VfModuleModelDescription:NULL Artifacts UUID List:{ 4ab1660b-0d58-4345-9904-08596a7437e5 , 803d978f-0198-416d-9285-86aa48946780 } 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:8debc3c9-969f-47df-8d4b-660b2129f33c VfModuleModelInvariantUUID:11a6ce7e-2ddc-4053-b0a4-72d65ffd1975 VfModuleModelDescription:NULL Artifacts UUID List:{ 226e8dbb-927e-44f6-aa90-6932d1f7fd9e } 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-11T04:18:04.070Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4ab1660b-0d58-4345-9904-08596a7437e5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-11T04:18:04.070Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-11T04:18:04.070Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:04.142Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-11T04:18:04.142Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 4ab1660b-0d58-4345-9904-08596a7437e5 914 2022-10-11T04:18:04.143Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:04.143Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:04.143Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:18:04.143Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:04.145Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:04.145Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461884142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T04:18:04.245Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:04.246Z||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-11T04:18:04.246Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:04.264Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:04.264Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:18:05.145Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3076edd2-c029-443c-b225-6a2f6c50c32d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-11T04:18:05.146Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-11T04:18:05.147Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:05.247Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-11T04:18:05.248Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 3076edd2-c029-443c-b225-6a2f6c50c32d 12 2022-10-11T04:18:05.249Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:05.249Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:05.249Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:18:05.250Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:05.252Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:05.252Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461885249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:18:05.352Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:05.353Z||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-11T04:18:05.353Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:05.382Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:05.383Z||pool-75-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:18:06.253Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 803d978f-0198-416d-9285-86aa48946780 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-11T04:18:06.254Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-11T04:18:06.254Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:06.334Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-11T04:18:06.335Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 803d978f-0198-416d-9285-86aa48946780 96 2022-10-11T04:18:06.335Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:06.335Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:06.335Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:18:06.335Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:06.337Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:06.337Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461886335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:18:06.437Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:06.438Z||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-11T04:18:06.438Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:06.478Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:06.478Z||pool-76-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:18:07.338Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 226e8dbb-927e-44f6-aa90-6932d1f7fd9e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-11T04:18:07.338Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-11T04:18:07.338Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:07.430Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-11T04:18:07.431Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 226e8dbb-927e-44f6-aa90-6932d1f7fd9e 20206 2022-10-11T04:18:07.431Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:07.431Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:07.432Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:18:07.432Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:07.434Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:07.434Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461887431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-11T04:18:07.534Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:07.534Z||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-11T04:18:07.535Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:07.557Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:07.557Z||pool-77-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:18:08.439Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a16cd758-d6a4-4fc5-bf7b-77225c314640 2022-10-11T04:18:08.440Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 1ca09017-914c-4412-8399-a18699533f2b 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-11T04:18:08.452Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e289e2c, org.onap.sdc.toscaparser.api.parameters.Input@2a8a6483, org.onap.sdc.toscaparser.api.parameters.Input@71c01b2f, org.onap.sdc.toscaparser.api.parameters.Input@39e76529, org.onap.sdc.toscaparser.api.parameters.Input@33b445c7] 2022-10-11T04:18:08.453Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:08.454Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:08.454Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-10-11T04:18:08.454Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1a4177ad-3234-46ad-b351-9e568d525585 2022-10-11T04:18:08.454Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1a4177ad-3234-46ad-b351-9e568d525585 matches Tosca VF Customization UUID: 1a4177ad-3234-46ad-b351-9e568d525585 2022-10-11T04:18:08.454Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1a4177ad-3234-46ad-b351-9e568d525585 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-11T04:18:08.456Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:08.456Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:08.457Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1a4177ad-3234-46ad-b351-9e568d525585: {\"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-11T04:18:08.457Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@39c7063b 2022-10-11T04:18:08.457Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:08.457Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-11T04:18:08.457Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d7546f6a-dadf-445e-9707-f4d0405ca5d3 2022-10-11T04:18:08.457Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d7546f6a-dadf-445e-9707-f4d0405ca5d3 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-11T04:18:08.459Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:08.460Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-11T04:18:08.460Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:18:08.460Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:08.460Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-11T04:18:08.460Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:18:08.461Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:08.461Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-11T04:18:08.461Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1a4177ad-3234-46ad-b351-9e568d525585 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-11T04:18:08.462Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:08.463Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:08.463Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a16cd758-d6a4-4fc5-bf7b-77225c314640: basic_cnf_macro 2022-10-11T04:18:08.463Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:08.463Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:08.463Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:08.463Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:08.463Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:08.464Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:08.464Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:08.464Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:08.464Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:08.464Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:08.464Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:08.500Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 1ca09017-914c-4412-8399-a18699533f2b 2 ASDC deployResourceStructure 2022-10-11T04:18:08.500Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:08.501Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:08.501Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:18:08.501Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:08.503Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:08.503Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461888500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T04:18:08.603Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:08.604Z||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-11T04:18:08.604Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:08.628Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:08.628Z||pool-78-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:18:09.503Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:09.504Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:09.504Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:18:09.504Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:09.506Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:09.506Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461889503, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-11T04:18:09.606Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:09.608Z||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-11T04:18:09.608Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:09.629Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:09.630Z||pool-79-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:18:10.507Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:10.507Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:10.507Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-11T04:18:10.508Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:10.509Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:10.509Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461890507, "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-11T04:18:10.609Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:10.610Z||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-11T04:18:10.610Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:10.652Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:10.653Z||pool-80-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:18:11.510Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:11.510Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:11.511Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:18:11.511Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:11.513Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:11.513Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461891510, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-11T04:18:11.613Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:18:11.614Z||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-11T04:18:11.614Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:11.694Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:11.695Z||pool-81-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:18:12.520Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:12.521Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:12.521Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-11T04:18:12.521Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:12.523Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:12.523Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461892520, "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-11T04:18:12.623Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:12.624Z||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-11T04:18:12.624Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:12.692Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:12.693Z||pool-82-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:18:13.523Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:13.524Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||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-11T04:18:13.524Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:18:13.525Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:13.528Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:13.528Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461893523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:18:13.628Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:13.629Z||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-11T04:18:13.629Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:13.703Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:13.703Z||pool-83-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:18:14.529Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3e506ea-d69d-4eeb-8f56-7fb933372c69 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:18:14.546Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3e506ea-d69d-4eeb-8f56-7fb933372c69 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-11T04:18:14.549Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:18:14.549Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-11T04:18:14.549Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-11T04:18:14.549Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-11T04:18:14.550Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:18:14.550Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:18:14.550Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:18:14.550Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:18:14.551Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:18:14.551Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:18:14.551Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-11T04:18:14.558Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-11T04:18:44.558Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a3e506ea-d69d-4eeb-8f56-7fb933372c69 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-11T04:18:44.563Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a3e506ea-d69d-4eeb-8f56-7fb933372c69 and serviceModelVersionId: a16cd758-d6a4-4fc5-bf7b-77225c314640 2022-10-11T04:18:44.564Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9d0297f-66f8-4a0f-b66b-8c548e57a07a 2022-10-11T04:18:44.565Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9d0297f-66f8-4a0f-b66b-8c548e57a07a/model-vers/model-ver/a16cd758-d6a4-4fc5-bf7b-77225c314640?depth=0 2022-10-11T04:18:44.569Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-10-11T04:18:44.623Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0297f-66f8-4a0f-b66b-8c548e57a07a/model-vers/model-ver/a16cd758-d6a4-4fc5-bf7b-77225c314640?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-11T04:18:44.625Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0297f-66f8-4a0f-b66b-8c548e57a07a/model-vers/model-ver/a16cd758-d6a4-4fc5-bf7b-77225c314640?depth=0|INFO|500||Invoke 2022-10-11T04:18:44.645Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0297f-66f8-4a0f-b66b-8c548e57a07a/model-vers/model-ver/a16cd758-d6a4-4fc5-bf7b-77225c314640?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-11T04:18:44.776Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0297f-66f8-4a0f-b66b-8c548e57a07a/model-vers/model-ver/a16cd758-d6a4-4fc5-bf7b-77225c314640?depth=0|INFO|500||InvokeReturn 2022-10-11T04:18:44.778Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0297f-66f8-4a0f-b66b-8c548e57a07a/model-vers/model-ver/a16cd758-d6a4-4fc5-bf7b-77225c314640?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221011-04:18:43:430-9406], vertex-id=[430104], Content-Length=[0], Date=[Tue, 11 Oct 2022 04:18:43 GMT], Content-Type=[application/json]} 2022-10-11T04:18:44.778Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-10-11T04:18:44.778Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-11T04:18:44.778Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-11T04:18:44.783Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-11T04:18:44.783Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a3e506ea-d69d-4eeb-8f56-7fb933372c69 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-11T04:18:44.784Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-11T04:18:44.784Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:44.786Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:44.786Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461924784, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-11T04:18:44.886Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:44.887Z||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-11T04:18:44.887Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:44.924Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:44.924Z||pool-84-thread-1|||||INFO|500||cambria reply ok (38 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-11T04:18:45.798Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-11T04:18:45.798Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ccc12131-4ed8-4e13-9847-3d559ddf0d04","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ae3df693-5e42-44a2-8047-17073fa5f429","serviceDescription":"service","serviceInvariantUUID":"a31b7c0c-464d-44c2-b70b-5fc89313df20","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7823cd7e-67fd-48ea-854f-087c732318fb","resourceInvariantUUID":"d2892bae-d9ae-4df4-85be-7b51d6a5ecad","resourceCustomizationUUID":"a44019b2-410b-4b13-86cd-ad2fc05b4cea","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":"YTAxZTQxYzk0MjBiMzViNTI4MzllM2FmMDhiZThjODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"011c9ece-4761-428d-a1a9-51c61e8055d6","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":"MDE2OGY2ZjZhMzYzZmEyOTQwODg1MTQ1MzE3Y2I1YmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"64a932e8-ce55-4cea-98ed-dccf92670d8e","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":"d5862ab1-053f-447b-8bae-bb798fe03eaa","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":"53434a41-54c7-409b-b15d-ec149652db68","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":"718e6aa5-19d4-4227-a3cb-4697160218c2","artifactVersion":"2","generatedFromUUID":"d5862ab1-053f-447b-8bae-bb798fe03eaa"},{"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":"YzQxMzk4M2UwYWE1MmM2ZmEwM2M0MWI2NTQ3NzllNzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"79e3b7a0-ab3c-4fad-b087-f3951d98ffde","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":"NDI5MzZkOGVmMmJhMTcxZWY0YWRlNjhhNjk5Nzk1YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9519078a-fb96-4b49-bdc2-a4d072cf6230","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzIwZTEzNTM2ZWViNDZiNWE0ZjQzOWUyZTFmMmViNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8f670be-ce50-4a45-924e-18379ea81638","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-11T04:18:45.798Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:18:45.799Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:45.801Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:45.801Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:18:45.901Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:45.902Z||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-11T04:18:45.902Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:45.920Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:45.921Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:18:46.802Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:18:46.803Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:46.805Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:46.805Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:18:46.905Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:18:46.906Z||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-11T04:18:46.907Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:46.944Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:46.945Z||pool-86-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:18:47.806Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:18:47.807Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:47.809Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:47.809Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-11T04:18:47.909Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:18:47.910Z||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-11T04:18:47.910Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:47.940Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:47.941Z||pool-87-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:18:48.809Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:18:48.810Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:48.813Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:48.813Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:18:48.913Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:18:48.914Z||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-11T04:18:48.914Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:48.937Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:48.937Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:18:49.611Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:18:49.611Z|54768df8-03a9-4989-ade4-d58838c7902c|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-11T04:18:49.612Z|54768df8-03a9-4989-ade4-d58838c7902c|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:49.640Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:49.641Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:18:49.641Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461868440, "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-11T04:18:49.647Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ccc12131-4ed8-4e13-9847-3d559ddf0d04 2022-10-11T04:18:49.648Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccc12131-4ed8-4e13-9847-3d559ddf0d04 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-11T04:18:49.814Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:18:49.815Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:49.817Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:49.817Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-11T04:18:49.916Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:18:49.917Z||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-11T04:18:49.918Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:49.948Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:49.948Z||pool-89-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:18:50.817Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:18:50.818Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:50.820Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:50.820Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:18:50.920Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:50.921Z||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-11T04:18:50.921Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:50.943Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:50.943Z||pool-90-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:18:51.821Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:18:51.822Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:51.824Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:51.825Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:18:51.924Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:18:51.925Z||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-11T04:18:51.926Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:51.953Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:51.954Z||pool-91-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:18:52.825Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:18:52.826Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:52.837Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:52.837Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:18:52.928Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-10-11T04:18:52.928Z||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-11T04:18:52.929Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:52.948Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:52.949Z||pool-92-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:18:53.838Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "ae3df693-5e42-44a2-8047-17073fa5f429", "serviceDescription": "service", "serviceInvariantUUID": "a31b7c0c-464d-44c2-b70b-5fc89313df20", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "a44019b2-410b-4b13-86cd-ad2fc05b4cea", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7823cd7e-67fd-48ea-854f-087c732318fb", "resourceInvariantUUID": "d2892bae-d9ae-4df4-85be-7b51d6a5ecad", "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": "MDE2OGY2ZjZhMzYzZmEyOTQwODg1MTQ1MzE3Y2I1YmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "64a932e8-ce55-4cea-98ed-dccf92670d8e", "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": "d5862ab1-053f-447b-8bae-bb798fe03eaa", "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": "718e6aa5-19d4-4227-a3cb-4697160218c2", "generatedFromUUID": "d5862ab1-053f-447b-8bae-bb798fe03eaa" }, "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": "718e6aa5-19d4-4227-a3cb-4697160218c2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzIwZTEzNTM2ZWViNDZiNWE0ZjQzOWUyZTFmMmViNDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c8f670be-ce50-4a45-924e-18379ea81638" } ], "workloadContext": "Production" } 2022-10-11T04:18:53.839Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-11T04:18:53.839Z|a3e506ea-d69d-4eeb-8f56-7fb933372c69|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ae3df693-5e42-44a2-8047-17073fa5f429 ASDC 2022-10-11T04:18:53.839Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ccc12131-4ed8-4e13-9847-3d559ddf0d04 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:ae3df693-5e42-44a2-8047-17073fa5f429 ServiceInvariantUUID:a31b7c0c-464d-44c2-b70b-5fc89313df20 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:c8f670be-ce50-4a45-924e-18379ea81638 ArtifactChecksum:YzIwZTEzNTM2ZWViNDZiNWE0ZjQzOWUyZTFmMmViNDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:a44019b2-410b-4b13-86cd-ad2fc05b4cea ResourceInvariantUUID:d2892bae-d9ae-4df4-85be-7b51d6a5ecad ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:7823cd7e-67fd-48ea-854f-087c732318fb 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:64a932e8-ce55-4cea-98ed-dccf92670d8e ArtifactChecksum:MDE2OGY2ZjZhMzYzZmEyOTQwODg1MTQ1MzE3Y2I1YmE= 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:d5862ab1-053f-447b-8bae-bb798fe03eaa 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:718e6aa5-19d4-4227-a3cb-4697160218c2 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:718e6aa5-19d4-4227-a3cb-4697160218c2 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-11T04:18:53.840Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae3df693-5e42-44a2-8047-17073fa5f429 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-11T04:18:53.871Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-11T04:18:53.871Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-11T04:18:53.871Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-11T04:18:53.872Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c8f670be-ce50-4a45-924e-18379ea81638 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-11T04:18:53.872Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-11T04:18:53.872Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-11T04:18:53.958Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-11T04:18:53.962Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c8f670be-ce50-4a45-924e-18379ea81638 78816 2022-10-11T04:18:53.962Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:53.962Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:53.962Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:18:53.963Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:53.964Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:53.964Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461933962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:18:54.064Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:18:54.065Z||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-11T04:18:54.065Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:54.085Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:54.085Z||pool-93-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:18:54.966Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-11T04:18:54.966Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-11T04:18:54.966Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c8f670be-ce50-4a45-924e-18379ea81638, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-11T04:18:54.967Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-10-11T04:18:54.967Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-11T04:18:54.967Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-11T04:18:55.085Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15147155415299344934/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-11T04:18:56.207Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-11T04:18:56.207Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-11T04:18:56.208Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-11T04:18:56.208Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-11T04:18:56.208Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:56.208Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:56.208Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-11T04:18:56.208Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:56.208Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-11T04:18:56.208Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:56.208Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-11T04:18:56.209Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:56.209Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:56.209Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-11T04:18:56.209Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:56.209Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:56.210Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-11T04:18:56.210Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-11T04:18:56.210Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-11T04:18:56.210Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:56.210Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:56.211Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-11T04:18:56.211Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-11T04:18:56.211Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-11T04:18:56.211Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:56.211Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:56.212Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:56.212Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-11T04:18:56.212Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-11T04:18:56.212Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-11T04:18:56.212Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-11T04:18:56.213Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-11T04:18:56.213Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-11T04:18:56.213Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:56.213Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-11T04:18:56.214Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:56.214Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-11T04:18:56.214Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:18:56.214Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:56.215Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-11T04:18:56.215Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:18:56.215Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:56.215Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-11T04:18:56.215Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:18:56.216Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:56.216Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-11T04:18:56.216Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-11T04:18:56.216Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-11T04:18:56.217Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5f7a8420-36f0-4f9c-9cbd-e68a93030339 2022-10-11T04:18:56.217Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:56.217Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:56.217Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:56.218Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:56.218Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:56.218Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:56.218Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:56.218Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:56.219Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:ae3df693-5e42-44a2-8047-17073fa5f429 Model Version:NULL Model InvariantUuid:a31b7c0c-464d-44c2-b70b-5fc89313df20 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:da25f09a-ca29-4c63-8ed7-e2a62ca91455 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d2892bae-d9ae-4df4-85be-7b51d6a5ecad Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a44019b2-410b-4b13-86cd-ad2fc05b4cea NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:eb98dd3f-4d65-4448-908e-b661b5cde57b ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:7864141c-30d1-4137-8fb7-bd7af52eff34 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5f7a8420-36f0-4f9c-9cbd-e68a93030339 ModelInvariantUuid:54600138-b13e-43b2-8bdc-c3aec251aee1 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:4a4ecb1c-6641-4c0e-be84-1ee54e20929c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a3a368d4-f884-432c-b6b3-705bfcdb20d1 ModelInvariantUuid:561c062a-4411-47ae-8d54-88fe5f74f845 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:bbac716e-f14a-425d-b14f-95d319ea0e98 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-11T04:18:56.232Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7823cd7e-67fd-48ea-854f-087c732318fb 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-11T04:18:56.235Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||basic_vm_macro 0 2022-10-11T04:18:56.235Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7823cd7e-67fd-48ea-854f-087c732318fb 2022-10-11T04:18:56.236Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 64a932e8-ce55-4cea-98ed-dccf92670d8e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-11T04:18:56.236Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-11T04:18:56.236Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:56.371Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-11T04:18:56.372Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 64a932e8-ce55-4cea-98ed-dccf92670d8e 792 2022-10-11T04:18:56.372Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:56.372Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:56.373Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:18:56.373Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:56.375Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:56.375Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461936372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T04:18:56.475Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:18:56.475Z||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-11T04:18:56.475Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:56.508Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:56.509Z||pool-94-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:18:57.376Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "eb98dd3f-4d65-4448-908e-b661b5cde57b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7864141c-30d1-4137-8fb7-bd7af52eff34", "vfModuleModelCustomizationUUID": "235db739-0d9f-4a95-a407-b21a59c367f4", "isBase": true, "artifacts": [ "d5862ab1-053f-447b-8bae-bb798fe03eaa", "718e6aa5-19d4-4227-a3cb-4697160218c2" ], "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-11T04:18:57.379Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7864141c-30d1-4137-8fb7-bd7af52eff34 VfModuleModelInvariantUUID:eb98dd3f-4d65-4448-908e-b661b5cde57b VfModuleModelDescription:NULL Artifacts UUID List:{ d5862ab1-053f-447b-8bae-bb798fe03eaa , 718e6aa5-19d4-4227-a3cb-4697160218c2 } 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-11T04:18:57.381Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "eb98dd3f-4d65-4448-908e-b661b5cde57b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7864141c-30d1-4137-8fb7-bd7af52eff34", "vfModuleModelCustomizationUUID": "235db739-0d9f-4a95-a407-b21a59c367f4", "isBase": true, "artifacts": [ "d5862ab1-053f-447b-8bae-bb798fe03eaa", "718e6aa5-19d4-4227-a3cb-4697160218c2" ], "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-11T04:18:57.381Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7864141c-30d1-4137-8fb7-bd7af52eff34 VfModuleModelInvariantUUID:eb98dd3f-4d65-4448-908e-b661b5cde57b VfModuleModelDescription:NULL Artifacts UUID List:{ d5862ab1-053f-447b-8bae-bb798fe03eaa , 718e6aa5-19d4-4227-a3cb-4697160218c2 } 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-11T04:18:57.381Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d5862ab1-053f-447b-8bae-bb798fe03eaa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-11T04:18:57.382Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-11T04:18:57.382Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:57.480Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-11T04:18:57.480Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml d5862ab1-053f-447b-8bae-bb798fe03eaa 5033 2022-10-11T04:18:57.481Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:57.481Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:57.481Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:18:57.481Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:57.483Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:57.483Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461937481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T04:18:57.583Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:57.584Z||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-11T04:18:57.584Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:57.601Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:57.601Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:18:58.483Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 718e6aa5-19d4-4227-a3cb-4697160218c2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-11T04:18:58.484Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-11T04:18:58.484Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:58.629Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-11T04:18:58.629Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 718e6aa5-19d4-4227-a3cb-4697160218c2 903 2022-10-11T04:18:58.630Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:58.630Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:58.630Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:18:58.630Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:58.632Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:58.633Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461938630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:18:58.732Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:18:58.733Z||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-11T04:18:58.734Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:58.777Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:58.777Z||pool-96-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:18:59.633Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ae3df693-5e42-44a2-8047-17073fa5f429 2022-10-11T04:18:59.634Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7823cd7e-67fd-48ea-854f-087c732318fb 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-11T04:18:59.647Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@169c692d, org.onap.sdc.toscaparser.api.parameters.Input@5da1e256, org.onap.sdc.toscaparser.api.parameters.Input@2add822c, org.onap.sdc.toscaparser.api.parameters.Input@71df02f5, org.onap.sdc.toscaparser.api.parameters.Input@4ffc8e2] 2022-10-11T04:18:59.648Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:59.648Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:59.649Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-10-11T04:18:59.649Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a44019b2-410b-4b13-86cd-ad2fc05b4cea 2022-10-11T04:18:59.649Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a44019b2-410b-4b13-86cd-ad2fc05b4cea matches Tosca VF Customization UUID: a44019b2-410b-4b13-86cd-ad2fc05b4cea 2022-10-11T04:18:59.649Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a44019b2-410b-4b13-86cd-ad2fc05b4cea 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-11T04:18:59.651Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:59.651Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:59.652Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a44019b2-410b-4b13-86cd-ad2fc05b4cea: {\"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-11T04:18:59.652Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19556d39 2022-10-11T04:18:59.652Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:59.652Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-11T04:18:59.653Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 235db739-0d9f-4a95-a407-b21a59c367f4 2022-10-11T04:18:59.653Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 235db739-0d9f-4a95-a407-b21a59c367f4 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-11T04:18:59.656Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:59.656Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-11T04:18:59.657Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:18:59.657Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:59.657Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-11T04:18:59.657Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:18:59.658Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:59.658Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-11T04:18:59.658Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-11T04:18:59.658Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-11T04:18:59.659Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5f7a8420-36f0-4f9c-9cbd-e68a93030339 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-11T04:18:59.660Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:59.661Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-11T04:18:59.661Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-11T04:18:59.661Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:59.661Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-11T04:18:59.662Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a44019b2-410b-4b13-86cd-ad2fc05b4cea 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-11T04:18:59.663Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:59.663Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:59.664Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ae3df693-5e42-44a2-8047-17073fa5f429: basic_vm_macro 2022-10-11T04:18:59.664Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:59.664Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:59.664Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:59.665Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:59.665Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:59.665Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:59.665Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:59.666Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:59.666Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:18:59.666Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:18:59.666Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:59.736Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7823cd7e-67fd-48ea-854f-087c732318fb 1 ASDC deployResourceStructure 2022-10-11T04:18:59.736Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:59.736Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:18:59.736Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:18:59.737Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:18:59.738Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:18:59.738Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461939736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T04:18:59.838Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:18:59.840Z||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-11T04:18:59.840Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:18:59.859Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:18:59.859Z||pool-97-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:19:00.739Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:19:00.740Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:19:00.740Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:19:00.740Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:19:00.742Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:19:00.742Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461940739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-11T04:19:00.842Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:19:00.843Z||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-11T04:19:00.843Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:19:00.859Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:19:00.859Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:19:01.743Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:19:01.743Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:19:01.743Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:19:01.743Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:19:01.746Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:19:01.746Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461941743, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-11T04:19:01.846Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:19:01.847Z||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-11T04:19:01.847Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:19:01.869Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:19:01.869Z||pool-99-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:19:02.746Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:19:02.747Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||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-11T04:19:02.747Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:19:02.747Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:19:02.749Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:19:02.749Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461942746, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:19:02.849Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:19:02.850Z||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-11T04:19:02.850Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:19:02.886Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:19:02.886Z||pool-100-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:19:03.750Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccc12131-4ed8-4e13-9847-3d559ddf0d04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:19:03.761Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccc12131-4ed8-4e13-9847-3d559ddf0d04 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-11T04:19:03.763Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:19:03.763Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:19:03.764Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:19:33.764Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccc12131-4ed8-4e13-9847-3d559ddf0d04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:19:33.776Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccc12131-4ed8-4e13-9847-3d559ddf0d04 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-11T04:19:33.778Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:19:33.778Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:19:33.778Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:19:49.611Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:19:49.611Z|54768df8-03a9-4989-ade4-d58838c7902c|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-11T04:19:49.612Z|54768df8-03a9-4989-ade4-d58838c7902c|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:19:49.646Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:19:49.646Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:19:49.647Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "clamp", "timestamp": 1665461862969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:19:49.647Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:03.778Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccc12131-4ed8-4e13-9847-3d559ddf0d04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:20:03.789Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccc12131-4ed8-4e13-9847-3d559ddf0d04 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-11T04:20:03.793Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:20:03.793Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:20:03.793Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:20:33.793Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccc12131-4ed8-4e13-9847-3d559ddf0d04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:20:33.803Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccc12131-4ed8-4e13-9847-3d559ddf0d04 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-11T04:20:33.805Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:20:33.805Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-11T04:20:33.805Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-11T04:20:49.611Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:20:49.611Z|54768df8-03a9-4989-ade4-d58838c7902c|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-11T04:20:49.611Z|54768df8-03a9-4989-ade4-d58838c7902c|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:20:49.666Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:20:49.668Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.668Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "aai-ml", "timestamp": 1665461869772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:20:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "clamp", "timestamp": 1665461862969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:20:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.670Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.670Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "aai-ml", "timestamp": 1665461870776, "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-11T04:20:49.677Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ccc12131-4ed8-4e13-9847-3d559ddf0d04 2022-10-11T04:20:49.677Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccc12131-4ed8-4e13-9847-3d559ddf0d04 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-11T04:20:49.685Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.685Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:20:49.685Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.685Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.686Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-11T04:20:49.686Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.686Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.686Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.687Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.687Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.687Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-11T04:20:49.687Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.687Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.688Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-11T04:20:49.688Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.688Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.688Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-11T04:20:49.689Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.689Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.689Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.689Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.689Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.690Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.690Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.690Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.690Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:20:49.690Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.691Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.691Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461880532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:20:49.691Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.691Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.691Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461883058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T04:20:49.692Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.692Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.692Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "clamp", "timestamp": 1665461883492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:20:49.692Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.693Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.693Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461884142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T04:20:49.693Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.693Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.693Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461885249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:20:49.694Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.694Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.694Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461886335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:20:49.694Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.694Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.695Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "clamp", "timestamp": 1665461886501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:20:49.695Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.695Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.695Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461887431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-11T04:20:49.696Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.696Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.696Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "clamp", "timestamp": 1665461887504, "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-11T04:20:49.701Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ccc12131-4ed8-4e13-9847-3d559ddf0d04 2022-10-11T04:20:49.701Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccc12131-4ed8-4e13-9847-3d559ddf0d04 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-11T04:20:49.710Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.710Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461888500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T04:20:49.710Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.710Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.711Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461889503, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-11T04:20:49.711Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.711Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.711Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461890507, "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-11T04:20:49.711Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.712Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.712Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461891510, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-11T04:20:49.712Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.712Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.713Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461892520, "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-11T04:20:49.713Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.713Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.713Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461893523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:20:49.714Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.714Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.714Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "multicloud-k8s-id", "timestamp": 1665461895518, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.714Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.714Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.715Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "multicloud-k8s-id", "timestamp": 1665461895518, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.715Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.715Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.715Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "policy-id", "timestamp": 1665461904682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.715Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.716Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.716Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "cds", "timestamp": 1665461904721, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.716Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.716Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.717Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "multicloud-k8s-id", "timestamp": 1665461895518, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.717Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.717Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.717Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "policy-id", "timestamp": 1665461904682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.718Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.718Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.718Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "cds", "timestamp": 1665461904721, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.718Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.718Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.719Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "multicloud-k8s-id", "timestamp": 1665461895518, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.719Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.719Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.719Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "cds", "timestamp": 1665461904721, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.720Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.720Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.720Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "policy-id", "timestamp": 1665461904682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.720Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.720Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.721Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "multicloud-k8s-id", "timestamp": 1665461895518, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.721Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.721Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.721Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "policy-id", "timestamp": 1665461904682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.722Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.722Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.722Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "cds", "timestamp": 1665461904721, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.722Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.722Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.723Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "multicloud-k8s-id", "timestamp": 1665461895518, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.723Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.723Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.723Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "policy-id", "timestamp": 1665461904682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.723Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.723Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "cds", "timestamp": 1665461904721, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "multicloud-k8s-id", "timestamp": 1665461895518, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.725Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.725Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "policy-id", "timestamp": 1665461904682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.725Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.726Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.726Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "cds", "timestamp": 1665461904721, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.726Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.726Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.726Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "ves-openapi-manager", "timestamp": 1665461911056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.727Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.727Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.727Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "multicloud-k8s-id", "timestamp": 1665461895518, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.727Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.728Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.728Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "policy-id", "timestamp": 1665461904682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.728Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.728Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.728Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "cds", "timestamp": 1665461904721, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.729Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.729Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.729Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "ves-openapi-manager", "timestamp": 1665461911056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.729Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.730Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.730Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "multicloud-k8s-id", "timestamp": 1665461895518, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:20:49.730Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.730Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.730Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "policy-id", "timestamp": 1665461904682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.731Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.731Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.731Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "cds", "timestamp": 1665461904721, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.731Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.731Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.732Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "aai-ml", "timestamp": 1665461912873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.732Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.732Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.732Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "ves-openapi-manager", "timestamp": 1665461911056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.733Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.733Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.733Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "policy-id", "timestamp": 1665461904682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:20:49.733Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.734Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.734Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "cds", "timestamp": 1665461904721, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:20:49.734Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.734Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.734Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "aai-ml", "timestamp": 1665461912873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.735Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.735Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.735Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "ves-openapi-manager", "timestamp": 1665461911056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.735Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.736Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.736Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "aai-ml", "timestamp": 1665461912873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.736Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.736Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.737Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "cds", "timestamp": 1665461914714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:20:49.737Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.737Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.737Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "policy-id", "timestamp": 1665461914685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:20:49.737Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.738Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.738Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "ves-openapi-manager", "timestamp": 1665461911056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.738Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.738Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.738Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461914387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.739Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.739Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.739Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "aai-ml", "timestamp": 1665461912873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.739Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.739Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.740Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "policy-id", "timestamp": 1665461915694, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:20:49.740Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.740Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.740Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "cds", "timestamp": 1665461915947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-11T04:20:49.754Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cc8e2032-7323-4f6d-b12a-5f71220db407 2022-10-11T04:20:49.754Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc8e2032-7323-4f6d-b12a-5f71220db407 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-11T04:20:49.761Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.762Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461914387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.762Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.762Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.762Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "ves-openapi-manager", "timestamp": 1665461911056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.762Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.762Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.763Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "aai-ml", "timestamp": 1665461912873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.763Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.763Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.763Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "policy-id", "timestamp": 1665461916699, "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-11T04:20:49.772Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cc8e2032-7323-4f6d-b12a-5f71220db407 2022-10-11T04:20:49.772Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc8e2032-7323-4f6d-b12a-5f71220db407 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-11T04:20:49.780Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.780Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "ves-openapi-manager", "timestamp": 1665461911056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-11T04:20:49.780Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.781Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.781Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461914387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.781Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.781Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.781Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "aai-ml", "timestamp": 1665461912873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.781Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.782Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.782Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "ves-openapi-manager", "timestamp": 1665461911056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.782Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.782Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.782Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461914387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.782Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.782Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.783Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "aai-ml", "timestamp": 1665461912873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.783Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.783Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.783Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "ves-openapi-manager", "timestamp": 1665461911056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.783Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.783Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.783Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461914387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.784Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.784Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.784Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "aai-ml", "timestamp": 1665461912873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.784Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.784Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.784Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461914387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.785Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.785Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.785Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "ves-openapi-manager", "timestamp": 1665461920919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T04:20:49.785Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.785Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.785Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "aai-ml", "timestamp": 1665461912873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:20:49.785Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.786Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.786Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461914387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.786Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.786Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.786Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "ves-openapi-manager", "timestamp": 1665461922116, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-11T04:20:49.786Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.787Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.787Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "aai-ml", "timestamp": 1665461922689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:20:49.787Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.787Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.787Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461914387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.787Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.787Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.787Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "ves-openapi-manager", "timestamp": 1665461923120, "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-11T04:20:49.793Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cc8e2032-7323-4f6d-b12a-5f71220db407 2022-10-11T04:20:49.793Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc8e2032-7323-4f6d-b12a-5f71220db407 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-11T04:20:49.801Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.801Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "clamp", "timestamp": 1665461922969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.801Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.802Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.802Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461914387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:20:49.802Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.802Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.802Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3e506ea-d69d-4eeb-8f56-7fb933372c69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461924784, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-11T04:20:49.803Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.803Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.803Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "clamp", "timestamp": 1665461922969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.803Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.804Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.804Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461924248, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:20:49.804Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.804Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.804Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.805Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.805Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.805Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "clamp", "timestamp": 1665461922969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.805Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.805Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.806Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-11T04:20:49.806Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.806Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.806Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "clamp", "timestamp": 1665461922969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.806Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.807Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.807Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-11T04:20:49.807Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.807Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.807Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "aai-ml", "timestamp": 1665461927655, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:20:49.808Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.808Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.808Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "clamp", "timestamp": 1665461922969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.808Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.809Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.809Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461926894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:20:49.809Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:20:49.809Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.809Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.810Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.810Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.810Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "aai-ml", "timestamp": 1665461928659, "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-11T04:20:49.815Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cc8e2032-7323-4f6d-b12a-5f71220db407 2022-10-11T04:20:49.815Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc8e2032-7323-4f6d-b12a-5f71220db407 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-11T04:20:49.823Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.823Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "clamp", "timestamp": 1665461922969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:20:49.823Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:20:49.823Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:20:49.824Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665461927902, "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-11T04:20:49.828Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cc8e2032-7323-4f6d-b12a-5f71220db407 2022-10-11T04:20:49.829Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc8e2032-7323-4f6d-b12a-5f71220db407 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-11T04:21:03.806Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccc12131-4ed8-4e13-9847-3d559ddf0d04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:21:03.817Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccc12131-4ed8-4e13-9847-3d559ddf0d04 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-11T04:21:03.821Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:21:03.821Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-11T04:21:03.822Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-11T04:21:03.822Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-11T04:21:03.822Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:21:03.822Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:21:03.822Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:21:03.822Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:21:03.822Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:21:03.822Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:21:03.823Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-11T04:21:03.827Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-11T04:21:33.827Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ccc12131-4ed8-4e13-9847-3d559ddf0d04 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-11T04:21:34.191Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ccc12131-4ed8-4e13-9847-3d559ddf0d04 and serviceModelVersionId: ae3df693-5e42-44a2-8047-17073fa5f429 2022-10-11T04:21:34.191Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a31b7c0c-464d-44c2-b70b-5fc89313df20 2022-10-11T04:21:34.192Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a31b7c0c-464d-44c2-b70b-5fc89313df20/model-vers/model-ver/ae3df693-5e42-44a2-8047-17073fa5f429?depth=0 2022-10-11T04:21:34.197Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-10-11T04:21:34.247Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a31b7c0c-464d-44c2-b70b-5fc89313df20/model-vers/model-ver/ae3df693-5e42-44a2-8047-17073fa5f429?depth=0|INFO|500||Invoke 2022-10-11T04:21:34.247Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a31b7c0c-464d-44c2-b70b-5fc89313df20/model-vers/model-ver/ae3df693-5e42-44a2-8047-17073fa5f429?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a31b7c0c-464d-44c2-b70b-5fc89313df20/model-vers/model-ver/ae3df693-5e42-44a2-8047-17073fa5f429?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ccc12131-4ed8-4e13-9847-3d559ddf0d04], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8929ed96-ee8c-45c5-a6de-19c8e805defa], X-ECOMP-RequestID=[ccc12131-4ed8-4e13-9847-3d559ddf0d04], X-TransactionId=[], X-ONAP-RequestID=[ccc12131-4ed8-4e13-9847-3d559ddf0d04], Content-Type=[application/merge-patch+json]} 2022-10-11T04:21:34.263Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a31b7c0c-464d-44c2-b70b-5fc89313df20/model-vers/model-ver/ae3df693-5e42-44a2-8047-17073fa5f429?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-11T04:21:34.397Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a31b7c0c-464d-44c2-b70b-5fc89313df20/model-vers/model-ver/ae3df693-5e42-44a2-8047-17073fa5f429?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/a31b7c0c-464d-44c2-b70b-5fc89313df20/model-vers/model-ver/ae3df693-5e42-44a2-8047-17073fa5f429?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221011-04:21:33:057-56550], vertex-id=[262312], Content-Length=[0], Date=[Tue, 11 Oct 2022 04:21:33 GMT], Content-Type=[application/json]} 2022-10-11T04:21:34.397Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a31b7c0c-464d-44c2-b70b-5fc89313df20/model-vers/model-ver/ae3df693-5e42-44a2-8047-17073fa5f429?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-11T04:21:34.398Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a31b7c0c-464d-44c2-b70b-5fc89313df20/model-vers/model-ver/ae3df693-5e42-44a2-8047-17073fa5f429?depth=0|INFO|500||InvokeReturn 2022-10-11T04:21:34.398Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-11T04:21:34.399Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-11T04:21:34.403Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-11T04:21:34.403Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ccc12131-4ed8-4e13-9847-3d559ddf0d04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-11T04:21:34.404Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-11T04:21:34.404Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:21:34.405Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:21:34.406Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462094403, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-11T04:21:34.505Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:21:34.506Z||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-11T04:21:34.507Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:21:34.539Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:21:34.539Z||pool-101-thread-1|||||INFO|500||cambria reply ok (33 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-11T04:21:35.418Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:21:35.419Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|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-11T04:21:35.419Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:21:40.177Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:21:40.178Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-11T04:21:40.178Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"cc8e2032-7323-4f6d-b12a-5f71220db407","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"2ac9a3e6-5a3a-4f43-9fae-5522e4564c09","serviceDescription":"service","serviceInvariantUUID":"0ecf388c-4af4-44c6-b196-80e682c644b9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3a34d2a8-d527-4db7-a27a-14776b9af140","resourceInvariantUUID":"1c0a6029-32b0-4f4c-b96f-4e2085f69d50","resourceCustomizationUUID":"0b4fda80-da93-4c26-a5a9-7041887a5656","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":"NGNhNGUzOGYyMGIyMTY1NGIwMTVkNGM1NDMzZTNjZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"601a24fc-b413-4d18-804e-44816b5207c5","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":"ee090227-b196-4b44-a759-e6fd7f1904a2","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":"4c4d90a6-bf8c-487b-beab-36697e1a5ecc","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":"ODc0ODg4NjQzZGRmOGZjMjgyODAzY2UyMGViMGFiYmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"42556347-8d28-4a61-a25e-b84375e3f4bd","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":"112b2158-81d9-4f16-98fe-5661756349ec","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":"f0f3a1af-ea26-40f9-a039-5012ee054d2d","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":"f69c9936-bc8c-4e73-b9e7-4b2842b0f919","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":"M2I3OWI5ZTk0MTA1N2VkZjMxZmI0NjZjZTNlMmEzNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"720dfd00-49d5-4ecb-a9d9-38388d6370ee","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjQ3NDk4MWNkM2QzYTdlYjVhMTQ5YWI0NDM1ZmRkZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a4a9dc3-0bce-4062-bd65-fdd303b6d340","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-11T04:21:40.182Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:21:40.182Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:21:40.185Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:21:40.185Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:21:40.284Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:21:40.285Z||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-11T04:21:40.286Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:21:40.325Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:21:40.326Z||pool-102-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:21:41.185Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:21:41.186Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:21:41.188Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:21:41.188Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:21:41.288Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:21:41.289Z||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-11T04:21:41.289Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:21:41.321Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:21:41.322Z||pool-103-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:21:42.188Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:21:42.189Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:21:42.191Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:21:42.191Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-11T04:21:42.291Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:21:42.292Z||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-11T04:21:42.292Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:21:42.320Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:21:42.321Z||pool-104-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:21:43.191Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:21:43.192Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:21:43.193Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:21:43.194Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:21:43.294Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:21:43.295Z||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-11T04:21:43.296Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:21:43.355Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:21:43.355Z||pool-105-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":2,"count":1} 2022-10-11T04:21:44.194Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:21:44.196Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:21:44.199Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:21:44.199Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:21:44.299Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:21:44.300Z||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-11T04:21:44.300Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:21:44.347Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:21:44.348Z||pool-106-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:21:45.200Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:21:45.201Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:21:45.204Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:21:45.204Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:21:45.303Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:21:45.304Z||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-11T04:21:45.304Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:21:45.325Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:21:45.326Z||pool-107-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:21:46.205Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:21:46.205Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:21:46.207Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:21:46.207Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:21:46.307Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:21:46.308Z||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-11T04:21:46.308Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:21:46.336Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:21:46.337Z||pool-108-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:21:47.208Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:21:47.208Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:21:47.210Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:21:47.210Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:21:47.312Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-11T04:21:47.312Z||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-11T04:21:47.312Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:21:47.334Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:21:47.335Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:21:48.210Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-11T04:21:48.211Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:21:48.212Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:21:48.213Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:21:48.312Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:21:48.313Z||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-11T04:21:48.313Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:21:48.337Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:21:48.337Z||pool-110-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:21:49.214Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "2ac9a3e6-5a3a-4f43-9fae-5522e4564c09", "serviceDescription": "service", "serviceInvariantUUID": "0ecf388c-4af4-44c6-b196-80e682c644b9", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0b4fda80-da93-4c26-a5a9-7041887a5656", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3a34d2a8-d527-4db7-a27a-14776b9af140", "resourceInvariantUUID": "1c0a6029-32b0-4f4c-b96f-4e2085f69d50", "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": "MjQ3NDk4MWNkM2QzYTdlYjVhMTQ5YWI0NDM1ZmRkZTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1a4a9dc3-0bce-4062-bd65-fdd303b6d340" } ], "workloadContext": "Production" } 2022-10-11T04:21:49.214Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-11T04:21:49.214Z|ccc12131-4ed8-4e13-9847-3d559ddf0d04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ac9a3e6-5a3a-4f43-9fae-5522e4564c09 ASDC 2022-10-11T04:21:49.216Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:cc8e2032-7323-4f6d-b12a-5f71220db407 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:2ac9a3e6-5a3a-4f43-9fae-5522e4564c09 ServiceInvariantUUID:0ecf388c-4af4-44c6-b196-80e682c644b9 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:1a4a9dc3-0bce-4062-bd65-fdd303b6d340 ArtifactChecksum:MjQ3NDk4MWNkM2QzYTdlYjVhMTQ5YWI0NDM1ZmRkZTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0b4fda80-da93-4c26-a5a9-7041887a5656 ResourceInvariantUUID:1c0a6029-32b0-4f4c-b96f-4e2085f69d50 ResourceName:test-pnf ResourceType:PNF ResourceUUID:3a34d2a8-d527-4db7-a27a-14776b9af140 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-11T04:21:49.216Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ac9a3e6-5a3a-4f43-9fae-5522e4564c09 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-11T04:21:49.248Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-11T04:21:49.249Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-11T04:21:49.249Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-11T04:21:49.249Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1a4a9dc3-0bce-4062-bd65-fdd303b6d340 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-11T04:21:49.249Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-11T04:21:49.250Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-11T04:21:49.431Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-11T04:21:49.435Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1a4a9dc3-0bce-4062-bd65-fdd303b6d340 105677 2022-10-11T04:21:49.436Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||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-11T04:21:49.436Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||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-11T04:21:49.436Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-11T04:21:49.436Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:21:49.438Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:21:49.439Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462109436, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:21:49.538Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-11T04:21:49.539Z||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-11T04:21:49.539Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:21:49.569Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:21:49.569Z||pool-111-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-10-11T04:21:49.610Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:21:49.611Z|54768df8-03a9-4989-ade4-d58838c7902c|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-11T04:21:49.611Z|54768df8-03a9-4989-ade4-d58838c7902c|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:21:49.667Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:21:49.667Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.667Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-11T04:21:49.668Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:21:49.668Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.668Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "clamp", "timestamp": 1665461922969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:21:49.668Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:21:49.668Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.668Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:21:49.668Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:21:49.668Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.668Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "clamp", "timestamp": 1665461922969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:21:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:21:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:21:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:21:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "clamp", "timestamp": 1665461922969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:21:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:21:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461869605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:21:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-11T04:21:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.669Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461933962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:21:49.670Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:21:49.670Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.670Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461936372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-11T04:21:49.670Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:21:49.670Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.670Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461937481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-11T04:21:49.670Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:21:49.670Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.670Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461938630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-11T04:21:49.670Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:21:49.670Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.670Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461939736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-11T04:21:49.671Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:21:49.671Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.671Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461940739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-11T04:21:49.671Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:21:49.671Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.671Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461941743, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-11T04:21:49.671Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:21:49.671Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.671Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665461942746, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:21:49.671Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:21:49.671Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.671Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "clamp", "timestamp": 1665461943500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:21:49.672Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:21:49.672Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.672Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "clamp", "timestamp": 1665461945508, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:21:49.672Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:21:49.672Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-11T04:21:49.672Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "clamp", "timestamp": 1665461946511, "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-11T04:21:49.677Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cc8e2032-7323-4f6d-b12a-5f71220db407 2022-10-11T04:21:49.678Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc8e2032-7323-4f6d-b12a-5f71220db407 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-11T04:21:50.439Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-11T04:21:50.440Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-11T04:21:50.440Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1a4a9dc3-0bce-4062-bd65-fdd303b6d340, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-11T04:21:50.440Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-10-11T04:21:50.441Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-11T04:21:50.441Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-11T04:21:50.584Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15409353534508620853/Definitions/service-TestPnfMacro-template.yml 2022-10-11T04:21:51.229Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-11T04:21:51.230Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-11T04:21:51.230Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-11T04:21:51.230Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-11T04:21:51.231Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-11T04:21:51.231Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-11T04:21:51.231Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||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-11T04:21:51.231Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-11T04:21:51.231Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-11T04:21:51.231Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-11T04:21:51.232Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-11T04:21:51.232Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-11T04:21:51.232Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:21:51.232Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:21:51.233Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-11T04:21:51.233Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-11T04:21:51.233Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-11T04:21:51.233Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:21:51.233Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:21:51.234Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-11T04:21:51.234Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-11T04:21:51.234Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-11T04:21:51.234Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:21:51.234Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:21:51.235Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:21:51.235Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:21:51.235Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:21:51.236Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:21:51.236Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:21:51.236Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:21:51.236Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:21:51.237Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:21:51.237Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:2ac9a3e6-5a3a-4f43-9fae-5522e4564c09 Model Version:NULL Model InvariantUuid:0ecf388c-4af4-44c6-b196-80e682c644b9 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-11T04:21:51.244Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3a34d2a8-d527-4db7-a27a-14776b9af140 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-11T04:21:51.247Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||test-pnf 0 2022-10-11T04:21:51.247Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3a34d2a8-d527-4db7-a27a-14776b9af140 2022-10-11T04:21:51.247Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 2ac9a3e6-5a3a-4f43-9fae-5522e4564c09 2022-10-11T04:21:51.247Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2ac9a3e6-5a3a-4f43-9fae-5522e4564c09 2022-10-11T04:21:51.248Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3a34d2a8-d527-4db7-a27a-14776b9af140 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-11T04:21:51.252Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c1bcaf9, org.onap.sdc.toscaparser.api.parameters.Input@de63a7e, org.onap.sdc.toscaparser.api.parameters.Input@709e4358, org.onap.sdc.toscaparser.api.parameters.Input@462b0688, org.onap.sdc.toscaparser.api.parameters.Input@240550b6] 2022-10-11T04:21:51.252Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:21:51.253Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:21:51.253Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2ac9a3e6-5a3a-4f43-9fae-5522e4564c09: test-pnf 2022-10-11T04:21:51.253Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||Processing PNF resource: 3a34d2a8-d527-4db7-a27a-14776b9af140 2022-10-11T04:21:51.254Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-11T04:21:51.254Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-11T04:21:51.254Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||Resource customization UUID: 0b4fda80-da93-4c26-a5a9-7041887a5656 is the same as notified resource customizationUUID: 0b4fda80-da93-4c26-a5a9-7041887a5656 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-11T04:21:51.300Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3a34d2a8-d527-4db7-a27a-14776b9af140 0 ASDC deployResourceStructure 2022-10-11T04:21:51.300Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||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-11T04:21:51.300Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||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-11T04:21:51.300Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-11T04:21:51.301Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:21:51.302Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:21:51.303Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462111300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:21:51.403Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:21:51.403Z||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-11T04:21:51.403Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:21:51.425Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:21:51.426Z||pool-112-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-10-11T04:21:52.303Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc8e2032-7323-4f6d-b12a-5f71220db407 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:21:52.313Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc8e2032-7323-4f6d-b12a-5f71220db407 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-11T04:21:52.315Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-11T04:21:52.316Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-11T04:21:52.316Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-11T04:21:52.316Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-11T04:21:52.316Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:21:52.316Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:21:52.316Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:21:52.317Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:21:52.317Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:21:52.317Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:21:52.317Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-11T04:21:52.317Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-11T04:21:52.321Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-11T04:22:22.322Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cc8e2032-7323-4f6d-b12a-5f71220db407 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-11T04:22:22.330Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cc8e2032-7323-4f6d-b12a-5f71220db407 and serviceModelVersionId: 2ac9a3e6-5a3a-4f43-9fae-5522e4564c09 2022-10-11T04:22:22.330Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ecf388c-4af4-44c6-b196-80e682c644b9 2022-10-11T04:22:22.331Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ecf388c-4af4-44c6-b196-80e682c644b9/model-vers/model-ver/2ac9a3e6-5a3a-4f43-9fae-5522e4564c09?depth=0 2022-10-11T04:22:22.335Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-10-11T04:22:22.373Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecf388c-4af4-44c6-b196-80e682c644b9/model-vers/model-ver/2ac9a3e6-5a3a-4f43-9fae-5522e4564c09?depth=0|INFO|500||Invoke 2022-10-11T04:22:22.374Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecf388c-4af4-44c6-b196-80e682c644b9/model-vers/model-ver/2ac9a3e6-5a3a-4f43-9fae-5522e4564c09?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecf388c-4af4-44c6-b196-80e682c644b9/model-vers/model-ver/2ac9a3e6-5a3a-4f43-9fae-5522e4564c09?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cc8e2032-7323-4f6d-b12a-5f71220db407], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[db8b20ff-a8cb-4962-9298-2baddee1029e], X-ECOMP-RequestID=[cc8e2032-7323-4f6d-b12a-5f71220db407], X-TransactionId=[], X-ONAP-RequestID=[cc8e2032-7323-4f6d-b12a-5f71220db407], Content-Type=[application/merge-patch+json]} 2022-10-11T04:22:22.394Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecf388c-4af4-44c6-b196-80e682c644b9/model-vers/model-ver/2ac9a3e6-5a3a-4f43-9fae-5522e4564c09?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-11T04:22:22.542Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecf388c-4af4-44c6-b196-80e682c644b9/model-vers/model-ver/2ac9a3e6-5a3a-4f43-9fae-5522e4564c09?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/0ecf388c-4af4-44c6-b196-80e682c644b9/model-vers/model-ver/2ac9a3e6-5a3a-4f43-9fae-5522e4564c09?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221011-04:22:21:183-6038], vertex-id=[229432], Content-Length=[0], Date=[Tue, 11 Oct 2022 04:22:21 GMT], Content-Type=[application/json]} 2022-10-11T04:22:22.543Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecf388c-4af4-44c6-b196-80e682c644b9/model-vers/model-ver/2ac9a3e6-5a3a-4f43-9fae-5522e4564c09?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-11T04:22:22.544Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecf388c-4af4-44c6-b196-80e682c644b9/model-vers/model-ver/2ac9a3e6-5a3a-4f43-9fae-5522e4564c09?depth=0|INFO|500||InvokeReturn 2022-10-11T04:22:22.544Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-11T04:22:22.545Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-11T04:22:22.549Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-11T04:22:22.549Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cc8e2032-7323-4f6d-b12a-5f71220db407 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-11T04:22:22.550Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-11T04:22:22.550Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-11T04:22:22.552Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-11T04:22:22.552Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462142549, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-11T04:22:22.652Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-11T04:22:22.653Z||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-11T04:22:22.653Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ... 2022-10-11T04:22:22.678Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:22:22.678Z||pool-113-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"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-11T04:22:23.565Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:22:23.566Z|cc8e2032-7323-4f6d-b12a-5f71220db407|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-11T04:22:23.566Z|cc8e2032-7323-4f6d-b12a-5f71220db407|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:22:33.191Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:22:33.192Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:22:33.193Z|cc8e2032-7323-4f6d-b12a-5f71220db407|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-11T04:22:33.193Z|cc8e2032-7323-4f6d-b12a-5f71220db407|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:22:42.894Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:22:42.895Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:22:42.896Z|cc8e2032-7323-4f6d-b12a-5f71220db407|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-11T04:22:42.896Z|cc8e2032-7323-4f6d-b12a-5f71220db407|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:22:49.611Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:22:49.612Z||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-11T04:22:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:22:49.660Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:22:49.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-11T04:22:49.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccc12131-4ed8-4e13-9847-3d559ddf0d04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462094403, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-11T04:22:49.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:22:49.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-11T04:22:49.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:22:49.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-11T04:22:49.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-11T04:22:49.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-11T04:22:49.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-11T04:22:49.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-11T04:22:49.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-11T04:22:49.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-11T04:22:49.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-11T04:22:49.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-11T04:22:49.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-11T04:22:49.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-11T04:22:49.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-11T04:22:49.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-11T04:22:49.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-11T04:22:49.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:22:49.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-11T04:22:49.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-11T04:22:49.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-11T04:22:49.664Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-11T04:22:49.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-11T04:22:49.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-11T04:22:49.664Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-11T04:22:49.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-11T04:22:49.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462095418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-11T04:22:49.664Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-11T04:22:49.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-11T04:22:49.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462109436, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-11T04:22:49.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:22:52.533Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:22:52.534Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:22:52.535Z|cc8e2032-7323-4f6d-b12a-5f71220db407|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-11T04:22:52.535Z|cc8e2032-7323-4f6d-b12a-5f71220db407|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:23:02.102Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:23:49.605Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:23:49.606Z|cc8e2032-7323-4f6d-b12a-5f71220db407|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-11T04:23:49.606Z|cc8e2032-7323-4f6d-b12a-5f71220db407|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:23:49.611Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:23:49.612Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|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-11T04:23:49.612Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:23:50.149Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:23:50.149Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-11T04:23:50.149Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462111300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-11T04:23:50.150Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:23:50.150Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-11T04:23:50.150Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc8e2032-7323-4f6d-b12a-5f71220db407", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665462142549, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-11T04:23:50.150Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-11T04:23:59.196Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:24:49.605Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:24:49.606Z|cc8e2032-7323-4f6d-b12a-5f71220db407|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-11T04:24:49.606Z|cc8e2032-7323-4f6d-b12a-5f71220db407|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:24:49.610Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:24:49.611Z||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-11T04:24:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:24:59.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:24:59.209Z|cc8e2032-7323-4f6d-b12a-5f71220db407|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:25:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:25:49.608Z||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-11T04:25:49.608Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:25:49.611Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:25:49.611Z||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-11T04:25:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:25:59.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:25:59.182Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:26:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:26:49.606Z||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-11T04:26:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:26:49.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:26:49.611Z||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-11T04:26:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:26:59.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:26:59.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:27:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:27:49.606Z||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-11T04:27:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:27:49.611Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:27:49.611Z||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-11T04:27:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:27:59.218Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:27:59.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:28:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:28:49.606Z||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-11T04:28:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:28:49.610Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:28:49.611Z|54768df8-03a9-4989-ade4-d58838c7902c|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-11T04:28:49.611Z|54768df8-03a9-4989-ade4-d58838c7902c|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:28:59.170Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:28:59.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:29:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:29:49.606Z||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-11T04:29:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:29:49.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:29:49.611Z||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-11T04:29:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:29:59.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:29:59.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:30:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:30:49.606Z||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-11T04:30:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:30:49.611Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:30:49.611Z||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-11T04:30:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:30:59.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:30:59.203Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:31:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:31:49.606Z||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-11T04:31:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:31:49.611Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:31:49.611Z||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-11T04:31:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:31:59.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:31:59.182Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:32:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:32:49.607Z||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-11T04:32:49.607Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:32:49.611Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:32:49.611Z||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-11T04:32:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:32:59.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:32:59.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:33:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:33:49.606Z||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-11T04:33:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:33:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:33:49.611Z||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-11T04:33:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:33:59.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:33:59.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:34:49.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:34:49.607Z||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-11T04:34:49.607Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:34:49.614Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:34:49.616Z|54768df8-03a9-4989-ade4-d58838c7902c|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-11T04:34:49.616Z|54768df8-03a9-4989-ade4-d58838c7902c|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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:34:59.211Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:34:59.243Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:35:49.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:35:49.608Z||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-11T04:35:49.608Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:35:49.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:35:49.611Z||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-11T04:35:49.612Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:35:59.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:35:59.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:36:49.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:36:49.606Z||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-11T04:36:49.606Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:36:49.611Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-11T04:36:49.611Z||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-11T04:36:49.611Z||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 3LXDdphQSMC1di8Q) ... 2022-10-11T04:36:59.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-11T04:36:59.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK