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-09-30T15:41:00.874Z||main|||||INFO|500||The following profiles are active: basic 2022-09-30T15:41:20.414Z||main|||||INFO|500||Starting service [Tomcat] 2022-09-30T15:41:20.415Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-09-30T15:41:20.605Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-09-30T15:41:28.141Z||main|||||INFO|500||catdb-pool - Starting... 2022-09-30T15:41:28.790Z||main|||||INFO|500||catdb-pool - Start completed. 2022-09-30T15:41:29.474Z||main|||||INFO|500||reqdb-pool - Starting... 2022-09-30T15:41:29.485Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-09-30T15:41:29.639Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-09-30T15:41:29.997Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-09-30T15:41:30.979Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-09-30T15:41:33.773Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-09-30T15:41:37.180Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-09-30T15:41:37.264Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-09-30T15:41:38.157Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-09-30T15:41:38.583Z||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-09-30T15:41:40.384Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-09-30T15:41:41.789Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-09-30T15:41:41.819Z||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$$fa32a587.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-09-30T15:41:41.821Z||main|||||WARN|500||The sdc end point is not alive 2022-09-30T15:41:46.483Z||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-09-30T15:41:51.016Z||main|||||WARN|500||--- 2022-09-30T15:41:51.017Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-09-30T15:41:51.017Z||main|||||WARN|500||--- 2022-09-30T15:41:51.670Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-09-30T15:41:58.184Z||main|||||INFO|500||Started Application in 64.22 seconds (JVM running for 68.009) 2022-09-30T15:41:58.208Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-30T15:41:58.212Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-30T15:41:58.229Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-30T15:41:58.262Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-30T15:41:58.326Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2ee62fd8-1a3b-4a14-91de-13fd94233503 url= /sdc/v1/artifactTypes 2022-09-30T15:41:58.327Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-09-30T15:41:58.681Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-09-30T15:41:58.719Z||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-09-30T15:41:58.752Z||scheduling-1|||||DEBUG|500||create keys 2022-09-30T15:41:58.766Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-09-30T15:41:58.855Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:41:58.880Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c3271fa6-d0b6-4e49-90b0-4f622f3efb65 url= /sdc/v1/registerForDistribution 2022-09-30T15:41:59.036Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c3271fa6-d0b6-4e49-90b0-4f622f3efb65 url= /sdc/v1/registerForDistribution 2022-09-30T15:41:59.037Z||scheduling-1|||||INFO|500||start DistributionClient 2022-09-30T15:41:59.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:41:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:41:59.057Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-09-30T15:41:59.060Z||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-09-30T15:41:59.061Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:41:59.062Z||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-09-30T15:41:59.063Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:42:09.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:42:09.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:42:59.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:42:59.048Z||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-09-30T15:42:59.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:42:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:42:59.049Z||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-09-30T15:42:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:43:08.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:43:08.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:43:59.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:43:59.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:43:59.049Z||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-09-30T15:43:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:43:59.049Z||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-09-30T15:43:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:44:08.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:44:08.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:44:59.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:44:59.048Z||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-09-30T15:44:59.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:44:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:44:59.049Z||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-09-30T15:44:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:45:08.668Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:45:08.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:45:59.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:45:59.048Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T15:45:59.048Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T15:45:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:45:59.049Z||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-09-30T15:45:59.051Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:46:08.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:46:08.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:46:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:46:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T15:46:59.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T15:46:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:46:59.049Z||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-09-30T15:46:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:47:08.602Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:47:08.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:47:59.045Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:47:59.047Z||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-09-30T15:47:59.048Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:47:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:47:59.051Z||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-09-30T15:47:59.052Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:48:08.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:48:08.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:48:59.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:48:59.047Z||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-09-30T15:48:59.048Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:48:59.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:48:59.049Z||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-09-30T15:48:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:49:08.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:49:08.648Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:49:59.045Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:49:59.048Z||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-09-30T15:49:59.048Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:49:59.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:49:59.049Z||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-09-30T15:49:59.054Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:50:08.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:50:08.653Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:50:59.045Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:50:59.046Z||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-09-30T15:50:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:50:59.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:50:59.049Z||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-09-30T15:50:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:51:08.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:51:08.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:51:20.741Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-09-30T15:51:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:51:59.047Z||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-09-30T15:51:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:51:59.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:51:59.051Z||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-09-30T15:51:59.051Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:52:08.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:52:08.665Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:52:59.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:52:59.048Z||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-09-30T15:52:59.048Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:52:59.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:52:59.050Z||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-09-30T15:52:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:53:08.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:53:08.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:53:59.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:53:59.048Z||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-09-30T15:53:59.048Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:53:59.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:53:59.050Z||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-09-30T15:53:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:54:08.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:54:08.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:54:59.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:54:59.048Z||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-09-30T15:54:59.048Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:54:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:54:59.049Z||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-09-30T15:54:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:55:08.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:55:08.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:55:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:55:59.047Z||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-09-30T15:55:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:55:59.050Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:55:59.050Z||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-09-30T15:55:59.051Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:56:08.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:56:08.709Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:56:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:56:59.047Z||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-09-30T15:56:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:56:59.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:56:59.050Z||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-09-30T15:56:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:57:08.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:57:08.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:57:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:57:59.047Z||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-09-30T15:57:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:57:59.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:57:59.050Z||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-09-30T15:57:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:58:08.663Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:58:08.663Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:58:59.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:58:59.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T15:58:59.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T15:58:59.048Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:58:59.051Z||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-09-30T15:58:59.053Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T15:59:08.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:59:08.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T15:59:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:59:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T15:59:59.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T15:59:59.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T15:59:59.049Z||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-09-30T15:59:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:00:08.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:00:08.649Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:00:59.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:00:59.048Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T16:00:59.048Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:00:59.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:00:59.049Z||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-09-30T16:00:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:01:08.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:01:08.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:01:59.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:01:59.046Z||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-09-30T16:01:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:01:59.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:01:59.051Z||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-09-30T16:01:59.052Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:02:08.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:02:08.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:02:59.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:02:59.047Z||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-09-30T16:02:59.048Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:02:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:02:59.049Z||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-09-30T16:02:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:03:08.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:03:08.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:03:59.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:03:59.048Z||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-09-30T16:03:59.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:03:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:03:59.049Z||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-09-30T16:03:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:04:08.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:04:08.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:04:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:04:59.047Z||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-09-30T16:04:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:04:59.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:04:59.049Z||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-09-30T16:04:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:05:08.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:05:08.713Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:05:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:05:59.047Z||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-09-30T16:05:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:05:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:05:59.050Z||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-09-30T16:05:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:06:08.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:06:08.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:06:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:06:59.047Z||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-09-30T16:06:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:06:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:06:59.049Z||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-09-30T16:06:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:07:08.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:07:08.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:07:59.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:07:59.049Z||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-09-30T16:07:59.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:07:59.050Z||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-09-30T16:07:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:07:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:08:08.612Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:08:08.612Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:08:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:08:59.047Z||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-09-30T16:08:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:08:59.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:08:59.049Z||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-09-30T16:08:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:09:08.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:09:08.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:09:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:09:59.047Z||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-09-30T16:09:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:09:59.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:09:59.051Z||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-09-30T16:09:59.051Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:10:08.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:10:08.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:10:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:10:59.047Z||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-09-30T16:10:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:10:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:10:59.049Z||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-09-30T16:10:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:11:08.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:11:08.632Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:11:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:11:59.047Z||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-09-30T16:11:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:11:59.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:11:59.050Z||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-09-30T16:11:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:12:08.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:12:08.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:12:59.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:12:59.047Z||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-09-30T16:12:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:12:59.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:12:59.049Z||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-09-30T16:12:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:13:08.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:13:08.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:13:59.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:13:59.048Z||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-09-30T16:13:59.048Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:13:59.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:13:59.049Z||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-09-30T16:13:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:14:08.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:14:08.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:14:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:14:59.047Z||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-09-30T16:14:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:14:59.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:14:59.050Z||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-09-30T16:14:59.051Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:15:08.662Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:15:08.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:15:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:15:59.047Z||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-09-30T16:15:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:15:59.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:15:59.049Z||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-09-30T16:15:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:16:08.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:16:08.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:16:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:16:59.047Z||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-09-30T16:16:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:16:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:16:59.050Z||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-09-30T16:16:59.051Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:16:59.741Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:16:59.744Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:16:59.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9dbfc70d-e288-45d0-ac63-a878974105e0","serviceName":"basic_onboard_nDXAjO","serviceVersion":"1.0","serviceUUID":"f23b7111-10aa-4a0f-842e-b9a14a85346c","serviceDescription":"service","serviceInvariantUUID":"95ce8b83-c85d-4a9f-a005-db1b62f34e82","resources":[{"resourceInstanceName":"basic_onboard_nDXAjO 0","resourceName":"basic_onboard_nDXAjO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fdc5c2f0-b171-47b3-8a9f-f943bff422e5","resourceInvariantUUID":"6a6e5214-3a91-4fd3-91e5-fab9ab91f584","resourceCustomizationUUID":"42ca12eb-07f7-4bef-9dc2-a85c990f2ae5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml","artifactChecksum":"OWJkNGVjNGM3OTk3YzlhMTdmY2FmN2NhN2Y0NzBjYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c532dd7c-68dd-4b1a-a742-f49d619ca27e","artifactVersion":"1"},{"artifactName":"basic_onboard_ndxajo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json","artifactChecksum":"MTA4YTBiZGRmMzE0NjYwYTE1ZWNkOTEwOWUwNDc3Yjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e8c1d053-2b69-45af-8683-ee69a1b3cd0f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d3931648-5185-4ea3-9545-b6ba079d5689","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82af7e83-f0b4-4a64-b8d0-8a3af822ea22","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e252928e-8a8a-49de-8dce-716d89868c7a","artifactVersion":"2","generatedFromUUID":"d3931648-5185-4ea3-9545-b6ba079d5689"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNdxajo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml","artifactChecksum":"OTZkZGIxM2I0YmJhZDc4MWM2ZWRkZGQzNjhhM2MyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90a97ddf-a681-48d3-8c01-362259d24db7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNdxajo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar","artifactChecksum":"ODI5NjQ1M2IzNDUxMWIyYzg1N2MyODRjM2RkMjQ5MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea8749d9-dec0-40f3-aa72-2e25c332b9be","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T16:16:59.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "aai-ml", "timestamp": 1664554604612, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.766Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:16:59.779Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:16:59.797Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:16:59.798Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554619045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "clamp", "timestamp": 1664554607400, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "cds", "timestamp": 1664554598813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "aai-ml", "timestamp": 1664554604612, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "clamp", "timestamp": 1664554607400, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json", "status": "NOTIFIED" } 2022-09-30T16:16:59.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "cds", "timestamp": 1664554598813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "ves-openapi-manager", "timestamp": 1664554610061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "aai-ml", "timestamp": 1664554604612, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "clamp", "timestamp": 1664554607400, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "cds", "timestamp": 1664554598813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "ves-openapi-manager", "timestamp": 1664554610061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "aai-ml", "timestamp": 1664554604612, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "clamp", "timestamp": 1664554607400, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "cds", "timestamp": 1664554598813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "ves-openapi-manager", "timestamp": 1664554610061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "aai-ml", "timestamp": 1664554604612, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "clamp", "timestamp": 1664554607400, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "cds", "timestamp": 1664554598813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "policy-id", "timestamp": 1664554611975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "ves-openapi-manager", "timestamp": 1664554610061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "aai-ml", "timestamp": 1664554604612, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "clamp", "timestamp": 1664554607400, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "cds", "timestamp": 1664554598813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "policy-id", "timestamp": 1664554611975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "ves-openapi-manager", "timestamp": 1664554610061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "aai-ml", "timestamp": 1664554604612, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:16:59.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "clamp", "timestamp": 1664554607400, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:16:59.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "cds", "timestamp": 1664554598813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:16:59.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "policy-id", "timestamp": 1664554611975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-09-30T16:16:59.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "ves-openapi-manager", "timestamp": 1664554610061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "policy-id", "timestamp": 1664554611975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "aai-ml", "timestamp": 1664554615847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:16:59.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:16:59.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "ves-openapi-manager", "timestamp": 1664554610061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "cds", "timestamp": 1664554615927, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:16:59.840Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:16:59.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "policy-id", "timestamp": 1664554611975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:16:59.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:16:59.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:16:59.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "cds", "timestamp": 1664554616957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-09-30T16:16:59.897Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-09-30T16:16:59.909Z||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-09-30T16:16:59.909Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-30T16:16:59.938Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:16:59.939Z||pool-3-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T16:17:00.100Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dbfc70d-e288-45d0-ac63-a878974105e0 2022-09-30T16:17:00.129Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbfc70d-e288-45d0-ac63-a878974105e0 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-09-30T16:17:00.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:17:00.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "policy-id", "timestamp": 1664554611975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:17:00.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:17:00.809Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:17:00.810Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:17:00.812Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:17:00.812Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554619045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json", "status": "NOTIFIED" } 2022-09-30T16:17:00.912Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:17:00.914Z||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-09-30T16:17:00.914Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:00.948Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:00.949Z||pool-4-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:17:01.813Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:17:01.816Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:17:01.818Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:17:01.819Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554619045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-09-30T16:17:01.922Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-09-30T16:17:01.923Z||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-09-30T16:17:01.923Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:01.959Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:01.960Z||pool-5-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:17:02.819Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:17:02.820Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:17:02.826Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:17:02.826Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554619045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:17:02.926Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:17:02.927Z||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-09-30T16:17:02.927Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:02.962Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:02.963Z||pool-6-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:17:03.827Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:17:03.827Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:17:03.835Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:17:03.835Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554619045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-09-30T16:17:03.935Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:17:03.936Z||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-09-30T16:17:03.936Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:03.975Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:03.995Z||pool-7-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:17:04.837Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:17:04.837Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:17:04.841Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:17:04.841Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554619045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:17:04.942Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T16:17:04.944Z||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-09-30T16:17:04.944Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:04.968Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:04.969Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:17:05.842Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:17:05.843Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:17:05.845Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:17:05.846Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554619045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:17:05.950Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-09-30T16:17:05.951Z||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-09-30T16:17:05.951Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:05.971Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:05.972Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:17:06.848Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "serviceName": "basic_onboard_nDXAjO", "serviceVersion": "1.0", "serviceUUID": "f23b7111-10aa-4a0f-842e-b9a14a85346c", "serviceDescription": "service", "serviceInvariantUUID": "95ce8b83-c85d-4a9f-a005-db1b62f34e82", "resources": [ { "resourceInstanceName": "basic_onboard_nDXAjO 0", "resourceCustomizationUUID": "42ca12eb-07f7-4bef-9dc2-a85c990f2ae5", "resourceName": "basic_onboard_nDXAjO", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fdc5c2f0-b171-47b3-8a9f-f943bff422e5", "resourceInvariantUUID": "6a6e5214-3a91-4fd3-91e5-fab9ab91f584", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ndxajo0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json", "artifactChecksum": "MTA4YTBiZGRmMzE0NjYwYTE1ZWNkOTEwOWUwNDc3Yjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e8c1d053-2b69-45af-8683-ee69a1b3cd0f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d3931648-5185-4ea3-9545-b6ba079d5689", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e252928e-8a8a-49de-8dce-716d89868c7a", "generatedFromUUID": "d3931648-5185-4ea3-9545-b6ba079d5689" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e252928e-8a8a-49de-8dce-716d89868c7a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNdxajo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "artifactChecksum": "ODI5NjQ1M2IzNDUxMWIyYzg1N2MyODRjM2RkMjQ5MDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ea8749d9-dec0-40f3-aa72-2e25c332b9be" } ], "workloadContext": "Production" } 2022-09-30T16:17:06.851Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T16:17:06.852Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f23b7111-10aa-4a0f-842e-b9a14a85346c ASDC 2022-09-30T16:17:07.017Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:9dbfc70d-e288-45d0-ac63-a878974105e0 ServiceName:basic_onboard_nDXAjO ServiceVersion:1.0 ServiceUUID:f23b7111-10aa-4a0f-842e-b9a14a85346c ServiceInvariantUUID:95ce8b83-c85d-4a9f-a005-db1b62f34e82 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNdxajo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar ArtifactUUID:ea8749d9-dec0-40f3-aa72-2e25c332b9be ArtifactChecksum:ODI5NjQ1M2IzNDUxMWIyYzg1N2MyODRjM2RkMjQ5MDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_nDXAjO 0 ResourceCustomizationUUID:42ca12eb-07f7-4bef-9dc2-a85c990f2ae5 ResourceInvariantUUID:6a6e5214-3a91-4fd3-91e5-fab9ab91f584 ResourceName:basic_onboard_nDXAjO ResourceType:VF ResourceUUID:fdc5c2f0-b171-47b3-8a9f-f943bff422e5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ndxajo0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json ArtifactUUID:e8c1d053-2b69-45af-8683-ee69a1b3cd0f ArtifactChecksum:MTA4YTBiZGRmMzE0NjYwYTE1ZWNkOTEwOWUwNDc3Yjk= 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/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml ArtifactUUID:d3931648-5185-4ea3-9545-b6ba079d5689 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/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env ArtifactUUID:e252928e-8a8a-49de-8dce-716d89868c7a 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/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env ArtifactUUID:e252928e-8a8a-49de-8dce-716d89868c7a ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T16:17:07.018Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f23b7111-10aa-4a0f-842e-b9a14a85346c 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-09-30T16:17:07.103Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T16:17:07.106Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-09-30T16:17:07.108Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-09-30T16:17:07.108Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ea8749d9-dec0-40f3-aa72-2e25c332b9be from URL: /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:07.108Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-09-30T16:17:07.110Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:07.344Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-09-30T16:17:07.368Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar ea8749d9-dec0-40f3-aa72-2e25c332b9be 71580 2022-09-30T16:17:07.409Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar ASDC sendASDCNotification 2022-09-30T16:17:07.410Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:07.411Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:17:07.412Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:17:07.414Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:17:07.414Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554627369, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:17:07.514Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:17:07.515Z||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-09-30T16:17:07.515Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:07.534Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:07.535Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:17:08.415Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T16:17:08.416Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-09-30T16:17:08.416Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ea8749d9-dec0-40f3-aa72-2e25c332b9be, URL: /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar to file: /app/ASDC/1/service-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:08.417Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:08.542Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:08.543Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:09.359Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2795241640296646566/Definitions/service-BasicOnboardNdxajo-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-09-30T16:17:12.224Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T16:17:12.230Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-09-30T16:17:12.231Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:12.231Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-09-30T16:17:12.232Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nDXAjO 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-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:12.232Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:12.232Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:12.233Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:12.233Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:12.233Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:12.234Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:12.234Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:12.235Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:12.235Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-09-30T16:17:12.244Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:12.246Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:12.251Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria 2022-09-30T16:17:12.252Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-09-30T16:17:12.254Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T16:17:12.259Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:12.259Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:12.259Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria 2022-09-30T16:17:12.260Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-09-30T16:17:12.260Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T16:17:12.260Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:12.260Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:12.265Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:12.265Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is not matching search criteria 2022-09-30T16:17:12.265Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-09-30T16:17:12.266Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-09-30T16:17:12.266Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-09-30T16:17:12.266Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-09-30T16:17:12.266Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T16:17:12.267Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:12.267Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T16:17:12.269Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:12.269Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria 2022-09-30T16:17:12.270Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:17:12.270Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:12.271Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria 2022-09-30T16:17:12.271Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:17:12.271Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:12.271Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria 2022-09-30T16:17:12.272Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:17:12.272Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:12.272Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is not matching search criteria 2022-09-30T16:17:12.272Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-09-30T16:17:12.273Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-09-30T16:17:12.273Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4ce591fa-5bde-4085-a918-353dca38843a 2022-09-30T16:17:12.273Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:12.274Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:12.274Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:12.274Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:12.275Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:12.275Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:12.275Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:12.275Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:12.276Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_nDXAjO Description:service Model UUID:f23b7111-10aa-4a0f-842e-b9a14a85346c Model Version:NULL Model InvariantUuid:95ce8b83-c85d-4a9f-a005-db1b62f34e82 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_nDXAjO Model UUID:bff7da2b-b1bd-454a-9c73-1f06dbeb8834 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6a6e5214-3a91-4fd3-91e5-fab9ab91f584 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:42ca12eb-07f7-4bef-9dc2-a85c990f2ae5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d22389cd-d003-4139-88a7-d79e2e33edce ModelName:BasicOnboardNdxajo..base_ubuntu18..module-0 ModelUuid:11f1ae46-26e3-4c70-b3e9-297b1082d6da ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4ce591fa-5bde-4085-a918-353dca38843a ModelInvariantUuid:f492206f-84d3-4a41-9e46-f205c142bd08 ModelName:basic_onboard_nDXAjO-nodes.ubuntu18Cvfc ModelUuid:93b04443-8c34-4cf9-b11f-af6c198874a6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:3a31b536-7667-4040-b523-ee002d4b609e ModelInvariantUuid:bb0a8386-7bad-4b60-8297-ae4b5d61d5f4 ModelName:BasicOnboardNdxajo.compute.nodes.heat.ubuntu18 ModelUuid:b0cfd4b7-0fe6-4f7b-a6b7-ee31b482c4fe 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-09-30T16:17:12.323Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fdc5c2f0-b171-47b3-8a9f-f943bff422e5 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-09-30T16:17:12.513Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||basic_onboard_nDXAjO 0 2022-09-30T16:17:12.528Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fdc5c2f0-b171-47b3-8a9f-f943bff422e5 2022-09-30T16:17:12.529Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e8c1d053-2b69-45af-8683-ee69a1b3cd0f from URL: /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json 2022-09-30T16:17:12.529Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-09-30T16:17:12.529Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json 2022-09-30T16:17:12.779Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-09-30T16:17:12.779Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json e8c1d053-2b69-45af-8683-ee69a1b3cd0f 798 2022-09-30T16:17:12.779Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json ASDC sendASDCNotification 2022-09-30T16:17:12.779Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json 2022-09-30T16:17:12.780Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:17:12.780Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:17:12.784Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:17:12.786Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554632779, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T16:17:12.884Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-09-30T16:17:12.887Z||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-09-30T16:17:12.887Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:12.910Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:12.911Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:17:13.788Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNdxajo..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d22389cd-d003-4139-88a7-d79e2e33edce", "vfModuleModelVersion": "1", "vfModuleModelUUID": "11f1ae46-26e3-4c70-b3e9-297b1082d6da", "vfModuleModelCustomizationUUID": "02c40e67-c88f-4f36-b715-50a493a712da", "isBase": true, "artifacts": [ "d3931648-5185-4ea3-9545-b6ba079d5689", "e252928e-8a8a-49de-8dce-716d89868c7a" ], "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-09-30T16:17:13.803Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNdxajo..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:11f1ae46-26e3-4c70-b3e9-297b1082d6da VfModuleModelInvariantUUID:d22389cd-d003-4139-88a7-d79e2e33edce VfModuleModelDescription:NULL Artifacts UUID List:{ d3931648-5185-4ea3-9545-b6ba079d5689 , e252928e-8a8a-49de-8dce-716d89868c7a } 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-09-30T16:17:13.807Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNdxajo..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d22389cd-d003-4139-88a7-d79e2e33edce", "vfModuleModelVersion": "1", "vfModuleModelUUID": "11f1ae46-26e3-4c70-b3e9-297b1082d6da", "vfModuleModelCustomizationUUID": "02c40e67-c88f-4f36-b715-50a493a712da", "isBase": true, "artifacts": [ "d3931648-5185-4ea3-9545-b6ba079d5689", "e252928e-8a8a-49de-8dce-716d89868c7a" ], "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-09-30T16:17:13.807Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNdxajo..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:11f1ae46-26e3-4c70-b3e9-297b1082d6da VfModuleModelInvariantUUID:d22389cd-d003-4139-88a7-d79e2e33edce VfModuleModelDescription:NULL Artifacts UUID List:{ d3931648-5185-4ea3-9545-b6ba079d5689 , e252928e-8a8a-49de-8dce-716d89868c7a } 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-09-30T16:17:13.808Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d3931648-5185-4ea3-9545-b6ba079d5689 from URL: /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml 2022-09-30T16:17:13.808Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-09-30T16:17:13.808Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml 2022-09-30T16:17:14.004Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-09-30T16:17:14.005Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml d3931648-5185-4ea3-9545-b6ba079d5689 5033 2022-09-30T16:17:14.005Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-09-30T16:17:14.006Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml 2022-09-30T16:17:14.006Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:17:14.008Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:17:14.011Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:17:14.011Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554634005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T16:17:14.111Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:17:14.112Z||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-09-30T16:17:14.112Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:14.229Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:14.229Z||pool-12-thread-1|||||INFO|500||cambria reply ok (118 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:17:15.012Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e252928e-8a8a-49de-8dce-716d89868c7a from URL: /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env 2022-09-30T16:17:15.012Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-09-30T16:17:15.013Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env 2022-09-30T16:17:15.105Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-09-30T16:17:15.106Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env e252928e-8a8a-49de-8dce-716d89868c7a 909 2022-09-30T16:17:15.107Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-09-30T16:17:15.108Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env 2022-09-30T16:17:15.108Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:17:15.108Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:17:15.111Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:17:15.112Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554635107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-09-30T16:17:15.216Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-09-30T16:17:15.217Z||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-09-30T16:17:15.218Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:15.249Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:15.250Z||pool-13-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:17:16.113Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f23b7111-10aa-4a0f-842e-b9a14a85346c 2022-09-30T16:17:16.113Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nDXAjO 0 fdc5c2f0-b171-47b3-8a9f-f943bff422e5 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-09-30T16:17:16.153Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bbd9308, org.onap.sdc.toscaparser.api.parameters.Input@721ebd4d, org.onap.sdc.toscaparser.api.parameters.Input@4773794d, org.onap.sdc.toscaparser.api.parameters.Input@30e03260, org.onap.sdc.toscaparser.api.parameters.Input@5722c2a7] 2022-09-30T16:17:16.158Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:16.159Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:16.159Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-09-30T16:17:16.160Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 42ca12eb-07f7-4bef-9dc2-a85c990f2ae5 2022-09-30T16:17:16.160Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42ca12eb-07f7-4bef-9dc2-a85c990f2ae5 matches Tosca VF Customization UUID: 42ca12eb-07f7-4bef-9dc2-a85c990f2ae5 2022-09-30T16:17:16.160Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 42ca12eb-07f7-4bef-9dc2-a85c990f2ae5 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-09-30T16:17:16.170Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:16.170Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:16.173Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 42ca12eb-07f7-4bef-9dc2-a85c990f2ae5: {\"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-09-30T16:17:16.173Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57c8cb6a 2022-09-30T16:17:16.174Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:16.174Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T16:17:16.175Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 02c40e67-c88f-4f36-b715-50a493a712da 2022-09-30T16:17:16.177Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 02c40e67-c88f-4f36-b715-50a493a712da 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-09-30T16:17:16.185Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:16.186Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria 2022-09-30T16:17:16.186Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:17:16.187Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:16.187Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria 2022-09-30T16:17:16.188Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:17:16.188Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:16.188Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is not matching search criteria 2022-09-30T16:17:16.188Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-09-30T16:17:16.189Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-09-30T16:17:16.189Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4ce591fa-5bde-4085-a918-353dca38843a 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-09-30T16:17:16.200Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:16.201Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria 2022-09-30T16:17:16.201Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:17:16.201Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:16.202Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria 2022-09-30T16:17:16.202Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0] matching following query criteria: sdcType=VF, customizationUUID=42ca12eb-07f7-4bef-9dc2-a85c990f2ae5 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-09-30T16:17:16.205Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:16.205Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:16.206Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f23b7111-10aa-4a0f-842e-b9a14a85346c: basic_onboard_nDXAjO 2022-09-30T16:17:16.206Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:16.206Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:16.207Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:16.207Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:16.207Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:16.207Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:16.208Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:16.208Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:16.208Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:17:16.208Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:17:16.209Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_nDXAjO 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-09-30T16:17:16.438Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nDXAjO fdc5c2f0-b171-47b3-8a9f-f943bff422e5 1 ASDC deployResourceStructure 2022-09-30T16:17:16.439Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json ASDC sendASDCNotification 2022-09-30T16:17:16.439Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json 2022-09-30T16:17:16.439Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:17:16.439Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:17:16.441Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:17:16.441Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554636438, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T16:17:16.541Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:17:16.543Z||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-09-30T16:17:16.543Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:16.572Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:16.573Z||pool-14-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:17:17.445Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-09-30T16:17:17.445Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml 2022-09-30T16:17:17.446Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:17:17.446Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:17:17.449Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:17:17.449Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554637445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-09-30T16:17:17.549Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:17:17.551Z||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-09-30T16:17:17.551Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:17.585Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:17.586Z||pool-15-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:17:18.450Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-09-30T16:17:18.451Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env 2022-09-30T16:17:18.452Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:17:18.453Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:17:18.456Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:17:18.457Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554638450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-09-30T16:17:18.556Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:17:18.558Z||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-09-30T16:17:18.558Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:18.584Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:18.585Z||pool-16-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:17:19.458Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar ASDC sendASDCNotification 2022-09-30T16:17:19.459Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar 2022-09-30T16:17:19.459Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:17:19.459Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:17:19.462Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:17:19.462Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554639458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:17:19.562Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:17:19.564Z||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-09-30T16:17:19.564Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:19.585Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:19.586Z||pool-17-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:17:20.464Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:17:20.487Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0 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-09-30T16:17:20.492Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:17:20.493Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:17:20.493Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:17:50.494Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:17:50.507Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0 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-09-30T16:17:50.512Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:17:50.513Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:17:50.513Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:17:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:17:59.050Z||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-09-30T16:17:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:17:59.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:17:59.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:17:59.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "policy-id", "timestamp": 1664554611975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:17:59.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:20.513Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:18:20.528Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0 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-09-30T16:18:20.533Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:18:20.534Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:18:20.534Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:18:50.535Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:18:50.556Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0 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-09-30T16:18:50.562Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:18:50.563Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:18:50.563Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:18:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:18:59.051Z||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-09-30T16:18:59.051Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:18:59.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:18:59.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554619045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:18:59.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:59.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554619045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json", "status": "NOTIFIED" } 2022-09-30T16:18:59.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:59.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "policy-id", "timestamp": 1664554620026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:18:59.638Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554619045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-09-30T16:18:59.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:59.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "policy-id", "timestamp": 1664554621051, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:18:59.640Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554619045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:18:59.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:59.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "policy-id", "timestamp": 1664554622063, "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-09-30T16:18:59.651Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dbfc70d-e288-45d0-ac63-a878974105e0 2022-09-30T16:18:59.652Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbfc70d-e288-45d0-ac63-a878974105e0 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-09-30T16:18:59.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554619045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-09-30T16:18:59.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:59.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554619045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:18:59.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:59.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554619045, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:18:59.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:59.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554627369, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:18:59.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "clamp", "timestamp": 1664554626886, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:18:59.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "clamp", "timestamp": 1664554628252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:18:59.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664554627948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:18:59.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:59.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "clamp", "timestamp": 1664554629260, "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-09-30T16:18:59.690Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9dbfc70d-e288-45d0-ac63-a878974105e0 2022-09-30T16:18:59.691Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbfc70d-e288-45d0-ac63-a878974105e0 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-09-30T16:18:59.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664554627948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:18:59.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:59.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664554627948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:18:59.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:59.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664554627948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:18:59.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:59.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554632779, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T16:18:59.705Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664554627948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:18:59.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:59.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554634005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T16:18:59.706Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664554627948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:18:59.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:59.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554635107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-09-30T16:18:59.707Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664554627948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:18:59.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:18:59.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554636438, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T16:18:59.708Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664554636059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:18:59.709Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "aai-ml", "timestamp": 1664554636158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:18:59.710Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554637445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-09-30T16:18:59.710Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "aai-ml", "timestamp": 1664554637166, "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-09-30T16:18:59.717Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9dbfc70d-e288-45d0-ac63-a878974105e0 2022-09-30T16:18:59.718Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbfc70d-e288-45d0-ac63-a878974105e0 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-09-30T16:18:59.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554638450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-09-30T16:18:59.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554639458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:18:59.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664554642884, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:18:59.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:18:59.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:18:59.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664554643894, "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-09-30T16:18:59.747Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dbfc70d-e288-45d0-ac63-a878974105e0 2022-09-30T16:18:59.747Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbfc70d-e288-45d0-ac63-a878974105e0 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-09-30T16:19:20.564Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:19:20.583Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0 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-09-30T16:19:20.589Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:19:20.589Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T16:19:20.590Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T16:19:20.590Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T16:19:20.590Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:19:20.590Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:19:20.590Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:19:20.591Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:19:20.591Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:19:20.591Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:19:20.591Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:19:20.598Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T16:19:50.599Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0 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-09-30T16:19:50.612Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9dbfc70d-e288-45d0-ac63-a878974105e0 and serviceModelVersionId: f23b7111-10aa-4a0f-842e-b9a14a85346c 2022-09-30T16:19:50.613Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 95ce8b83-c85d-4a9f-a005-db1b62f34e82 2022-09-30T16:19:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:19:59.050Z||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-09-30T16:19:59.051Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:20:08.693Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:20:11.506Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/95ce8b83-c85d-4a9f-a005-db1b62f34e82/model-vers/model-ver/f23b7111-10aa-4a0f-842e-b9a14a85346c?depth=0 2022-09-30T16:20:11.662Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T16:20:12.250Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95ce8b83-c85d-4a9f-a005-db1b62f34e82/model-vers/model-ver/f23b7111-10aa-4a0f-842e-b9a14a85346c?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-09-30T16:20:12.258Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95ce8b83-c85d-4a9f-a005-db1b62f34e82/model-vers/model-ver/f23b7111-10aa-4a0f-842e-b9a14a85346c?depth=0|INFO|500||Invoke 2022-09-30T16:20:12.447Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95ce8b83-c85d-4a9f-a005-db1b62f34e82/model-vers/model-ver/f23b7111-10aa-4a0f-842e-b9a14a85346c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T16:20:12.718Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95ce8b83-c85d-4a9f-a005-db1b62f34e82/model-vers/model-ver/f23b7111-10aa-4a0f-842e-b9a14a85346c?depth=0|INFO|500||InvokeReturn 2022-09-30T16:20:12.720Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95ce8b83-c85d-4a9f-a005-db1b62f34e82/model-vers/model-ver/f23b7111-10aa-4a0f-842e-b9a14a85346c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220930-16:20:12:568-58361], vertex-id=[192704], Content-Length=[0], Date=[Fri, 30 Sep 2022 16:20:12 GMT], Content-Type=[application/json]} 2022-09-30T16:20:12.720Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-09-30T16:20:12.728Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T16:20:12.728Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:20:12.738Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:20:12.740Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9dbfc70d-e288-45d0-ac63-a878974105e0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T16:20:12.742Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T16:20:12.742Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:20:12.746Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:20:12.746Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554812740, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T16:20:12.846Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:20:12.848Z||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-09-30T16:20:12.849Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:20:12.868Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:20:12.869Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 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-09-30T16:20:13.761Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:20:13.762Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:20:13.763Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:20:24.141Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:20:24.142Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:20:24.144Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:20:24.145Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:20:33.697Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:20:33.699Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:20:33.699Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:20:33.700Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:20:43.256Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:20:59.046Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:20:59.048Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:20:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:20:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:20:59.049Z||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-09-30T16:20:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:20:59.714Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:20:59.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:20:59.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664554812740, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T16:20:59.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:21:08.675Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:21:59.046Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:21:59.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:21:59.048Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:21:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:21:59.050Z||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-09-30T16:21:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:22:08.650Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:22:08.658Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:22:59.045Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:22:59.048Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:22:59.048Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:22:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:22:59.049Z||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-09-30T16:22:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:23:08.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:23:08.627Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:23:59.045Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:23:59.047Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:23:59.047Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:23:59.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:23:59.051Z||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-09-30T16:23:59.051Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:24:08.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:24:08.693Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:24:59.045Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:24:59.046Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T16:24:59.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:24:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:24:59.050Z||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-09-30T16:24:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:25:08.683Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:25:08.720Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:25:59.045Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:25:59.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T16:25:59.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:25:59.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:25:59.049Z||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-09-30T16:25:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:26:08.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:26:08.752Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:26:59.045Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:26:59.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T16:26:59.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:26:59.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:26:59.049Z||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-09-30T16:26:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:27:08.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:27:08.648Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:27:59.045Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:27:59.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T16:27:59.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:27:59.050Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:27:59.050Z||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-09-30T16:27:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:28:08.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:28:08.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:28:59.045Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:28:59.046Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T16:28:59.046Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:28:59.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:28:59.049Z||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-09-30T16:28:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:29:08.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:29:08.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:29:59.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:29:59.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T16:29:59.048Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:29:59.050Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:29:59.050Z||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-09-30T16:29:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:30:01.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:30:01.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T16:30:01.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"356084b9-bb69-4da8-8fb9-b00025538831","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"23622146-d3b9-4f4e-bfe9-516d9e0ec24c","serviceDescription":"service","serviceInvariantUUID":"df38f89e-5104-4804-b8c7-909f01628b41","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f839145-65b7-4490-80e6-0d43ec1af573","resourceInvariantUUID":"4a9c3c3f-5fff-496a-9c7c-b95ae5b44ae7","resourceCustomizationUUID":"667456fc-1c70-4598-8e8c-db87e0c82976","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":"MWVhNWZjZDEzMWQ3OGU3YTQ4YThlN2FjNWFkNWJjNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8dd9a3e9-9bf8-4e7f-aa3e-36c03edc6902","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzQ5NmE4NmMxOTVlMGYxYmUzMzI5YTc1N2I1YzAyY2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27577aff-296e-43c8-a3c4-9503267fab40","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T16:30:01.221Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:30:01.229Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:30:01.267Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:30:01.267Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555399046, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:30:01.363Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-09-30T16:30:01.364Z||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-09-30T16:30:01.364Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:30:01.416Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:30:01.417Z||pool-19-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":12,"count":1} 2022-09-30T16:30:01.658Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:30:01.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:30:01.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "cds", "timestamp": 1664555393813, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:30:01.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:30:01.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:30:01.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555399046, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:30:01.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:30:02.268Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:30:02.269Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:30:02.272Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:30:02.273Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555399046, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:30:02.376Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-09-30T16:30:02.377Z||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-09-30T16:30:02.377Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:30:02.409Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:30:02.410Z||pool-20-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:30:03.275Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "23622146-d3b9-4f4e-bfe9-516d9e0ec24c", "serviceDescription": "service", "serviceInvariantUUID": "df38f89e-5104-4804-b8c7-909f01628b41", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "667456fc-1c70-4598-8e8c-db87e0c82976", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f839145-65b7-4490-80e6-0d43ec1af573", "resourceInvariantUUID": "4a9c3c3f-5fff-496a-9c7c-b95ae5b44ae7", "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": "NzQ5NmE4NmMxOTVlMGYxYmUzMzI5YTc1N2I1YzAyY2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "27577aff-296e-43c8-a3c4-9503267fab40" } ], "workloadContext": "Production" } 2022-09-30T16:30:03.276Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T16:30:03.276Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 23622146-d3b9-4f4e-bfe9-516d9e0ec24c ASDC 2022-09-30T16:30:03.277Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:356084b9-bb69-4da8-8fb9-b00025538831 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:23622146-d3b9-4f4e-bfe9-516d9e0ec24c ServiceInvariantUUID:df38f89e-5104-4804-b8c7-909f01628b41 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:27577aff-296e-43c8-a3c4-9503267fab40 ArtifactChecksum:NzQ5NmE4NmMxOTVlMGYxYmUzMzI5YTc1N2I1YzAyY2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:667456fc-1c70-4598-8e8c-db87e0c82976 ResourceInvariantUUID:4a9c3c3f-5fff-496a-9c7c-b95ae5b44ae7 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f839145-65b7-4490-80e6-0d43ec1af573 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-09-30T16:30:03.277Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23622146-d3b9-4f4e-bfe9-516d9e0ec24c 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-09-30T16:30:03.366Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T16:30:03.368Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-30T16:30:03.368Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-30T16:30:03.368Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 27577aff-296e-43c8-a3c4-9503267fab40 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-30T16:30:03.368Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-30T16:30:03.369Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-30T16:30:03.981Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-30T16:30:04.167Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 27577aff-296e-43c8-a3c4-9503267fab40 52514 2022-09-30T16:30:04.167Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-09-30T16:30:04.168Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-30T16:30:04.168Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:30:04.168Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:30:04.246Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:30:04.247Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555404167, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:30:04.350Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-09-30T16:30:04.351Z||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-09-30T16:30:04.352Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:30:04.374Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:30:04.375Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:30:05.247Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T16:30:05.249Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-30T16:30:05.249Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 27577aff-296e-43c8-a3c4-9503267fab40, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T16:30:05.250Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-09-30T16:30:05.251Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T16:30:05.251Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T16:30:05.521Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8130458455205804516/Definitions/service-BasicNetwork-template.yml 2022-09-30T16:30:06.796Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T16:30:06.797Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-09-30T16:30:06.797Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T16:30:06.797Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-09-30T16:30:06.798Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||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-09-30T16:30:06.798Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||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-09-30T16:30:06.798Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||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-09-30T16:30:06.798Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||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-09-30T16:30:06.798Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T16:30:06.799Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||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-09-30T16:30:06.799Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||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-09-30T16:30:06.799Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||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-09-30T16:30:06.799Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-09-30T16:30:06.800Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:30:06.800Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:30:06.800Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-09-30T16:30:06.801Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-30T16:30:06.801Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T16:30:06.801Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:30:06.801Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:30:06.802Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-09-30T16:30:06.802Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-30T16:30:06.802Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T16:30:06.802Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:30:06.803Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:30:06.803Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:30:06.803Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:30:06.804Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:30:06.804Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:30:06.804Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:30:06.805Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:30:06.805Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:30:06.805Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:30:06.805Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:23622146-d3b9-4f4e-bfe9-516d9e0ec24c Model Version:NULL Model InvariantUuid:df38f89e-5104-4804-b8c7-909f01628b41 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:4a9c3c3f-5fff-496a-9c7c-b95ae5b44ae7 Model UUID:d197711f-3809-4658-a6d7-c2f28a262605 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:667456fc-1c70-4598-8e8c-db87e0c82976 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-09-30T16:30:06.816Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 0f839145-65b7-4490-80e6-0d43ec1af573 2022-09-30T16:30:06.816Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||No resources found for Service: 23622146-d3b9-4f4e-bfe9-516d9e0ec24c 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-09-30T16:30:06.824Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500|| 2022-09-30T16:30:06.824Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-09-30T16:30:06.826Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 23622146-d3b9-4f4e-bfe9-516d9e0ec24c 2022-09-30T16:30:06.826Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 23622146-d3b9-4f4e-bfe9-516d9e0ec24c 2022-09-30T16:30:06.826Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-09-30T16:30:06.826Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||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-09-30T16:30:06.837Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49b17536, org.onap.sdc.toscaparser.api.parameters.Input@860ec82, org.onap.sdc.toscaparser.api.parameters.Input@20d92cbd, org.onap.sdc.toscaparser.api.parameters.Input@5e2a4842, org.onap.sdc.toscaparser.api.parameters.Input@1c708e74] 2022-09-30T16:30:06.840Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:30:06.840Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:30:06.840Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:30:06.840Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:30:06.841Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 23622146-d3b9-4f4e-bfe9-516d9e0ec24c: Generic NeutronNet 2022-09-30T16:30:06.841Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:30:06.841Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:30:06.842Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:30:06.842Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||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-09-30T16:30:06.917Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:30:06.918Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:30:06.918Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:30:06.918Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:30:06.919Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:30:06.919Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:30:06.919Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||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-09-30T16:30:07.021Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-09-30T16:30:07.022Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-09-30T16:30:07.022Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-30T16:30:07.023Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:30:07.024Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:30:07.028Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:30:07.028Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555407022, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:30:07.129Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:30:07.130Z||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-09-30T16:30:07.131Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:30:07.172Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:30:07.174Z||pool-22-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:30:08.033Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:30:08.050Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831 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-09-30T16:30:08.054Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:30:08.055Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:30:08.055Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:30:38.055Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:30:38.094Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831 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-09-30T16:30:38.098Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:30:38.099Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:30:38.099Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:30:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:30:59.052Z||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-09-30T16:30:59.052Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:30:59.099Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:30:59.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:30:59.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "policy-id", "timestamp": 1664555391976, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:30:59.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:31:08.100Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:31:08.117Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831 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-09-30T16:31:08.121Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:31:08.122Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:31:08.122Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:31:38.122Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:31:38.141Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831 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-09-30T16:31:38.145Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:31:38.145Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:31:38.146Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:31:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:31:59.050Z||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-09-30T16:31:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:31:59.127Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:31:59.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "cds", "timestamp": 1664555393813, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:31:59.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:31:59.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555399046, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:31:59.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:31:59.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "policy-id", "timestamp": 1664555391976, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:31:59.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:31:59.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "cds", "timestamp": 1664555403101, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:31:59.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:31:59.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "policy-id", "timestamp": 1664555403090, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:31:59.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:31:59.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555404167, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:31:59.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:31:59.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "cds", "timestamp": 1664555404119, "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-09-30T16:31:59.142Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 356084b9-bb69-4da8-8fb9-b00025538831 2022-09-30T16:31:59.143Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 356084b9-bb69-4da8-8fb9-b00025538831 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-09-30T16:31:59.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "policy-id", "timestamp": 1664555404098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:31:59.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:31:59.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "policy-id", "timestamp": 1664555405105, "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-09-30T16:31:59.163Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 356084b9-bb69-4da8-8fb9-b00025538831 2022-09-30T16:31:59.164Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 356084b9-bb69-4da8-8fb9-b00025538831 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-09-30T16:31:59.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555407022, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:31:59.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:31:59.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555407948, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:31:59.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:31:59.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555407948, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:31:59.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:31:59.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "ves-openapi-manager", "timestamp": 1664555410061, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:31:59.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:31:59.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "ves-openapi-manager", "timestamp": 1664555410061, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:31:59.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:31:59.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555411088, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:31:59.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:31:59.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555414029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:31:59.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:31:59.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555415047, "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-09-30T16:31:59.189Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 356084b9-bb69-4da8-8fb9-b00025538831 2022-09-30T16:31:59.189Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 356084b9-bb69-4da8-8fb9-b00025538831 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-09-30T16:31:59.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "aai-ml", "timestamp": 1664555414612, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:31:59.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:31:59.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "aai-ml", "timestamp": 1664555414612, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:31:59.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:31:59.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "aai-ml", "timestamp": 1664555417552, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:31:59.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:31:59.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "clamp", "timestamp": 1664555417400, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:31:59.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:31:59.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "clamp", "timestamp": 1664555417400, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:31:59.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T16:31:59.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "clamp", "timestamp": 1664555424422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:31:59.207Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:31:59.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "aai-ml", "timestamp": 1664555424598, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:31:59.207Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:31:59.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "aai-ml", "timestamp": 1664555425603, "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-09-30T16:31:59.216Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 356084b9-bb69-4da8-8fb9-b00025538831 2022-09-30T16:31:59.216Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 356084b9-bb69-4da8-8fb9-b00025538831 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-09-30T16:31:59.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "clamp", "timestamp": 1664555427436, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:31:59.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:31:59.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T16:31:59.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "clamp", "timestamp": 1664555428451, "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-09-30T16:31:59.235Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 356084b9-bb69-4da8-8fb9-b00025538831 2022-09-30T16:31:59.235Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 356084b9-bb69-4da8-8fb9-b00025538831 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-09-30T16:32:08.146Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:32:08.163Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831 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-09-30T16:32:08.170Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:32:08.171Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T16:32:08.171Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T16:32:08.171Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T16:32:08.172Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:32:08.172Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:32:08.173Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:32:08.173Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:32:08.173Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:32:08.173Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:32:08.173Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T16:32:08.180Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T16:32:38.180Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831 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-09-30T16:32:38.190Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356084b9-bb69-4da8-8fb9-b00025538831 and serviceModelVersionId: 23622146-d3b9-4f4e-bfe9-516d9e0ec24c 2022-09-30T16:32:38.191Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df38f89e-5104-4804-b8c7-909f01628b41 2022-09-30T16:32:38.193Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0 2022-09-30T16:32:38.205Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T16:32:38.305Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0|INFO|500||Invoke 2022-09-30T16:32:38.306Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356084b9-bb69-4da8-8fb9-b00025538831], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe9d8f38-1df1-4a14-b7a6-2517c33db43d], X-ECOMP-RequestID=[356084b9-bb69-4da8-8fb9-b00025538831], X-TransactionId=[], X-ONAP-RequestID=[356084b9-bb69-4da8-8fb9-b00025538831], Content-Type=[application/merge-patch+json]} 2022-09-30T16:32:38.357Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T16:32:38.497Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?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/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220930-16:32:38:532-14150], vertex-id=[249864], Content-Length=[0], Date=[Fri, 30 Sep 2022 16:32:38 GMT], Content-Type=[application/json]} 2022-09-30T16:32:38.498Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T16:32:38.499Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0|INFO|500||InvokeReturn 2022-09-30T16:32:38.500Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T16:32:38.500Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T16:32:38.508Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T16:32:38.508Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356084b9-bb69-4da8-8fb9-b00025538831 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T16:32:38.509Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T16:32:38.509Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:32:38.513Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:32:38.514Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555558508, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T16:32:38.614Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:32:38.615Z||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-09-30T16:32:38.615Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:32:38.642Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:32:38.643Z||pool-23-thread-1|||||INFO|500||cambria reply ok (29 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-09-30T16:32:39.528Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:32:39.529Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T16:32:39.529Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:32:44.028Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:32:44.030Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T16:32:44.030Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b9a2377-18e6-40f6-b019-f831e768c559","serviceName":"Demo_pNF_J2miZ1IMEFz6qW0qt6g8","serviceVersion":"1.0","serviceUUID":"bf091d25-3080-4362-91bb-25811f29eb30","serviceDescription":"catalog service description","serviceInvariantUUID":"49c574a7-e2d3-416c-8d71-693f7d2c7ec3","resources":[{"resourceInstanceName":"pNF 099fc0f9-6ad2 0","resourceName":"pNF 099fc0f9-6ad2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9801c294-fc86-4d00-a833-e03222ff4a5d","resourceInvariantUUID":"1ae46f9d-e474-4e4f-9e22-b9d1613de854","resourceCustomizationUUID":"336b269b-041d-444a-a225-a1a68ea989b3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml","artifactChecksum":"M2U1ZjIxYjVhN2Y1NzdhMTMyYTlhMzAyMTIyY2RiMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92ee38ea-ed02-4207-9ee0-74fce0ff7171","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar","artifactChecksum":"ZjQ2M2VkMWIzMGRiMGU1OTk1MjM5MDM3YWU2MmIzYTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"29be68c7-ff38-4e0e-b990-147e56258a52","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0132061e-bae4-44c3-bcd6-21b0ee4359b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml","artifactChecksum":"OTY5YmQzNTMxNDkzYTk1Mjc2YThmOWY3MmE1YWE2MjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1f0db9c-195f-4541-992b-7e344296ff97","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"584ed214-eb6c-4f88-9a60-588d547124b8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a093aa0-7e48-4ab4-bd11-3897b136509a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml","artifactChecksum":"NmM3YzkwZWNlMGU0YmJhM2ZjYzE4MDY4ZGRhYzhmYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc763b90-0614-4685-91e0-1e74519ec21b","artifactVersion":"1"},{"artifactName":"service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar","artifactChecksum":"OTVmMjY5OTA0NGY1ZmIwZTZhYjUyNWY4MDM0ZmVhYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6fbc2ac0-bf45-430a-a07e-451b705eef3b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T16:32:44.036Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:32:44.037Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:32:44.039Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:32:44.039Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:44.139Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:32:44.140Z||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-09-30T16:32:44.141Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:32:44.179Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:32:44.180Z||pool-24-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:32:45.040Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:32:45.041Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:32:45.044Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:32:45.044Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:45.144Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:32:45.146Z||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-09-30T16:32:45.146Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:32:45.164Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:32:45.166Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:32:46.045Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:32:46.046Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:32:46.049Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:32:46.049Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:46.149Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:32:46.152Z||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-09-30T16:32:46.152Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:32:46.172Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:32:46.173Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:32:47.049Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:32:47.051Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:32:47.054Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:32:47.054Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:47.155Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:32:47.156Z||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-09-30T16:32:47.156Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:32:47.181Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:32:47.182Z||pool-27-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:32:48.056Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:32:48.058Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:32:48.061Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:32:48.061Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:48.161Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:32:48.162Z||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-09-30T16:32:48.162Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:32:48.193Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:32:48.194Z||pool-28-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:32:49.062Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:32:49.064Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:32:49.066Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:32:49.067Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:49.167Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:32:49.168Z||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-09-30T16:32:49.168Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:32:49.226Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:32:49.227Z||pool-29-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:32:50.068Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:32:50.069Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:32:50.071Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:32:50.071Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:50.171Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:32:50.172Z||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-09-30T16:32:50.172Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:32:50.221Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:32:50.221Z||pool-30-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:32:51.072Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:32:51.072Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:32:51.075Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:32:51.075Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:32:51.175Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:32:51.176Z||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-09-30T16:32:51.176Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:32:51.195Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:32:51.196Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:32:52.076Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "serviceName": "Demo_pNF_J2miZ1IMEFz6qW0qt6g8", "serviceVersion": "1.0", "serviceUUID": "bf091d25-3080-4362-91bb-25811f29eb30", "serviceDescription": "catalog service description", "serviceInvariantUUID": "49c574a7-e2d3-416c-8d71-693f7d2c7ec3", "resources": [ { "resourceInstanceName": "pNF 099fc0f9-6ad2 0", "resourceCustomizationUUID": "336b269b-041d-444a-a225-a1a68ea989b3", "resourceName": "pNF 099fc0f9-6ad2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9801c294-fc86-4d00-a833-e03222ff4a5d", "resourceInvariantUUID": "1ae46f9d-e474-4e4f-9e22-b9d1613de854", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "artifactChecksum": "OTVmMjY5OTA0NGY1ZmIwZTZhYjUyNWY4MDM0ZmVhYzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6fbc2ac0-bf45-430a-a07e-451b705eef3b" } ], "workloadContext": "Production" } 2022-09-30T16:32:52.077Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T16:32:52.077Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bf091d25-3080-4362-91bb-25811f29eb30 ASDC 2022-09-30T16:32:52.078Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:3b9a2377-18e6-40f6-b019-f831e768c559 ServiceName:Demo_pNF_J2miZ1IMEFz6qW0qt6g8 ServiceVersion:1.0 ServiceUUID:bf091d25-3080-4362-91bb-25811f29eb30 ServiceInvariantUUID:49c574a7-e2d3-416c-8d71-693f7d2c7ec3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar ArtifactUUID:6fbc2ac0-bf45-430a-a07e-451b705eef3b ArtifactChecksum:OTVmMjY5OTA0NGY1ZmIwZTZhYjUyNWY4MDM0ZmVhYzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 099fc0f9-6ad2 0 ResourceCustomizationUUID:336b269b-041d-444a-a225-a1a68ea989b3 ResourceInvariantUUID:1ae46f9d-e474-4e4f-9e22-b9d1613de854 ResourceName:pNF 099fc0f9-6ad2 ResourceType:PNF ResourceUUID:9801c294-fc86-4d00-a833-e03222ff4a5d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-30T16:32:52.078Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf091d25-3080-4362-91bb-25811f29eb30 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-09-30T16:32:52.119Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T16:32:52.121Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-30T16:32:52.121Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-30T16:32:52.121Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6fbc2ac0-bf45-430a-a07e-451b705eef3b from URL: /sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:52.122Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-30T16:32:52.122Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:52.219Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-30T16:32:52.224Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 6fbc2ac0-bf45-430a-a07e-451b705eef3b 82639 2022-09-30T16:32:52.225Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar ASDC sendASDCNotification 2022-09-30T16:32:52.225Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:52.226Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:32:52.226Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:32:52.228Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:32:52.229Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555572224, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:32:52.329Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:32:52.330Z||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-09-30T16:32:52.331Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:32:52.376Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:32:52.382Z||pool-32-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:32:53.229Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T16:32:53.231Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-30T16:32:53.231Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6fbc2ac0-bf45-430a-a07e-451b705eef3b, URL: /sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar to file: /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:53.231Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:53.232Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:53.232Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:53.436Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16708414536050552999/Definitions/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml 2022-09-30T16:32:54.548Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T16:32:54.548Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 099fc0f9-6ad2 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-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:54.550Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:54.550Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-09-30T16:32:54.551Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:32:54.551Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:32:54.552Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Node template pNF 099fc0f9-6ad2 0 is matching search criteria 2022-09-30T16:32:54.552Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-30T16:32:54.552Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 099fc0f9-6ad2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T16:32:54.553Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:32:54.553Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:32:54.553Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Node template pNF 099fc0f9-6ad2 0 is matching search criteria 2022-09-30T16:32:54.553Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-30T16:32:54.554Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 099fc0f9-6ad2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T16:32:54.554Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:32:54.554Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:32:54.554Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:32:54.554Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:32:54.555Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:32:54.555Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:32:54.555Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:32:54.555Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:32:54.556Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:32:54.556Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:32:54.556Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_J2miZ1IMEFz6qW0qt6g8 Description:catalog service description Model UUID:bf091d25-3080-4362-91bb-25811f29eb30 Model Version:NULL Model InvariantUuid:49c574a7-e2d3-416c-8d71-693f7d2c7ec3 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-09-30T16:32:54.574Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9801c294-fc86-4d00-a833-e03222ff4a5d 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-09-30T16:32:54.581Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||pNF 099fc0f9-6ad2 0 2022-09-30T16:32:54.582Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9801c294-fc86-4d00-a833-e03222ff4a5d 2022-09-30T16:32:54.582Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||No resources found for Service: bf091d25-3080-4362-91bb-25811f29eb30 2022-09-30T16:32:54.582Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: bf091d25-3080-4362-91bb-25811f29eb30 2022-09-30T16:32:54.583Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 099fc0f9-6ad2 0 9801c294-fc86-4d00-a833-e03222ff4a5d 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-09-30T16:32:54.596Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a705775, org.onap.sdc.toscaparser.api.parameters.Input@7b73a7ab, org.onap.sdc.toscaparser.api.parameters.Input@2d81f231, org.onap.sdc.toscaparser.api.parameters.Input@207850d1, org.onap.sdc.toscaparser.api.parameters.Input@584b6054] 2022-09-30T16:32:54.596Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:32:54.597Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:32:54.597Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid bf091d25-3080-4362-91bb-25811f29eb30: pNF 099fc0f9-6ad2 2022-09-30T16:32:54.598Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||Processing PNF resource: 9801c294-fc86-4d00-a833-e03222ff4a5d 2022-09-30T16:32:54.598Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:32:54.598Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:32:54.599Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||Resource customization UUID: 336b269b-041d-444a-a225-a1a68ea989b3 is the same as notified resource customizationUUID: 336b269b-041d-444a-a225-a1a68ea989b3 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-09-30T16:32:54.752Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 099fc0f9-6ad2 9801c294-fc86-4d00-a833-e03222ff4a5d 0 ASDC deployResourceStructure 2022-09-30T16:32:54.752Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar ASDC sendASDCNotification 2022-09-30T16:32:54.753Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 2022-09-30T16:32:54.753Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:32:54.753Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:32:54.780Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:32:54.781Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555574752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:32:54.858Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 65 ms 2022-09-30T16:32:54.860Z||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-09-30T16:32:54.860Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:32:54.883Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:32:54.887Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:32:55.795Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b9a2377-18e6-40f6-b019-f831e768c559 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:32:55.807Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b9a2377-18e6-40f6-b019-f831e768c559 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-09-30T16:32:55.821Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:32:55.821Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:32:55.821Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:32:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:32:59.050Z||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-09-30T16:32:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:32:59.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:32:59.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555467947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "cds", "timestamp": 1664555468811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555467947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "ves-openapi-manager", "timestamp": 1664555470061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "cds", "timestamp": 1664555468811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555467947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "ves-openapi-manager", "timestamp": 1664555470061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "cds", "timestamp": 1664555468811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555467947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "ves-openapi-manager", "timestamp": 1664555470061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "cds", "timestamp": 1664555468811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "policy-id", "timestamp": 1664555471975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555467947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "ves-openapi-manager", "timestamp": 1664555470061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "cds", "timestamp": 1664555468811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "policy-id", "timestamp": 1664555471975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555467947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "ves-openapi-manager", "timestamp": 1664555470061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "cds", "timestamp": 1664555468811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "policy-id", "timestamp": 1664555471975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555467947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "ves-openapi-manager", "timestamp": 1664555470061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-09-30T16:32:59.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "aai-ml", "timestamp": 1664555474612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "cds", "timestamp": 1664555468811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "policy-id", "timestamp": 1664555471975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555467947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:32:59.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "ves-openapi-manager", "timestamp": 1664555470061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "aai-ml", "timestamp": 1664555474612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "cds", "timestamp": 1664555468811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:32:59.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "policy-id", "timestamp": 1664555471975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "ves-openapi-manager", "timestamp": 1664555470061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "aai-ml", "timestamp": 1664555474612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555477404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:32:59.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "policy-id", "timestamp": 1664555471975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "clamp", "timestamp": 1664555477403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "aai-ml", "timestamp": 1664555474612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "cds", "timestamp": 1664555478350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:32:59.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "ves-openapi-manager", "timestamp": 1664555479607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T16:32:59.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "policy-id", "timestamp": 1664555471975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "clamp", "timestamp": 1664555477403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "aai-ml", "timestamp": 1664555474612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "cds", "timestamp": 1664555479370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-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-09-30T16:32:59.195Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b9a2377-18e6-40f6-b019-f831e768c559 2022-09-30T16:32:59.195Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9a2377-18e6-40f6-b019-f831e768c559 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-09-30T16:32:59.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "policy-id", "timestamp": 1664555471975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:32:59.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "ves-openapi-manager", "timestamp": 1664555480919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-09-30T16:32:59.213Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "clamp", "timestamp": 1664555477403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "aai-ml", "timestamp": 1664555474612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.214Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "ves-openapi-manager", "timestamp": 1664555481926, "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-09-30T16:32:59.232Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3b9a2377-18e6-40f6-b019-f831e768c559 2022-09-30T16:32:59.233Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9a2377-18e6-40f6-b019-f831e768c559 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-09-30T16:32:59.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "clamp", "timestamp": 1664555477403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "aai-ml", "timestamp": 1664555474612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "policy-id", "timestamp": 1664555481262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:32:59.252Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555482000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:32:59.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "clamp", "timestamp": 1664555477403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "aai-ml", "timestamp": 1664555474612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:32:59.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "policy-id", "timestamp": 1664555482344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:32:59.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555483017, "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-09-30T16:32:59.263Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b9a2377-18e6-40f6-b019-f831e768c559 2022-09-30T16:32:59.263Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9a2377-18e6-40f6-b019-f831e768c559 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-09-30T16:32:59.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "clamp", "timestamp": 1664555477403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "policy-id", "timestamp": 1664555483350, "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-09-30T16:32:59.285Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b9a2377-18e6-40f6-b019-f831e768c559 2022-09-30T16:32:59.286Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9a2377-18e6-40f6-b019-f831e768c559 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-09-30T16:32:59.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "aai-ml", "timestamp": 1664555483563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:32:59.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "clamp", "timestamp": 1664555477403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "clamp", "timestamp": 1664555477403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:32:59.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "aai-ml", "timestamp": 1664555492682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:32:59.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "clamp", "timestamp": 1664555493443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:32:59.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "aai-ml", "timestamp": 1664555493702, "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-09-30T16:32:59.309Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b9a2377-18e6-40f6-b019-f831e768c559 2022-09-30T16:32:59.309Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9a2377-18e6-40f6-b019-f831e768c559 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-09-30T16:32:59.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "clamp", "timestamp": 1664555494476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:32:59.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "clamp", "timestamp": 1664555495482, "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-09-30T16:32:59.325Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b9a2377-18e6-40f6-b019-f831e768c559 2022-09-30T16:32:59.326Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9a2377-18e6-40f6-b019-f831e768c559 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-09-30T16:32:59.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "cds", "timestamp": 1664555498809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "policy-id", "timestamp": 1664555491975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555497947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "cds", "timestamp": 1664555498809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555497947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "policy-id", "timestamp": 1664555491975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "cds", "timestamp": 1664555498809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555497947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "policy-id", "timestamp": 1664555491975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "cds", "timestamp": 1664555498809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555497947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "policy-id", "timestamp": 1664555491975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "cds", "timestamp": 1664555498809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "policy-id", "timestamp": 1664555491975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-30T16:32:59.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555497947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "cds", "timestamp": 1664555498809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555497947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "policy-id", "timestamp": 1664555491975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "cds", "timestamp": 1664555498809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555497947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "policy-id", "timestamp": 1664555491975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "cds", "timestamp": 1664555498809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555497947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "policy-id", "timestamp": 1664555491975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "cds", "timestamp": 1664555498809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:32:59.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555497947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:32:59.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "policy-id", "timestamp": 1664555491975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:32:59.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "policy-id", "timestamp": 1664555510591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:32:59.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555510642, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:32:59.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "cds", "timestamp": 1664555510741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:32:59.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-30T16:32:59.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "policy-id", "timestamp": 1664555511597, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:32:59.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "cds", "timestamp": 1664555511749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T16:32:59.401Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8dfc4f97-265b-465d-9778-4a8980065396 2022-09-30T16:32:59.402Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dfc4f97-265b-465d-9778-4a8980065396 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-09-30T16:32:59.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "policy-id", "timestamp": 1664555512607, "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-09-30T16:32:59.421Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8dfc4f97-265b-465d-9778-4a8980065396 2022-09-30T16:32:59.421Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dfc4f97-265b-465d-9778-4a8980065396 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-09-30T16:32:59.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:32:59.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555513934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:32:59.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "policy-id", "timestamp": 1664555513635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "cds", "timestamp": 1664555513822, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "aai-ml", "timestamp": 1664555514486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:32:59.440Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:32:59.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555514946, "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-09-30T16:32:59.447Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8dfc4f97-265b-465d-9778-4a8980065396 2022-09-30T16:32:59.447Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dfc4f97-265b-465d-9778-4a8980065396 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-09-30T16:32:59.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "policy-id", "timestamp": 1664555513635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "cds", "timestamp": 1664555513822, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:32:59.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "policy-id", "timestamp": 1664555513635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T16:32:59.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "cds", "timestamp": 1664555513822, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "policy-id", "timestamp": 1664555513635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "cds", "timestamp": 1664555513822, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:32:59.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:32:59.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:32:59.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:33:25.822Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b9a2377-18e6-40f6-b019-f831e768c559 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:33:25.835Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b9a2377-18e6-40f6-b019-f831e768c559 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-09-30T16:33:25.840Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:33:25.840Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T16:33:25.841Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T16:33:25.841Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T16:33:25.841Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:33:25.841Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:33:25.841Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:33:25.841Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:33:25.842Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:33:25.842Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:33:25.842Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:33:25.842Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T16:33:25.847Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T16:33:55.847Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b9a2377-18e6-40f6-b019-f831e768c559 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-09-30T16:33:55.853Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b9a2377-18e6-40f6-b019-f831e768c559 and serviceModelVersionId: bf091d25-3080-4362-91bb-25811f29eb30 2022-09-30T16:33:55.853Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 49c574a7-e2d3-416c-8d71-693f7d2c7ec3 2022-09-30T16:33:55.854Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0 2022-09-30T16:33:55.859Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T16:33:55.924Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0|INFO|500||Invoke 2022-09-30T16:33:55.925Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3b9a2377-18e6-40f6-b019-f831e768c559], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[738a735b-0c23-400f-8fb5-1fa11bca2c6e], X-ECOMP-RequestID=[3b9a2377-18e6-40f6-b019-f831e768c559], X-TransactionId=[], X-ONAP-RequestID=[3b9a2377-18e6-40f6-b019-f831e768c559], Content-Type=[application/merge-patch+json]} 2022-09-30T16:33:55.952Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T16:33:56.086Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?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/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220930-16:33:56:134-57287], vertex-id=[184432], Content-Length=[0], Date=[Fri, 30 Sep 2022 16:33:56 GMT], Content-Type=[application/json]} 2022-09-30T16:33:56.086Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T16:33:56.088Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0|INFO|500||InvokeReturn 2022-09-30T16:33:56.088Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T16:33:56.088Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T16:33:56.093Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T16:33:56.093Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b9a2377-18e6-40f6-b019-f831e768c559 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T16:33:56.094Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T16:33:56.094Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:33:56.097Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:33:56.098Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555636094, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T16:33:56.198Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:33:56.199Z||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-09-30T16:33:56.200Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:33:56.230Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:33:56.231Z||pool-34-thread-1|||||INFO|500||cambria reply ok (32 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-09-30T16:33:57.110Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T16:33:57.111Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8dfc4f97-265b-465d-9778-4a8980065396","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"923af81f-01e4-46e8-8211-09f495f84ccb","serviceDescription":"service","serviceInvariantUUID":"c671674d-fca1-4ccb-851b-f075a65faa07","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad1779a6-4360-441d-88ff-77f1f411dfd0","resourceInvariantUUID":"e44f6f2c-ded3-4f0f-bed6-03965f509639","resourceCustomizationUUID":"0bf89037-3a37-467e-ab2a-6fc8e8a7200a","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":"ZjM0OTgxYzc1ZWI0MjBjYmY0MTc3MmY0N2QyMTY4MmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e33995c-8bda-4995-a9eb-5bc9f5510e01","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":"1a121966-3a75-4684-8914-0648dfdb5498","artifactVersion":"2","generatedFromUUID":"6f07af0e-5128-4e6a-918d-fb477ae424ce"},{"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":"6f07af0e-5128-4e6a-918d-fb477ae424ce","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":"YjY0NDBhZGIzZmFmZmE3NTk4YTNiZjU2Mjk3NDIzNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e978fa7a-f0fb-4069-9e3b-b15815933151","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":"5c74c823-f4a5-48b6-b15c-1cac3fea4e99","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":"1e052366-d5cb-45d4-a1c5-86a45ef801cb","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":"fcc5f4ec-fb7a-4095-881e-d1e14ffdef21","artifactVersion":"2","generatedFromUUID":"5c74c823-f4a5-48b6-b15c-1cac3fea4e99"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MGYxMDAyYWEwZDJmY2E3MDE0OTg5YmVhNzU4N2VhNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a2cc38c-b371-4b73-8609-3c407aefaa56","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTBjMDNhMDE1NTYzZjZmNzU0ZGVhYjlhY2E4YzMyNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70811a3b-8b79-4d5c-9c07-f91ceb7ea805","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T16:33:57.111Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:33:57.112Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:33:57.114Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:33:57.114Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:33:57.214Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:33:57.215Z||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-09-30T16:33:57.215Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:33:57.249Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:33:57.250Z||pool-35-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:33:58.116Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:33:58.117Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:33:58.120Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:33:58.120Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-09-30T16:33:58.220Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:33:58.221Z||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-09-30T16:33:58.222Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:33:58.255Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:33:58.256Z||pool-36-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:33:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:33:59.049Z||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-09-30T16:33:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:33:59.121Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:33:59.122Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:33:59.126Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:33:59.126Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-09-30T16:33:59.160Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:33:59.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:33:59.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "policy-id", "timestamp": 1664555513635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:33:59.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:33:59.226Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:33:59.227Z||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-09-30T16:33:59.228Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:33:59.287Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:33:59.289Z||pool-37-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:34:00.127Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:34:00.128Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:00.130Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:00.130Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-30T16:34:00.230Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:34:00.232Z||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-09-30T16:34:00.232Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:00.309Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:00.309Z||pool-38-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:34:01.131Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:34:01.132Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:01.134Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:01.134Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-30T16:34:01.236Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:34:01.238Z||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-09-30T16:34:01.238Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:01.274Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:01.274Z||pool-39-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:34:02.138Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:34:02.147Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:02.151Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:02.151Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:02.252Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T16:34:02.253Z||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-09-30T16:34:02.253Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:02.294Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:02.295Z||pool-40-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:34:03.154Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:34:03.155Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:03.162Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:03.163Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-09-30T16:34:03.257Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-09-30T16:34:03.259Z||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-09-30T16:34:03.259Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:03.318Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:03.319Z||pool-41-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:34:04.165Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:34:04.170Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:04.178Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:04.178Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:04.283Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-09-30T16:34:04.284Z||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-09-30T16:34:04.284Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:04.307Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:04.307Z||pool-42-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:34:05.180Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:34:05.180Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:05.184Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:05.184Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:34:05.286Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-30T16:34:05.287Z||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-09-30T16:34:05.287Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:05.316Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:05.317Z||pool-43-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:34:06.186Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "923af81f-01e4-46e8-8211-09f495f84ccb", "serviceDescription": "service", "serviceInvariantUUID": "c671674d-fca1-4ccb-851b-f075a65faa07", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "0bf89037-3a37-467e-ab2a-6fc8e8a7200a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ad1779a6-4360-441d-88ff-77f1f411dfd0", "resourceInvariantUUID": "e44f6f2c-ded3-4f0f-bed6-03965f509639", "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": "1a121966-3a75-4684-8914-0648dfdb5498", "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": "6f07af0e-5128-4e6a-918d-fb477ae424ce", "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": "YjY0NDBhZGIzZmFmZmE3NTk4YTNiZjU2Mjk3NDIzNjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e978fa7a-f0fb-4069-9e3b-b15815933151", "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": "5c74c823-f4a5-48b6-b15c-1cac3fea4e99", "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": "fcc5f4ec-fb7a-4095-881e-d1e14ffdef21", "generatedFromUUID": "5c74c823-f4a5-48b6-b15c-1cac3fea4e99" }, "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": "fcc5f4ec-fb7a-4095-881e-d1e14ffdef21", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZTBjMDNhMDE1NTYzZjZmNzU0ZGVhYjlhY2E4YzMyNTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "70811a3b-8b79-4d5c-9c07-f91ceb7ea805" } ], "workloadContext": "Production" } 2022-09-30T16:34:06.207Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T16:34:06.208Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 923af81f-01e4-46e8-8211-09f495f84ccb ASDC 2022-09-30T16:34:06.209Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:8dfc4f97-265b-465d-9778-4a8980065396 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:923af81f-01e4-46e8-8211-09f495f84ccb ServiceInvariantUUID:c671674d-fca1-4ccb-851b-f075a65faa07 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:70811a3b-8b79-4d5c-9c07-f91ceb7ea805 ArtifactChecksum:ZTBjMDNhMDE1NTYzZjZmNzU0ZGVhYjlhY2E4YzMyNTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:0bf89037-3a37-467e-ab2a-6fc8e8a7200a ResourceInvariantUUID:e44f6f2c-ded3-4f0f-bed6-03965f509639 ResourceName:basic_cnf ResourceType:VF ResourceUUID:ad1779a6-4360-441d-88ff-77f1f411dfd0 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:1a121966-3a75-4684-8914-0648dfdb5498 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:6f07af0e-5128-4e6a-918d-fb477ae424ce 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:e978fa7a-f0fb-4069-9e3b-b15815933151 ArtifactChecksum:YjY0NDBhZGIzZmFmZmE3NTk4YTNiZjU2Mjk3NDIzNjY= 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:5c74c823-f4a5-48b6-b15c-1cac3fea4e99 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:fcc5f4ec-fb7a-4095-881e-d1e14ffdef21 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:fcc5f4ec-fb7a-4095-881e-d1e14ffdef21 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T16:34:06.212Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 923af81f-01e4-46e8-8211-09f495f84ccb 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-09-30T16:34:06.289Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T16:34:06.290Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-30T16:34:06.290Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-30T16:34:06.290Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 70811a3b-8b79-4d5c-9c07-f91ceb7ea805 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-30T16:34:06.291Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-30T16:34:06.291Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-30T16:34:06.445Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-30T16:34:06.450Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 70811a3b-8b79-4d5c-9c07-f91ceb7ea805 68961 2022-09-30T16:34:06.451Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-09-30T16:34:06.451Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-30T16:34:06.452Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:34:06.452Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:06.456Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:06.457Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555646451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:34:06.556Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:34:06.557Z||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-09-30T16:34:06.558Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:06.579Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:06.580Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:34:07.458Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T16:34:07.460Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-30T16:34:07.460Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 70811a3b-8b79-4d5c-9c07-f91ceb7ea805, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T16:34:07.461Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-09-30T16:34:07.461Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T16:34:07.462Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T16:34:07.616Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12965008021970209516/Definitions/service-BasicCnf-template.yml 2022-09-30T16:34:09.258Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T16:34:09.259Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-09-30T16:34:09.259Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T16:34:09.259Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-09-30T16:34:09.259Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:09.259Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:09.259Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T16:34:09.260Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:09.260Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-09-30T16:34:09.260Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:09.260Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:09.261Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T16:34:09.261Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-30T16:34:09.261Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T16:34:09.262Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:09.262Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:09.262Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T16:34:09.262Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-30T16:34:09.262Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T16:34:09.263Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:09.263Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:09.263Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:09.264Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-30T16:34:09.264Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-09-30T16:34:09.264Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-09-30T16:34:09.264Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T16:34:09.265Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:09.265Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T16:34:09.265Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:09.265Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T16:34:09.265Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:34:09.266Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:09.266Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T16:34:09.266Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:34:09.267Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:09.267Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T16:34:09.267Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:34:09.267Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:09.268Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-30T16:34:09.268Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-09-30T16:34:09.268Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=08605f31-1bb2-436f-8cab-33fd93a02bca 2022-09-30T16:34:09.268Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:09.268Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:09.269Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:09.269Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:09.269Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:09.269Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:09.270Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:09.270Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:09.270Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:923af81f-01e4-46e8-8211-09f495f84ccb Model Version:NULL Model InvariantUuid:c671674d-fca1-4ccb-851b-f075a65faa07 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:fb06cdd2-e373-48b9-a728-03a7c671ba06 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e44f6f2c-ded3-4f0f-bed6-03965f509639 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0bf89037-3a37-467e-ab2a-6fc8e8a7200a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1e0fb413-d436-4554-9059-57420cccebd7 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:23828451-8ad6-4d5e-b5c5-32eee852c3c7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:08605f31-1bb2-436f-8cab-33fd93a02bca ModelInvariantUuid:ae67c640-b20d-4992-8699-3f8a61481b2e ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:65059267-d693-4623-a545-7f6240e09fdf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:dbfa2f82-f41c-41bf-b060-0517099f09cf ModelInvariantUuid:cd45d270-6793-4793-951e-85f85fa4e1be ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ea7164bf-ff21-4b36-bb4a-de807218c33f 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-09-30T16:34:09.280Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ad1779a6-4360-441d-88ff-77f1f411dfd0 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-09-30T16:34:09.284Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-09-30T16:34:09.284Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad1779a6-4360-441d-88ff-77f1f411dfd0 2022-09-30T16:34:09.284Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1a121966-3a75-4684-8914-0648dfdb5498 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-09-30T16:34:09.284Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-30T16:34:09.284Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:09.457Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-30T16:34:09.458Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1a121966-3a75-4684-8914-0648dfdb5498 12 2022-09-30T16:34:09.458Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:09.458Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:09.458Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:34:09.459Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:09.461Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:09.461Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555649458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-09-30T16:34:09.561Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:34:09.562Z||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-09-30T16:34:09.562Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:09.580Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:09.581Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:34:10.462Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6f07af0e-5128-4e6a-918d-fb477ae424ce from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-09-30T16:34:10.463Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-30T16:34:10.463Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:10.650Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-30T16:34:10.651Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6f07af0e-5128-4e6a-918d-fb477ae424ce 2688 2022-09-30T16:34:10.651Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:10.651Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:10.652Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:34:10.652Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:10.655Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:10.655Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555650651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T16:34:10.755Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:34:10.756Z||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-09-30T16:34:10.756Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:10.805Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:10.806Z||pool-46-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:34:11.657Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e978fa7a-f0fb-4069-9e3b-b15815933151 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-09-30T16:34:11.657Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-30T16:34:11.657Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:11.790Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-30T16:34:11.790Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e978fa7a-f0fb-4069-9e3b-b15815933151 828 2022-09-30T16:34:11.791Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:11.791Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:11.791Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:34:11.791Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:11.793Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:11.793Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555651791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T16:34:11.893Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:34:11.894Z||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-09-30T16:34:11.895Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:11.911Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:11.912Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:34:12.794Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1e0fb413-d436-4554-9059-57420cccebd7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23828451-8ad6-4d5e-b5c5-32eee852c3c7", "vfModuleModelCustomizationUUID": "a2c98f28-d7d2-488b-ab10-62c63db12482", "isBase": true, "artifacts": [ "5c74c823-f4a5-48b6-b15c-1cac3fea4e99", "6f07af0e-5128-4e6a-918d-fb477ae424ce", "fcc5f4ec-fb7a-4095-881e-d1e14ffdef21" ], "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-09-30T16:34:12.799Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:23828451-8ad6-4d5e-b5c5-32eee852c3c7 VfModuleModelInvariantUUID:1e0fb413-d436-4554-9059-57420cccebd7 VfModuleModelDescription:NULL Artifacts UUID List:{ 5c74c823-f4a5-48b6-b15c-1cac3fea4e99 , 6f07af0e-5128-4e6a-918d-fb477ae424ce , fcc5f4ec-fb7a-4095-881e-d1e14ffdef21 } 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-09-30T16:34:12.802Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1e0fb413-d436-4554-9059-57420cccebd7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23828451-8ad6-4d5e-b5c5-32eee852c3c7", "vfModuleModelCustomizationUUID": "a2c98f28-d7d2-488b-ab10-62c63db12482", "isBase": true, "artifacts": [ "5c74c823-f4a5-48b6-b15c-1cac3fea4e99", "6f07af0e-5128-4e6a-918d-fb477ae424ce", "fcc5f4ec-fb7a-4095-881e-d1e14ffdef21" ], "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-09-30T16:34:12.802Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:23828451-8ad6-4d5e-b5c5-32eee852c3c7 VfModuleModelInvariantUUID:1e0fb413-d436-4554-9059-57420cccebd7 VfModuleModelDescription:NULL Artifacts UUID List:{ 5c74c823-f4a5-48b6-b15c-1cac3fea4e99 , 6f07af0e-5128-4e6a-918d-fb477ae424ce , fcc5f4ec-fb7a-4095-881e-d1e14ffdef21 } 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-09-30T16:34:12.802Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5c74c823-f4a5-48b6-b15c-1cac3fea4e99 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-09-30T16:34:12.802Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-30T16:34:12.803Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:12.955Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-30T16:34:12.956Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5c74c823-f4a5-48b6-b15c-1cac3fea4e99 1164 2022-09-30T16:34:12.956Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:12.957Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:12.957Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:34:12.957Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:12.961Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:12.961Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555652956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T16:34:13.062Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T16:34:13.063Z||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-09-30T16:34:13.063Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:13.086Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:13.087Z||pool-48-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:34:13.961Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fcc5f4ec-fb7a-4095-881e-d1e14ffdef21 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-09-30T16:34:13.962Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-30T16:34:13.963Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:14.075Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-30T16:34:14.076Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env fcc5f4ec-fb7a-4095-881e-d1e14ffdef21 200 2022-09-30T16:34:14.077Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:14.077Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:14.077Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:34:14.078Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:14.080Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:14.080Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555654076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-09-30T16:34:14.180Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:34:14.181Z||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-09-30T16:34:14.181Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:14.247Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:14.247Z||pool-49-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:34:15.080Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 923af81f-01e4-46e8-8211-09f495f84ccb 2022-09-30T16:34:15.081Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ad1779a6-4360-441d-88ff-77f1f411dfd0 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=? 2022-09-30T16:34:15.097Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-09-30T16:34:15.107Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b9f90a8, org.onap.sdc.toscaparser.api.parameters.Input@8ea00d5, org.onap.sdc.toscaparser.api.parameters.Input@7daa697c, org.onap.sdc.toscaparser.api.parameters.Input@2eae4f0f, org.onap.sdc.toscaparser.api.parameters.Input@392380a2] 2022-09-30T16:34:15.109Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:15.109Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:15.109Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-09-30T16:34:15.110Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0bf89037-3a37-467e-ab2a-6fc8e8a7200a 2022-09-30T16:34:15.110Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0bf89037-3a37-467e-ab2a-6fc8e8a7200a matches Tosca VF Customization UUID: 0bf89037-3a37-467e-ab2a-6fc8e8a7200a 2022-09-30T16:34:15.110Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0bf89037-3a37-467e-ab2a-6fc8e8a7200a 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-09-30T16:34:15.114Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:15.114Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:15.115Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0bf89037-3a37-467e-ab2a-6fc8e8a7200a: {\"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-09-30T16:34:15.116Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13d24fff 2022-09-30T16:34:15.116Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:15.116Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T16:34:15.117Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a2c98f28-d7d2-488b-ab10-62c63db12482 2022-09-30T16:34:15.117Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a2c98f28-d7d2-488b-ab10-62c63db12482 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-09-30T16:34:15.120Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:15.121Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T16:34:15.122Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:34:15.122Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:15.123Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T16:34:15.123Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:34:15.123Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:15.124Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-30T16:34:15.124Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-09-30T16:34:15.124Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=08605f31-1bb2-436f-8cab-33fd93a02bca 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-09-30T16:34:15.128Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:15.129Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T16:34:15.129Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:34:15.129Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:15.130Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T16:34:15.130Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0bf89037-3a37-467e-ab2a-6fc8e8a7200a 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-09-30T16:34:15.132Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:15.132Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:15.133Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 923af81f-01e4-46e8-8211-09f495f84ccb: basic_cnf 2022-09-30T16:34:15.133Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:15.133Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:15.134Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:15.134Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:15.134Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:15.135Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:15.135Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:15.135Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:15.136Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:34:15.136Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:34:15.137Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:15.213Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ad1779a6-4360-441d-88ff-77f1f411dfd0 1 ASDC deployResourceStructure 2022-09-30T16:34:15.214Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:15.215Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:15.215Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-30T16:34:15.215Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:15.218Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:15.218Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555655214, "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-09-30T16:34:15.318Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:34:15.319Z||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-09-30T16:34:15.319Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:15.337Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:15.338Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:34:16.219Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:16.220Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:16.220Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-30T16:34:16.220Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:16.222Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:16.222Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555656219, "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-09-30T16:34:16.323Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:34:16.324Z||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-09-30T16:34:16.324Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:16.352Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:16.352Z||pool-51-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:34:17.223Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:17.224Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:17.224Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:34:17.224Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:17.227Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:17.228Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555657223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T16:34:17.328Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:34:17.329Z||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-09-30T16:34:17.329Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:17.362Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:17.363Z||pool-52-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:34:18.228Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:18.229Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:18.230Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:34:18.230Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:18.232Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:18.233Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555658228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-09-30T16:34:18.340Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-09-30T16:34:18.341Z||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-09-30T16:34:18.341Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:18.459Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:18.460Z||pool-53-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:34:19.234Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:19.234Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:19.235Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:34:19.235Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:19.237Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:19.238Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555659234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-09-30T16:34:19.338Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:34:19.339Z||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-09-30T16:34:19.339Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:19.363Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:19.364Z||pool-54-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:34:20.238Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-09-30T16:34:20.240Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-30T16:34:20.240Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:34:20.240Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:34:20.243Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:34:20.243Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555660238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:34:20.344Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T16:34:20.345Z||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-09-30T16:34:20.346Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:20.388Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:20.389Z||pool-55-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:34:21.244Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dfc4f97-265b-465d-9778-4a8980065396 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:34:21.259Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dfc4f97-265b-465d-9778-4a8980065396 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-09-30T16:34:21.263Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:34:21.263Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:34:21.264Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:34:51.266Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dfc4f97-265b-465d-9778-4a8980065396 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:34:51.282Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dfc4f97-265b-465d-9778-4a8980065396 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-09-30T16:34:51.286Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:34:51.287Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:34:51.287Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:34:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:34:59.050Z||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-09-30T16:34:59.051Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:34:59.109Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:34:59.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "cds", "timestamp": 1664555513822, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "policy-id", "timestamp": 1664555513635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "cds", "timestamp": 1664555513822, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "policy-id", "timestamp": 1664555513635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:34:59.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "cds", "timestamp": 1664555513822, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:34:59.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "cds", "timestamp": 1664555522033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:34:59.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:34:59.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "policy-id", "timestamp": 1664555522081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:34:59.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:34:59.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "policy-id", "timestamp": 1664555523089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:34:59.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:34:59.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "cds", "timestamp": 1664555523073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T16:34:59.143Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of daf5204d-7bb5-4323-95c2-972bb42bdc53 2022-09-30T16:34:59.144Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf5204d-7bb5-4323-95c2-972bb42bdc53 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-09-30T16:34:59.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "policy-id", "timestamp": 1664555524100, "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-09-30T16:34:59.167Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of daf5204d-7bb5-4323-95c2-972bb42bdc53 2022-09-30T16:34:59.167Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf5204d-7bb5-4323-95c2-972bb42bdc53 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-09-30T16:34:59.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "ves-openapi-manager", "timestamp": 1664555510061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "clamp", "timestamp": 1664555526449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:34:59.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:34:59.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "aai-ml", "timestamp": 1664555526406, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:34:59.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:34:59.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "aai-ml", "timestamp": 1664555527411, "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-09-30T16:34:59.182Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8dfc4f97-265b-465d-9778-4a8980065396 2022-09-30T16:34:59.183Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dfc4f97-265b-465d-9778-4a8980065396 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-09-30T16:34:59.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "clamp", "timestamp": 1664555528472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:34:59.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:34:59.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555527947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "clamp", "timestamp": 1664555529501, "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-09-30T16:34:59.198Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8dfc4f97-265b-465d-9778-4a8980065396 2022-09-30T16:34:59.198Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dfc4f97-265b-465d-9778-4a8980065396 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-09-30T16:34:59.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555527947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555527947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-30T16:34:59.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555527947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555527947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555527947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "aai-ml", "timestamp": 1664555504612, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:34:59.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555527947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:34:59.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "aai-ml", "timestamp": 1664555535549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:34:59.214Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:34:59.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555535805, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:34:59.214Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:34:59.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "clamp", "timestamp": 1664555507400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:34:59.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555539011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:34:59.215Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:34:59.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664555540021, "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-09-30T16:34:59.220Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of daf5204d-7bb5-4323-95c2-972bb42bdc53 2022-09-30T16:34:59.220Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf5204d-7bb5-4323-95c2-972bb42bdc53 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-09-30T16:34:59.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "clamp", "timestamp": 1664555541452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:34:59.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:34:59.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "clamp", "timestamp": 1664555543467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:34:59.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:34:59.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "clamp", "timestamp": 1664555544473, "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-09-30T16:34:59.235Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of daf5204d-7bb5-4323-95c2-972bb42bdc53 2022-09-30T16:34:59.235Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf5204d-7bb5-4323-95c2-972bb42bdc53 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-09-30T16:34:59.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "aai-ml", "timestamp": 1664555548140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:34:59.243Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:34:59.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "aai-ml", "timestamp": 1664555549144, "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-09-30T16:34:59.248Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of daf5204d-7bb5-4323-95c2-972bb42bdc53 2022-09-30T16:34:59.248Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf5204d-7bb5-4323-95c2-972bb42bdc53 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-09-30T16:34:59.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "356084b9-bb69-4da8-8fb9-b00025538831", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555558508, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T16:34:59.257Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:34:59.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:34:59.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:34:59.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:34:59.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555572224, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:34:59.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:34:59.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:34:59.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555574752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:34:59.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:35:21.288Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dfc4f97-265b-465d-9778-4a8980065396 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:35:21.302Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dfc4f97-265b-465d-9778-4a8980065396 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-09-30T16:35:21.306Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:35:21.306Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T16:35:21.319Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T16:35:51.320Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8dfc4f97-265b-465d-9778-4a8980065396 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-09-30T16:35:51.331Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8dfc4f97-265b-465d-9778-4a8980065396 and serviceModelVersionId: 923af81f-01e4-46e8-8211-09f495f84ccb 2022-09-30T16:35:51.331Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c671674d-fca1-4ccb-851b-f075a65faa07 2022-09-30T16:35:51.332Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c671674d-fca1-4ccb-851b-f075a65faa07/model-vers/model-ver/923af81f-01e4-46e8-8211-09f495f84ccb?depth=0 2022-09-30T16:35:51.338Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T16:35:51.394Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c671674d-fca1-4ccb-851b-f075a65faa07/model-vers/model-ver/923af81f-01e4-46e8-8211-09f495f84ccb?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-09-30T16:35:51.396Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c671674d-fca1-4ccb-851b-f075a65faa07/model-vers/model-ver/923af81f-01e4-46e8-8211-09f495f84ccb?depth=0|INFO|500||Invoke 2022-09-30T16:35:51.425Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c671674d-fca1-4ccb-851b-f075a65faa07/model-vers/model-ver/923af81f-01e4-46e8-8211-09f495f84ccb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T16:35:51.541Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c671674d-fca1-4ccb-851b-f075a65faa07/model-vers/model-ver/923af81f-01e4-46e8-8211-09f495f84ccb?depth=0|INFO|500||InvokeReturn 2022-09-30T16:35:51.541Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c671674d-fca1-4ccb-851b-f075a65faa07/model-vers/model-ver/923af81f-01e4-46e8-8211-09f495f84ccb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-16:35:51:620-90104], vertex-id=[426032], Content-Length=[0], Date=[Fri, 30 Sep 2022 16:35:51 GMT], Content-Type=[application/json]} 2022-09-30T16:35:51.549Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-09-30T16:35:51.553Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T16:35:51.554Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T16:35:51.560Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T16:35:51.560Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8dfc4f97-265b-465d-9778-4a8980065396 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T16:35:51.561Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T16:35:51.561Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:35:51.564Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:35:51.564Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555751561, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T16:35:51.664Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:35:51.665Z||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-09-30T16:35:51.665Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:35:51.698Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:35:51.699Z||pool-56-thread-1|||||INFO|500||cambria reply ok (35 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-09-30T16:35:52.588Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T16:35:52.588Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"daf5204d-7bb5-4323-95c2-972bb42bdc53","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"07afedd5-9625-4e88-821c-37ad1ccf2d94","serviceDescription":"service","serviceInvariantUUID":"80f47ce0-d8cb-4fdc-8340-e1eaa965a9e5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d760d25d-3e4c-4079-86ad-3a988910a3a6","resourceInvariantUUID":"b71f4a3b-5514-4d8b-a5b1-a1af291a48a1","resourceCustomizationUUID":"18634d16-ee22-4d86-9ab9-6a73bb7a56af","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":"MDljYjdmMDliZjg5NTY0Yzg2MjI2NGQ4ZGE4NDEwOGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04c405a6-eb37-4b5c-86fb-8e3e7eb46216","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":"YmVjNTI5NjAxNDI5NTRhMjgzYWVmZjcyNDA3ODRkYjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bfe80962-b5c0-4506-aa11-059b9e834631","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":"379b5e3b-0a26-421d-b205-e3c2f57c8048","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":"7d22409b-e3b1-4e3e-8415-1dcba4b71629","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":"7425117b-4496-4240-a089-2f384a5ecf59","artifactVersion":"2","generatedFromUUID":"379b5e3b-0a26-421d-b205-e3c2f57c8048"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzY5NGYzM2MxZWQ5NjliOTA0ZGNkYzE5ZDY4MDM4NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b7d3056-569e-447d-a46f-4c763b24bcb9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2FiYWRmY2M5YTg0ZDIyYmRhYmM5NTI1NTU1NGJlY2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4acb2b73-c647-4ca5-83c9-4415a0ecd4fa","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T16:35:52.589Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:35:52.589Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:35:52.594Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:35:52.594Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:35:52.693Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:35:52.694Z||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-09-30T16:35:52.694Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:35:52.715Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:35:52.716Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:35:53.595Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:35:53.595Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:35:53.597Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:35:53.597Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-30T16:35:53.699Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T16:35:53.700Z||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-09-30T16:35:53.700Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:35:53.735Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:35:53.735Z||pool-58-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:35:54.598Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:35:54.599Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:35:54.602Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:35:54.602Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T16:35:54.702Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:35:54.703Z||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-09-30T16:35:54.704Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:35:54.729Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:35:54.730Z||pool-59-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:35:55.603Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:35:55.603Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:35:55.606Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:35:55.607Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:35:55.714Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-09-30T16:35:55.715Z||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-09-30T16:35:55.716Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:35:55.755Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:35:55.756Z||pool-60-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:35:56.612Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:35:56.623Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:35:56.629Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:35:56.629Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T16:35:56.726Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-09-30T16:35:56.727Z||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-09-30T16:35:56.727Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:35:56.754Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:35:56.755Z||pool-61-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:35:57.630Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:35:57.632Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:35:57.634Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:35:57.634Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:35:57.750Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms 2022-09-30T16:35:57.753Z||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-09-30T16:35:57.753Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:35:57.785Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:35:57.786Z||pool-62-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:35:58.636Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:35:58.636Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:35:58.639Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:35:58.639Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:35:58.739Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:35:58.741Z||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-09-30T16:35:58.741Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:35:58.760Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:35:58.761Z||pool-63-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:35:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:35:59.050Z||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-09-30T16:35:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:35:59.119Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:35:59.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:35:59.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555636094, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T16:35:59.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:35:59.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:35:59.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:35:59.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:35:59.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:35:59.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-09-30T16:35:59.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:35:59.640Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "07afedd5-9625-4e88-821c-37ad1ccf2d94", "serviceDescription": "service", "serviceInvariantUUID": "80f47ce0-d8cb-4fdc-8340-e1eaa965a9e5", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "18634d16-ee22-4d86-9ab9-6a73bb7a56af", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d760d25d-3e4c-4079-86ad-3a988910a3a6", "resourceInvariantUUID": "b71f4a3b-5514-4d8b-a5b1-a1af291a48a1", "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": "YmVjNTI5NjAxNDI5NTRhMjgzYWVmZjcyNDA3ODRkYjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bfe80962-b5c0-4506-aa11-059b9e834631", "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": "379b5e3b-0a26-421d-b205-e3c2f57c8048", "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": "7425117b-4496-4240-a089-2f384a5ecf59", "generatedFromUUID": "379b5e3b-0a26-421d-b205-e3c2f57c8048" }, "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": "7425117b-4496-4240-a089-2f384a5ecf59", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "N2FiYWRmY2M5YTg0ZDIyYmRhYmM5NTI1NTU1NGJlY2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4acb2b73-c647-4ca5-83c9-4415a0ecd4fa" } ], "workloadContext": "Production" } 2022-09-30T16:35:59.641Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T16:35:59.641Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07afedd5-9625-4e88-821c-37ad1ccf2d94 ASDC 2022-09-30T16:35:59.641Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:daf5204d-7bb5-4323-95c2-972bb42bdc53 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:07afedd5-9625-4e88-821c-37ad1ccf2d94 ServiceInvariantUUID:80f47ce0-d8cb-4fdc-8340-e1eaa965a9e5 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:4acb2b73-c647-4ca5-83c9-4415a0ecd4fa ArtifactChecksum:N2FiYWRmY2M5YTg0ZDIyYmRhYmM5NTI1NTU1NGJlY2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:18634d16-ee22-4d86-9ab9-6a73bb7a56af ResourceInvariantUUID:b71f4a3b-5514-4d8b-a5b1-a1af291a48a1 ResourceName:basic_vm ResourceType:VF ResourceUUID:d760d25d-3e4c-4079-86ad-3a988910a3a6 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:bfe80962-b5c0-4506-aa11-059b9e834631 ArtifactChecksum:YmVjNTI5NjAxNDI5NTRhMjgzYWVmZjcyNDA3ODRkYjU= 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:379b5e3b-0a26-421d-b205-e3c2f57c8048 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:7425117b-4496-4240-a089-2f384a5ecf59 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:7425117b-4496-4240-a089-2f384a5ecf59 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T16:35:59.642Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07afedd5-9625-4e88-821c-37ad1ccf2d94 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-09-30T16:35:59.683Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T16:35:59.684Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-30T16:35:59.684Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-30T16:35:59.684Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4acb2b73-c647-4ca5-83c9-4415a0ecd4fa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-30T16:35:59.685Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-30T16:35:59.685Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-30T16:35:59.947Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-30T16:35:59.950Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4acb2b73-c647-4ca5-83c9-4415a0ecd4fa 71071 2022-09-30T16:35:59.950Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-09-30T16:35:59.951Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-30T16:35:59.951Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:35:59.951Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:35:59.953Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:35:59.953Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555759950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:36:00.054Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T16:36:00.055Z||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-09-30T16:36:00.055Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:36:00.093Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:36:00.094Z||pool-64-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:36:00.956Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T16:36:00.957Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-30T16:36:00.957Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4acb2b73-c647-4ca5-83c9-4415a0ecd4fa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T16:36:00.958Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-09-30T16:36:00.958Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T16:36:00.958Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T16:36:01.138Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7957485174758055699/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-09-30T16:36:03.328Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T16:36:03.329Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-09-30T16:36:03.338Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T16:36:03.338Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-09-30T16:36:03.339Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:03.339Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:03.339Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T16:36:03.339Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:03.339Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T16:36:03.339Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T16:36:03.339Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T16:36:03.340Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:03.340Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T16:36:03.340Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-09-30T16:36:03.340Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:03.340Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:03.341Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T16:36:03.341Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-30T16:36:03.341Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T16:36:03.342Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:03.342Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:03.342Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T16:36:03.342Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-30T16:36:03.342Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T16:36:03.343Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:03.343Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:03.343Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:03.344Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-30T16:36:03.344Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-09-30T16:36:03.344Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-09-30T16:36:03.345Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-09-30T16:36:03.345Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T16:36:03.345Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T16:36:03.346Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:03.346Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T16:36:03.346Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:03.347Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T16:36:03.347Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:36:03.347Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:03.347Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T16:36:03.348Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:36:03.348Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:03.348Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T16:36:03.348Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:36:03.348Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:03.349Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-30T16:36:03.349Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-30T16:36:03.349Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T16:36:03.349Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=55d9a339-e20e-48f8-a3fb-797ee7da7bf4 2022-09-30T16:36:03.349Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:03.350Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:03.350Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:03.350Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:03.350Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:03.350Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:03.351Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:03.351Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:03.351Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:07afedd5-9625-4e88-821c-37ad1ccf2d94 Model Version:NULL Model InvariantUuid:80f47ce0-d8cb-4fdc-8340-e1eaa965a9e5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:092e7918-f6a5-451c-b557-0e05961cabb8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b71f4a3b-5514-4d8b-a5b1-a1af291a48a1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:18634d16-ee22-4d86-9ab9-6a73bb7a56af NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fda14b20-cc12-494e-9e33-9aa55064c881 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:e69dfe7b-95a5-4e9e-8db8-6be61cdf7f77 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:55d9a339-e20e-48f8-a3fb-797ee7da7bf4 ModelInvariantUuid:81f153eb-b1d3-490c-aa26-0177bbf8a532 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:a3ab329a-17cd-4cd6-8896-f2e3ae9e6a6a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:1ffd5f9e-e3bd-4fce-8e7c-20e5c412ce50 ModelInvariantUuid:2641839e-c0bf-46fc-a3d6-5e36654cbfcf ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:e677692d-ceaf-4624-bef9-978fffdbca47 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-09-30T16:36:03.370Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d760d25d-3e4c-4079-86ad-3a988910a3a6 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-09-30T16:36:03.383Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-09-30T16:36:03.383Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d760d25d-3e4c-4079-86ad-3a988910a3a6 2022-09-30T16:36:03.383Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bfe80962-b5c0-4506-aa11-059b9e834631 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-09-30T16:36:03.383Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-30T16:36:03.384Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:03.570Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-30T16:36:03.571Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json bfe80962-b5c0-4506-aa11-059b9e834631 787 2022-09-30T16:36:03.572Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:03.572Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:03.572Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:36:03.573Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:36:03.576Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:36:03.577Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555763572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T16:36:03.675Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-09-30T16:36:03.677Z||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-09-30T16:36:03.677Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:36:03.696Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:36:03.696Z||pool-65-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:36:04.579Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fda14b20-cc12-494e-9e33-9aa55064c881", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e69dfe7b-95a5-4e9e-8db8-6be61cdf7f77", "vfModuleModelCustomizationUUID": "557c62e9-e30b-471e-a7d2-0e6a7234a0d5", "isBase": true, "artifacts": [ "379b5e3b-0a26-421d-b205-e3c2f57c8048", "7425117b-4496-4240-a089-2f384a5ecf59" ], "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-09-30T16:36:04.592Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e69dfe7b-95a5-4e9e-8db8-6be61cdf7f77 VfModuleModelInvariantUUID:fda14b20-cc12-494e-9e33-9aa55064c881 VfModuleModelDescription:NULL Artifacts UUID List:{ 379b5e3b-0a26-421d-b205-e3c2f57c8048 , 7425117b-4496-4240-a089-2f384a5ecf59 } 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-09-30T16:36:04.596Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fda14b20-cc12-494e-9e33-9aa55064c881", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e69dfe7b-95a5-4e9e-8db8-6be61cdf7f77", "vfModuleModelCustomizationUUID": "557c62e9-e30b-471e-a7d2-0e6a7234a0d5", "isBase": true, "artifacts": [ "379b5e3b-0a26-421d-b205-e3c2f57c8048", "7425117b-4496-4240-a089-2f384a5ecf59" ], "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-09-30T16:36:04.596Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e69dfe7b-95a5-4e9e-8db8-6be61cdf7f77 VfModuleModelInvariantUUID:fda14b20-cc12-494e-9e33-9aa55064c881 VfModuleModelDescription:NULL Artifacts UUID List:{ 379b5e3b-0a26-421d-b205-e3c2f57c8048 , 7425117b-4496-4240-a089-2f384a5ecf59 } 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-09-30T16:36:04.603Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 379b5e3b-0a26-421d-b205-e3c2f57c8048 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-09-30T16:36:04.603Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-30T16:36:04.603Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:04.859Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-30T16:36:04.863Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 379b5e3b-0a26-421d-b205-e3c2f57c8048 5033 2022-09-30T16:36:04.867Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:04.867Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:04.867Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:36:04.870Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:36:04.876Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:36:04.876Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555764867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T16:36:04.982Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-30T16:36:04.983Z||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-09-30T16:36:04.983Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:36:05.013Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:36:05.014Z||pool-66-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:36:05.880Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7425117b-4496-4240-a089-2f384a5ecf59 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-09-30T16:36:05.881Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-30T16:36:05.881Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:05.962Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-30T16:36:05.962Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7425117b-4496-4240-a089-2f384a5ecf59 903 2022-09-30T16:36:05.963Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:05.963Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:05.963Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:36:05.963Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:36:05.965Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:36:05.965Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555765962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T16:36:06.069Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-09-30T16:36:06.070Z||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-09-30T16:36:06.071Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:36:06.089Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:36:06.090Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:36:06.966Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 07afedd5-9625-4e88-821c-37ad1ccf2d94 2022-09-30T16:36:06.967Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d760d25d-3e4c-4079-86ad-3a988910a3a6 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-09-30T16:36:06.998Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@373b91d, org.onap.sdc.toscaparser.api.parameters.Input@2348a90b, org.onap.sdc.toscaparser.api.parameters.Input@70174bcf, org.onap.sdc.toscaparser.api.parameters.Input@2b236e21, org.onap.sdc.toscaparser.api.parameters.Input@35068109] 2022-09-30T16:36:07.000Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:07.005Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:07.005Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-09-30T16:36:07.006Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 18634d16-ee22-4d86-9ab9-6a73bb7a56af 2022-09-30T16:36:07.006Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 18634d16-ee22-4d86-9ab9-6a73bb7a56af matches Tosca VF Customization UUID: 18634d16-ee22-4d86-9ab9-6a73bb7a56af 2022-09-30T16:36:07.006Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 18634d16-ee22-4d86-9ab9-6a73bb7a56af 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-09-30T16:36:07.009Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:07.010Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:07.011Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 18634d16-ee22-4d86-9ab9-6a73bb7a56af: {\"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-09-30T16:36:07.011Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@298121a8 2022-09-30T16:36:07.011Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:07.012Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T16:36:07.012Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 557c62e9-e30b-471e-a7d2-0e6a7234a0d5 2022-09-30T16:36:07.012Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 557c62e9-e30b-471e-a7d2-0e6a7234a0d5 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-09-30T16:36:07.015Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:07.016Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T16:36:07.016Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:36:07.016Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:07.017Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T16:36:07.017Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:36:07.017Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:07.017Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-30T16:36:07.017Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-30T16:36:07.018Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T16:36:07.018Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=55d9a339-e20e-48f8-a3fb-797ee7da7bf4 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-09-30T16:36:07.021Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:07.021Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T16:36:07.022Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:36:07.023Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:07.023Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T16:36:07.023Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=18634d16-ee22-4d86-9ab9-6a73bb7a56af 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-09-30T16:36:07.029Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:07.029Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:07.029Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 07afedd5-9625-4e88-821c-37ad1ccf2d94: basic_vm 2022-09-30T16:36:07.030Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:07.030Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:07.030Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:07.031Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:07.032Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:07.032Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:07.032Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:07.032Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:07.033Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:36:07.033Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:36:07.033Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:07.201Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d760d25d-3e4c-4079-86ad-3a988910a3a6 1 ASDC deployResourceStructure 2022-09-30T16:36:07.202Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:07.202Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:07.202Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:36:07.203Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:36:07.205Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:36:07.205Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555767202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T16:36:07.307Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:36:07.308Z||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-09-30T16:36:07.308Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:36:07.328Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:36:07.329Z||pool-68-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:36:08.206Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:08.206Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:08.207Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:36:08.207Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:36:08.209Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:36:08.209Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555768206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-30T16:36:08.310Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:36:08.311Z||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-09-30T16:36:08.311Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:36:08.338Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:36:08.339Z||pool-69-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:36:09.211Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:09.212Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:09.212Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:36:09.213Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:36:09.215Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:36:09.216Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555769211, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-30T16:36:09.318Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-30T16:36:09.320Z||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-09-30T16:36:09.320Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:36:09.337Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:36:09.337Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:36:10.217Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-09-30T16:36:10.217Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-30T16:36:10.217Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:36:10.218Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:36:10.220Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:36:10.221Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555770217, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:36:10.326Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-09-30T16:36:10.327Z||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-09-30T16:36:10.327Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:36:10.369Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:36:10.370Z||pool-71-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:36:11.222Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: daf5204d-7bb5-4323-95c2-972bb42bdc53 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:36:11.234Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: daf5204d-7bb5-4323-95c2-972bb42bdc53 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-09-30T16:36:11.238Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:36:11.238Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T16:36:11.238Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T16:36:11.239Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T16:36:11.239Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:36:11.239Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:36:11.239Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:36:11.239Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:36:11.239Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:36:11.240Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:36:11.240Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T16:36:11.247Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T16:36:41.248Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: daf5204d-7bb5-4323-95c2-972bb42bdc53 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-09-30T16:36:41.253Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: daf5204d-7bb5-4323-95c2-972bb42bdc53 and serviceModelVersionId: 07afedd5-9625-4e88-821c-37ad1ccf2d94 2022-09-30T16:36:41.253Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80f47ce0-d8cb-4fdc-8340-e1eaa965a9e5 2022-09-30T16:36:41.254Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80f47ce0-d8cb-4fdc-8340-e1eaa965a9e5/model-vers/model-ver/07afedd5-9625-4e88-821c-37ad1ccf2d94?depth=0 2022-09-30T16:36:41.260Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T16:36:41.340Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80f47ce0-d8cb-4fdc-8340-e1eaa965a9e5/model-vers/model-ver/07afedd5-9625-4e88-821c-37ad1ccf2d94?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-09-30T16:36:41.342Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80f47ce0-d8cb-4fdc-8340-e1eaa965a9e5/model-vers/model-ver/07afedd5-9625-4e88-821c-37ad1ccf2d94?depth=0|INFO|500||Invoke 2022-09-30T16:36:41.365Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80f47ce0-d8cb-4fdc-8340-e1eaa965a9e5/model-vers/model-ver/07afedd5-9625-4e88-821c-37ad1ccf2d94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T16:36:41.509Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80f47ce0-d8cb-4fdc-8340-e1eaa965a9e5/model-vers/model-ver/07afedd5-9625-4e88-821c-37ad1ccf2d94?depth=0|INFO|500||InvokeReturn 2022-09-30T16:36:41.511Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80f47ce0-d8cb-4fdc-8340-e1eaa965a9e5/model-vers/model-ver/07afedd5-9625-4e88-821c-37ad1ccf2d94?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-16:36:41:561-87088], vertex-id=[204872], Content-Length=[0], Date=[Fri, 30 Sep 2022 16:36:41 GMT], Content-Type=[application/json]} 2022-09-30T16:36:41.511Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-09-30T16:36:41.511Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T16:36:41.512Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T16:36:41.519Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T16:36:41.519Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID daf5204d-7bb5-4323-95c2-972bb42bdc53 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T16:36:41.519Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T16:36:41.520Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:36:41.530Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:36:41.530Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555801519, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T16:36:41.628Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-09-30T16:36:41.629Z||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-09-30T16:36:41.629Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:36:41.667Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:36:41.668Z||pool-72-thread-1|||||INFO|500||cambria reply ok (40 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-09-30T16:36:42.543Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:36:42.544Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T16:36:42.544Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:36:52.970Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:36:52.974Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:36:52.975Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T16:36:52.976Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:36:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:36:59.049Z||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-09-30T16:36:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:36:59.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:36:59.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-09-30T16:36:59.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:36:59.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-30T16:36:59.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:36:59.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-30T16:36:59.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:36:59.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:36:59.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:36:59.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-09-30T16:36:59.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:36:59.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:36:59.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:36:59.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:36:59.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:36:59.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555646451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:36:59.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:36:59.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555649458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-09-30T16:36:59.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:36:59.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555650651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T16:36:59.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:36:59.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555651791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T16:36:59.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:36:59.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555652956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T16:36:59.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:36:59.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555654076, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-09-30T16:36:59.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:36:59.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555655214, "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-09-30T16:36:59.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:36:59.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555656219, "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-09-30T16:36:59.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:36:59.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555657223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T16:36:59.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:36:59.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555658228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-09-30T16:36:59.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:36:59.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555659234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-09-30T16:36:59.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:36:59.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:36:59.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555660238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:36:59.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:37:02.538Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:37:02.539Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:37:02.541Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T16:37:02.541Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:37:12.105Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:37:12.105Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:37:12.106Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T16:37:12.106Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:37:21.679Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:37:21.680Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:37:21.681Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T16:37:21.681Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:37:31.242Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:37:31.243Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:37:31.243Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T16:37:31.243Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:37:40.805Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:37:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:37:59.047Z||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-09-30T16:37:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:37:59.050Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:37:59.051Z||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-09-30T16:37:59.051Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:37:59.092Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:37:59.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T16:37:59.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfc4f97-265b-465d-9778-4a8980065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555751561, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T16:37:59.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:37:59.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T16:37:59.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:37:59.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T16:37:59.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T16:37:59.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-30T16:37:59.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T16:37:59.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T16:37:59.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T16:37:59.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T16:37:59.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T16:37:59.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:37:59.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T16:37:59.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T16:37:59.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T16:37:59.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T16:37:59.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T16:37:59.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:37:59.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T16:37:59.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T16:37:59.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555559528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:37:59.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T16:38:08.607Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:38:59.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:38:59.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:38:59.050Z||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-09-30T16:38:59.050Z||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-09-30T16:38:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:38:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:38:59.610Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:38:59.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T16:38:59.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555759950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:38:59.613Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:38:59.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T16:38:59.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555763572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T16:38:59.613Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:38:59.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T16:38:59.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555764867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T16:38:59.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:38:59.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T16:38:59.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555765962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T16:38:59.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:38:59.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T16:38:59.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555767202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T16:38:59.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:38:59.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T16:38:59.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555768206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-30T16:38:59.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:38:59.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T16:38:59.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555769211, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-30T16:38:59.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:38:59.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T16:38:59.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555770217, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:38:59.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:38:59.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T16:38:59.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664555801519, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T16:38:59.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:39:08.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:39:59.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:39:59.048Z||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-09-30T16:39:59.048Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:39:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:39:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:39:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:40:08.623Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:40:08.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:40:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:40:59.046Z||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-09-30T16:40:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:40:59.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:40:59.049Z||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-09-30T16:40:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:41:08.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:41:08.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:41:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:41:59.046Z||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-09-30T16:41:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:41:59.050Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:41:59.052Z||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-09-30T16:41:59.052Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:42:08.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:42:08.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:42:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:42:59.047Z||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-09-30T16:42:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:42:59.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:42:59.049Z||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-09-30T16:42:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:43:08.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:43:08.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:43:59.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:43:59.048Z||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-09-30T16:43:59.048Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:43:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:43:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:43:59.054Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:44:08.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:44:08.648Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:44:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:44:59.047Z||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-09-30T16:44:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:44:59.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:44:59.049Z||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-09-30T16:44:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:45:08.674Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:45:08.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:45:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:45:59.047Z||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-09-30T16:45:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:45:59.049Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:45:59.049Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|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-09-30T16:45:59.050Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:46:08.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:46:08.701Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:46:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:46:59.047Z||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-09-30T16:46:59.048Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:46:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:46:59.050Z||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-09-30T16:46:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:47:08.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:47:08.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:47:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:47:59.046Z||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-09-30T16:47:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:47:59.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:47:59.049Z||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-09-30T16:47:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:48:08.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:48:08.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:48:59.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:48:59.048Z||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-09-30T16:48:59.048Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:48:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:48:59.049Z||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-09-30T16:48:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:49:08.664Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:49:08.667Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:49:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:49:59.047Z||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-09-30T16:49:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:49:59.050Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:49:59.051Z||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-09-30T16:49:59.051Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:50:08.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:50:08.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:50:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:50:59.047Z||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-09-30T16:50:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:50:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:50:59.049Z||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-09-30T16:50:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:51:08.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:51:08.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:51:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:51:59.046Z||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-09-30T16:51:59.046Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:51:59.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:51:59.050Z||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-09-30T16:51:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:52:08.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:52:08.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:52:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:52:59.046Z||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-09-30T16:52:59.046Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:52:59.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:52:59.049Z||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-09-30T16:52:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:53:08.606Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:53:08.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:53:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:53:59.047Z||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-09-30T16:53:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:53:59.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:53:59.049Z||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-09-30T16:53:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:54:08.608Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:54:08.613Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:54:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:54:59.047Z||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-09-30T16:54:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:54:59.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:54:59.049Z||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-09-30T16:54:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:54:59.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:54:59.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "cds", "timestamp": 1664556878809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556877947, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "aai-ml", "timestamp": 1664556884612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "cds", "timestamp": 1664556878809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556877947, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "aai-ml", "timestamp": 1664556884612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "cds", "timestamp": 1664556878809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556877947, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "aai-ml", "timestamp": 1664556884612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "cds", "timestamp": 1664556878809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556877947, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "clamp", "timestamp": 1664556887400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "aai-ml", "timestamp": 1664556884612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "cds", "timestamp": 1664556878809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556877947, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "clamp", "timestamp": 1664556887400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T16:54:59.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "aai-ml", "timestamp": 1664556884612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "ves-openapi-manager", "timestamp": 1664556890061, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "cds", "timestamp": 1664556878809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556877947, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "clamp", "timestamp": 1664556887400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "aai-ml", "timestamp": 1664556884612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "ves-openapi-manager", "timestamp": 1664556890061, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "cds", "timestamp": 1664556878809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "clamp", "timestamp": 1664556887400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556877947, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "aai-ml", "timestamp": 1664556884612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "ves-openapi-manager", "timestamp": 1664556890061, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "cds", "timestamp": 1664556878809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "clamp", "timestamp": 1664556887400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556877947, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "aai-ml", "timestamp": 1664556884612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "policy-id", "timestamp": 1664556891975, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "ves-openapi-manager", "timestamp": 1664556890061, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "cds", "timestamp": 1664556878809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "clamp", "timestamp": 1664556887400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556877947, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "aai-ml", "timestamp": 1664556884612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "policy-id", "timestamp": 1664556891975, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "ves-openapi-manager", "timestamp": 1664556890061, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "cds", "timestamp": 1664556878809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:54:59.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "clamp", "timestamp": 1664556887400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556877947, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:54:59.682Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "aai-ml", "timestamp": 1664556884612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:54:59.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "policy-id", "timestamp": 1664556891975, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-30T16:54:59.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "ves-openapi-manager", "timestamp": 1664556890061, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "clamp", "timestamp": 1664556887400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556895299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:54:59.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:54:59.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "cds", "timestamp": 1664556895299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:54:59.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:54:59.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "aai-ml", "timestamp": 1664556895469, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:54:59.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:54:59.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "policy-id", "timestamp": 1664556891975, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "ves-openapi-manager", "timestamp": 1664556890061, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "clamp", "timestamp": 1664556887400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "policy-id", "timestamp": 1664556891975, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "ves-openapi-manager", "timestamp": 1664556890061, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "clamp", "timestamp": 1664556887400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:54:59.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "policy-id", "timestamp": 1664556891975, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "ves-openapi-manager", "timestamp": 1664556890061, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:54:59.748Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:54:59.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T16:54:59.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"aadcd918-25d9-4c16-8bd7-fdacab561c59","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"57597718-c86d-4b34-909b-7ab6d9a55d21","serviceDescription":"service","serviceInvariantUUID":"ca9d7ffd-6675-4a66-9e25-815b6eba20f8","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6553b7dd-5cf1-4de5-83a3-401dd576f014","resourceInvariantUUID":"e5a505f1-fa9a-47dc-9ee8-28ac1289fb5c","resourceCustomizationUUID":"e58b597b-58ca-4682-939b-d7e8689419bc","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":"N2FmN2FjNGE2MDZiNzNmYjcyMTNjOTQ0NTZmNDU3NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6fe1546d-d323-4afe-a2e3-dece3e15e9e0","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":"YzVlY2M1OTFlMmNjYTU1OWM2ZTM4YWIwZTk1NjBiZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5007235-a06c-4def-b6bb-6b894abcdc01","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":"21fe515a-828e-4d3d-83d0-6ca0a840b633","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":"8f74978a-a1a2-4c8c-89bf-e381c99aa13f","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":"f1aeded7-1b79-49ac-a0bf-9fbb1c57c76a","artifactVersion":"2","generatedFromUUID":"744d40c2-a90c-48fd-aba2-7a5352bf28c5"},{"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":"07f9664d-67db-47fa-a25b-23145d1acfe7","artifactVersion":"2","generatedFromUUID":"21fe515a-828e-4d3d-83d0-6ca0a840b633"},{"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":"744d40c2-a90c-48fd-aba2-7a5352bf28c5","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":"f3cccca9-3b61-4358-9dff-c48ca060fffe","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":"N2QxZjZhZDQ4Zjg4ZDE1NDRjY2M1NWVlMWRjNjczMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"844d4703-4f42-436f-8633-9d48fedc04da","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTA4YjhkMWQ2NjNiMDAwMjFjZWFkYjliMTk1MmNkNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"561c4532-af69-4289-a1b6-bfce3dcd9cc5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T16:54:59.754Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:54:59.755Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:54:59.759Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:54:59.759Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:54:59.859Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:54:59.860Z||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-09-30T16:54:59.861Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:54:59.876Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:54:59.877Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:00.760Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:55:00.761Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:00.764Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:00.764Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T16:55:00.864Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:55:00.865Z||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-09-30T16:55:00.865Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:00.887Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:00.888Z||pool-74-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:01.765Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:55:01.766Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:01.768Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:01.768Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-30T16:55:01.870Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T16:55:01.871Z||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-09-30T16:55:01.872Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:01.927Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:01.928Z||pool-75-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:55:02.772Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:55:02.772Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:02.775Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:02.776Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:55:02.876Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:55:02.878Z||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-09-30T16:55:02.878Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:02.912Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:02.913Z||pool-76-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:03.778Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:55:03.780Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:03.782Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:03.782Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-09-30T16:55:03.882Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:55:03.883Z||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-09-30T16:55:03.885Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:03.915Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:03.916Z||pool-77-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:04.783Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:55:04.784Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:04.786Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:04.786Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-09-30T16:55:04.886Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:55:04.887Z||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-09-30T16:55:04.887Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:04.908Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:04.908Z||pool-78-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:05.788Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:55:05.789Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:05.793Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:05.793Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-09-30T16:55:05.893Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:55:05.894Z||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-09-30T16:55:05.894Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:05.948Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:05.949Z||pool-79-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:06.794Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:55:06.794Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:06.797Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:06.797Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:55:06.897Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:55:06.898Z||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-09-30T16:55:06.898Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:06.967Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:06.968Z||pool-80-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:07.797Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:55:07.798Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:07.801Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:07.801Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:55:07.901Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:55:07.902Z||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-09-30T16:55:07.902Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:07.921Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:07.921Z||pool-81-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:55:08.801Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:55:08.802Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:08.804Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:08.804Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:55:08.904Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:55:08.906Z||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-09-30T16:55:08.906Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:08.931Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:08.933Z||pool-82-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:09.805Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "57597718-c86d-4b34-909b-7ab6d9a55d21", "serviceDescription": "service", "serviceInvariantUUID": "ca9d7ffd-6675-4a66-9e25-815b6eba20f8", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "e58b597b-58ca-4682-939b-d7e8689419bc", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6553b7dd-5cf1-4de5-83a3-401dd576f014", "resourceInvariantUUID": "e5a505f1-fa9a-47dc-9ee8-28ac1289fb5c", "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": "YzVlY2M1OTFlMmNjYTU1OWM2ZTM4YWIwZTk1NjBiZWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5007235-a06c-4def-b6bb-6b894abcdc01", "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": "21fe515a-828e-4d3d-83d0-6ca0a840b633", "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": "07f9664d-67db-47fa-a25b-23145d1acfe7", "generatedFromUUID": "21fe515a-828e-4d3d-83d0-6ca0a840b633" }, "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": "f1aeded7-1b79-49ac-a0bf-9fbb1c57c76a", "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": "07f9664d-67db-47fa-a25b-23145d1acfe7", "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": "744d40c2-a90c-48fd-aba2-7a5352bf28c5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTA4YjhkMWQ2NjNiMDAwMjFjZWFkYjliMTk1MmNkNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "561c4532-af69-4289-a1b6-bfce3dcd9cc5" } ], "workloadContext": "Production" } 2022-09-30T16:55:09.806Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T16:55:09.806Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 57597718-c86d-4b34-909b-7ab6d9a55d21 ASDC 2022-09-30T16:55:09.807Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:aadcd918-25d9-4c16-8bd7-fdacab561c59 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:57597718-c86d-4b34-909b-7ab6d9a55d21 ServiceInvariantUUID:ca9d7ffd-6675-4a66-9e25-815b6eba20f8 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:561c4532-af69-4289-a1b6-bfce3dcd9cc5 ArtifactChecksum:ZTA4YjhkMWQ2NjNiMDAwMjFjZWFkYjliMTk1MmNkNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:e58b597b-58ca-4682-939b-d7e8689419bc ResourceInvariantUUID:e5a505f1-fa9a-47dc-9ee8-28ac1289fb5c ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6553b7dd-5cf1-4de5-83a3-401dd576f014 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:f5007235-a06c-4def-b6bb-6b894abcdc01 ArtifactChecksum:YzVlY2M1OTFlMmNjYTU1OWM2ZTM4YWIwZTk1NjBiZWE= 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:21fe515a-828e-4d3d-83d0-6ca0a840b633 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:07f9664d-67db-47fa-a25b-23145d1acfe7 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:f1aeded7-1b79-49ac-a0bf-9fbb1c57c76a 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:07f9664d-67db-47fa-a25b-23145d1acfe7 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:744d40c2-a90c-48fd-aba2-7a5352bf28c5 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T16:55:09.807Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57597718-c86d-4b34-909b-7ab6d9a55d21 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-09-30T16:55:09.852Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T16:55:09.854Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T16:55:09.854Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T16:55:09.854Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 561c4532-af69-4289-a1b6-bfce3dcd9cc5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-30T16:55:09.855Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T16:55:09.855Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-30T16:55:10.086Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T16:55:10.099Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 561c4532-af69-4289-a1b6-bfce3dcd9cc5 158207 2022-09-30T16:55:10.100Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-09-30T16:55:10.100Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-30T16:55:10.100Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:55:10.101Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:10.103Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:10.103Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556910100, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:55:10.203Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:55:10.205Z||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-09-30T16:55:10.205Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:10.258Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:10.259Z||pool-83-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:11.103Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T16:55:11.104Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T16:55:11.105Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 561c4532-af69-4289-a1b6-bfce3dcd9cc5, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T16:55:11.107Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-09-30T16:55:11.108Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T16:55:11.110Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T16:55:11.349Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7478620635901814680/Definitions/service-BasicCnfMacro-template.yml 2022-09-30T16:55:12.812Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T16:55:12.813Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-09-30T16:55:12.813Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T16:55:12.813Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-09-30T16:55:12.814Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|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-BasicCnfMacro-csar.csar 2022-09-30T16:55:12.814Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:12.814Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:12.814Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:12.814Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-09-30T16:55:12.815Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:12.815Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:12.816Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T16:55:12.816Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-09-30T16:55:12.816Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T16:55:12.816Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:12.817Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:12.817Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T16:55:12.817Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-09-30T16:55:12.817Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T16:55:12.817Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:12.818Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:12.818Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:12.818Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-09-30T16:55:12.818Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-09-30T16:55:12.819Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-09-30T16:55:12.819Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T16:55:12.819Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:12.819Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T16:55:12.819Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:12.820Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T16:55:12.820Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:55:12.820Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:12.820Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T16:55:12.821Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:55:12.821Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:12.821Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T16:55:12.821Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:55:12.821Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:12.821Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T16:55:12.822Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:55:12.822Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:12.822Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-09-30T16:55:12.822Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-09-30T16:55:12.822Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=5efe76b4-c3cf-4239-8408-2a34d6690554 2022-09-30T16:55:12.823Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:12.823Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:12.823Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:12.823Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:12.823Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:12.823Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:12.824Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:12.824Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:12.824Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:57597718-c86d-4b34-909b-7ab6d9a55d21 Model Version:NULL Model InvariantUuid:ca9d7ffd-6675-4a66-9e25-815b6eba20f8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:eeb0fb20-2be7-46e5-9dc7-ea97ec687f82 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e5a505f1-fa9a-47dc-9ee8-28ac1289fb5c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e58b597b-58ca-4682-939b-d7e8689419bc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d84e3579-ceff-40e9-9b8f-88311cda8351 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:3ab6de38-a765-4bed-877e-59b231636efe ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:0ab0399b-7b29-4e6f-8f98-4a5c7d3c3bb7 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:eb36281f-ec55-43b4-85e3-a0773f508e76 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5efe76b4-c3cf-4239-8408-2a34d6690554 ModelInvariantUuid:8570ed6f-4509-402b-aced-df4916dab762 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:1bebcd83-0140-492b-9005-b38cb4b35b4b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:d5adc569-2a92-40c5-86f2-e2d9bd1db229 ModelInvariantUuid:b17d8fba-dd1c-4e76-ac90-18b425c7dba4 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:5cf862da-86f6-43e6-9c7e-b9c6a582302c 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-09-30T16:55:12.832Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6553b7dd-5cf1-4de5-83a3-401dd576f014 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-09-30T16:55:12.838Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0 2022-09-30T16:55:12.839Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6553b7dd-5cf1-4de5-83a3-401dd576f014 2022-09-30T16:55:12.839Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f5007235-a06c-4def-b6bb-6b894abcdc01 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-09-30T16:55:12.839Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T16:55:12.839Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:13.034Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T16:55:13.034Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f5007235-a06c-4def-b6bb-6b894abcdc01 1565 2022-09-30T16:55:13.035Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:13.035Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:13.035Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:55:13.036Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:13.038Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:13.038Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556913035, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T16:55:13.138Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:55:13.139Z||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-09-30T16:55:13.139Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:13.173Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:13.173Z||pool-84-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:55:14.039Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "0ab0399b-7b29-4e6f-8f98-4a5c7d3c3bb7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eb36281f-ec55-43b4-85e3-a0773f508e76", "vfModuleModelCustomizationUUID": "62e61063-17b9-4fc6-a4db-4172ae61f08f", "isBase": true, "artifacts": [ "21fe515a-828e-4d3d-83d0-6ca0a840b633", "07f9664d-67db-47fa-a25b-23145d1acfe7" ], "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": "d84e3579-ceff-40e9-9b8f-88311cda8351", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3ab6de38-a765-4bed-877e-59b231636efe", "vfModuleModelCustomizationUUID": "1b2678b7-2149-4e6d-94f6-5d11f8d43d04", "isBase": false, "artifacts": [ "744d40c2-a90c-48fd-aba2-7a5352bf28c5" ], "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-09-30T16:55:14.046Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eb36281f-ec55-43b4-85e3-a0773f508e76 VfModuleModelInvariantUUID:0ab0399b-7b29-4e6f-8f98-4a5c7d3c3bb7 VfModuleModelDescription:NULL Artifacts UUID List:{ 21fe515a-828e-4d3d-83d0-6ca0a840b633 , 07f9664d-67db-47fa-a25b-23145d1acfe7 } 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:3ab6de38-a765-4bed-877e-59b231636efe VfModuleModelInvariantUUID:d84e3579-ceff-40e9-9b8f-88311cda8351 VfModuleModelDescription:NULL Artifacts UUID List:{ 744d40c2-a90c-48fd-aba2-7a5352bf28c5 } 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-09-30T16:55:14.050Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "0ab0399b-7b29-4e6f-8f98-4a5c7d3c3bb7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eb36281f-ec55-43b4-85e3-a0773f508e76", "vfModuleModelCustomizationUUID": "62e61063-17b9-4fc6-a4db-4172ae61f08f", "isBase": true, "artifacts": [ "21fe515a-828e-4d3d-83d0-6ca0a840b633", "07f9664d-67db-47fa-a25b-23145d1acfe7" ], "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": "d84e3579-ceff-40e9-9b8f-88311cda8351", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3ab6de38-a765-4bed-877e-59b231636efe", "vfModuleModelCustomizationUUID": "1b2678b7-2149-4e6d-94f6-5d11f8d43d04", "isBase": false, "artifacts": [ "744d40c2-a90c-48fd-aba2-7a5352bf28c5" ], "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-09-30T16:55:14.051Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eb36281f-ec55-43b4-85e3-a0773f508e76 VfModuleModelInvariantUUID:0ab0399b-7b29-4e6f-8f98-4a5c7d3c3bb7 VfModuleModelDescription:NULL Artifacts UUID List:{ 21fe515a-828e-4d3d-83d0-6ca0a840b633 , 07f9664d-67db-47fa-a25b-23145d1acfe7 } 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:3ab6de38-a765-4bed-877e-59b231636efe VfModuleModelInvariantUUID:d84e3579-ceff-40e9-9b8f-88311cda8351 VfModuleModelDescription:NULL Artifacts UUID List:{ 744d40c2-a90c-48fd-aba2-7a5352bf28c5 } 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-09-30T16:55:14.051Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 21fe515a-828e-4d3d-83d0-6ca0a840b633 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-09-30T16:55:14.051Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T16:55:14.051Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:14.134Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T16:55:14.135Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 21fe515a-828e-4d3d-83d0-6ca0a840b633 914 2022-09-30T16:55:14.135Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:14.135Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:14.135Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:55:14.136Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:14.138Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:14.143Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556914135, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T16:55:14.238Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-09-30T16:55:14.239Z||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-09-30T16:55:14.239Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:14.273Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:14.274Z||pool-85-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:15.144Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f1aeded7-1b79-49ac-a0bf-9fbb1c57c76a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-09-30T16:55:15.144Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T16:55:15.145Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:15.217Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T16:55:15.218Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f1aeded7-1b79-49ac-a0bf-9fbb1c57c76a 12 2022-09-30T16:55:15.218Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:15.218Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:15.219Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:55:15.219Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:15.221Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:15.221Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556915218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-09-30T16:55:15.321Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:55:15.323Z||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-09-30T16:55:15.323Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:15.348Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:15.349Z||pool-86-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:16.222Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 07f9664d-67db-47fa-a25b-23145d1acfe7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-09-30T16:55:16.223Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T16:55:16.223Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:16.310Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T16:55:16.311Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 07f9664d-67db-47fa-a25b-23145d1acfe7 96 2022-09-30T16:55:16.311Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:16.311Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:16.311Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:55:16.312Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:16.314Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:16.314Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556916311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-09-30T16:55:16.414Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:55:16.415Z||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-09-30T16:55:16.415Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:16.452Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:16.453Z||pool-87-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:17.314Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 744d40c2-a90c-48fd-aba2-7a5352bf28c5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-09-30T16:55:17.315Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T16:55:17.316Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:17.395Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T16:55:17.396Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 744d40c2-a90c-48fd-aba2-7a5352bf28c5 20206 2022-09-30T16:55:17.396Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:17.396Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:17.397Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:55:17.397Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:17.403Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:17.404Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556917396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T16:55:17.500Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-09-30T16:55:17.501Z||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-09-30T16:55:17.501Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:17.521Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:17.522Z||pool-88-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:55:18.407Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 57597718-c86d-4b34-909b-7ab6d9a55d21 2022-09-30T16:55:18.408Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 6553b7dd-5cf1-4de5-83a3-401dd576f014 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-09-30T16:55:18.421Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38815d04, org.onap.sdc.toscaparser.api.parameters.Input@2137b27, org.onap.sdc.toscaparser.api.parameters.Input@580b4356, org.onap.sdc.toscaparser.api.parameters.Input@4cf807ac, org.onap.sdc.toscaparser.api.parameters.Input@7e231a4a] 2022-09-30T16:55:18.423Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:18.423Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:18.424Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-09-30T16:55:18.424Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e58b597b-58ca-4682-939b-d7e8689419bc 2022-09-30T16:55:18.424Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e58b597b-58ca-4682-939b-d7e8689419bc matches Tosca VF Customization UUID: e58b597b-58ca-4682-939b-d7e8689419bc 2022-09-30T16:55:18.425Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e58b597b-58ca-4682-939b-d7e8689419bc 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-09-30T16:55:18.428Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:18.428Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:18.429Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e58b597b-58ca-4682-939b-d7e8689419bc: {\"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-09-30T16:55:18.429Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@692adcd6 2022-09-30T16:55:18.430Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:18.430Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T16:55:18.430Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b2678b7-2149-4e6d-94f6-5d11f8d43d04 2022-09-30T16:55:18.431Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b2678b7-2149-4e6d-94f6-5d11f8d43d04 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-09-30T16:55:18.434Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:18.434Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T16:55:18.435Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:55:18.435Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:18.435Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T16:55:18.436Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:55:18.436Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:18.437Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T16:55:18.437Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e58b597b-58ca-4682-939b-d7e8689419bc 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-09-30T16:55:18.441Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:18.441Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:18.441Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 57597718-c86d-4b34-909b-7ab6d9a55d21: basic_cnf_macro 2022-09-30T16:55:18.442Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:18.442Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:18.442Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:18.443Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:18.443Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:18.444Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:18.444Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:18.444Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:18.444Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:55:18.445Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:55:18.445Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:18.545Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 6553b7dd-5cf1-4de5-83a3-401dd576f014 2 ASDC deployResourceStructure 2022-09-30T16:55:18.546Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:18.546Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:18.546Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:55:18.547Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:18.549Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:18.549Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556918546, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T16:55:18.649Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:55:18.651Z||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-09-30T16:55:18.651Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:18.724Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:18.724Z||pool-89-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:55:19.549Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:19.550Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:19.550Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:55:19.551Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:19.553Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:19.553Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556919549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-09-30T16:55:19.653Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:55:19.654Z||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-09-30T16:55:19.655Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:19.672Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:19.673Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:20.554Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:20.555Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:20.555Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-30T16:55:20.556Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:20.558Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:20.558Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556920554, "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-09-30T16:55:20.658Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:55:20.659Z||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-09-30T16:55:20.660Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:20.685Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:20.686Z||pool-91-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:55:21.559Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:21.559Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:21.559Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:55:21.560Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:21.562Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:21.562Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556921559, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-09-30T16:55:21.666Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-09-30T16:55:21.668Z||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-09-30T16:55:21.668Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:21.687Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:21.687Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:22.566Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:22.566Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||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-09-30T16:55:22.581Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-30T16:55:22.595Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:22.632Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:22.632Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556922566, "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-09-30T16:55:22.708Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 58 ms 2022-09-30T16:55:22.709Z||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-09-30T16:55:22.709Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:22.753Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:22.754Z||pool-93-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:23.651Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-09-30T16:55:23.651Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-30T16:55:23.652Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:55:23.652Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:55:23.654Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:55:23.654Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556923651, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:55:23.755Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:55:23.756Z||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-09-30T16:55:23.756Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:23.781Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:23.781Z||pool-94-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:55:24.655Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:55:24.670Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 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-09-30T16:55:24.675Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:55:24.675Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:55:24.675Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:55:54.676Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:55:54.689Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 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-09-30T16:55:54.692Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:55:54.692Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:55:54.692Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:55:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:55:59.050Z||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-09-30T16:55:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:55:59.119Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:55:59.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:55:59.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556898647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:55:59.122Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:56:24.693Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:56:24.705Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 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-09-30T16:56:24.707Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:56:24.708Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:56:24.708Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:56:54.709Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:56:54.728Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 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-09-30T16:56:54.735Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:56:54.742Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:56:54.743Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:56:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:56:59.049Z||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-09-30T16:56:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:56:59.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:56:59.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:56:59.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "cds", "timestamp": 1664556898716, "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-09-30T16:56:59.118Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aadcd918-25d9-4c16-8bd7-fdacab561c59 2022-09-30T16:56:59.119Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aadcd918-25d9-4c16-8bd7-fdacab561c59 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-09-30T16:57:24.744Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:57:24.759Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 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-09-30T16:57:24.762Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:57:24.763Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:57:24.763Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:57:54.763Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:57:54.787Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 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-09-30T16:57:54.793Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:57:54.794Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T16:57:54.794Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T16:57:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:57:59.050Z||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-09-30T16:57:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:57:59.092Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:57:59.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "policy-id", "timestamp": 1664556891975, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "ves-openapi-manager", "timestamp": 1664556890061, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556899654, "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-09-30T16:57:59.103Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aadcd918-25d9-4c16-8bd7-fdacab561c59 2022-09-30T16:57:59.104Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aadcd918-25d9-4c16-8bd7-fdacab561c59 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-09-30T16:57:59.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "policy-id", "timestamp": 1664556891975, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T16:57:59.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "policy-id", "timestamp": 1664556891975, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-30T16:57:59.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "policy-id", "timestamp": 1664556891975, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:57:59.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-09-30T16:57:59.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "policy-id", "timestamp": 1664556903124, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:57:59.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "clamp", "timestamp": 1664556903314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:57:59.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-09-30T16:57:59.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "policy-id", "timestamp": 1664556904134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:57:59.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-09-30T16:57:59.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "policy-id", "timestamp": 1664556905140, "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-09-30T16:57:59.121Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aadcd918-25d9-4c16-8bd7-fdacab561c59 2022-09-30T16:57:59.122Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aadcd918-25d9-4c16-8bd7-fdacab561c59 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-09-30T16:57:59.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "aai-ml", "timestamp": 1664556905551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:57:59.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "aai-ml", "timestamp": 1664556906556, "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-09-30T16:57:59.135Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aadcd918-25d9-4c16-8bd7-fdacab561c59 2022-09-30T16:57:59.135Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aadcd918-25d9-4c16-8bd7-fdacab561c59 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-09-30T16:57:59.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556899045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:57:59.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "clamp", "timestamp": 1664556908798, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:57:59.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556910100, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:57:59.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "clamp", "timestamp": 1664556909804, "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-09-30T16:57:59.148Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aadcd918-25d9-4c16-8bd7-fdacab561c59 2022-09-30T16:57:59.148Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aadcd918-25d9-4c16-8bd7-fdacab561c59 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-09-30T16:57:59.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556913035, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T16:57:59.155Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556914135, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T16:57:59.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556915218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-09-30T16:57:59.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556916311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-09-30T16:57:59.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556917396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T16:57:59.157Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556918546, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T16:57:59.157Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556919549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-09-30T16:57:59.157Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556920554, "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-09-30T16:57:59.157Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556921559, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-09-30T16:57:59.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556922566, "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-09-30T16:57:59.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664556923651, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:57:59.159Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "clamp", "timestamp": 1664556917400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "aai-ml", "timestamp": 1664556914612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "cds", "timestamp": 1664556923809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "clamp", "timestamp": 1664556917400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T16:57:59.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "aai-ml", "timestamp": 1664556914612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "cds", "timestamp": 1664556923809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "clamp", "timestamp": 1664556917400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "aai-ml", "timestamp": 1664556914612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "cds", "timestamp": 1664556923809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "clamp", "timestamp": 1664556917400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "aai-ml", "timestamp": 1664556914612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "cds", "timestamp": 1664556923809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "clamp", "timestamp": 1664556917400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "aai-ml", "timestamp": 1664556914612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "cds", "timestamp": 1664556923809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "clamp", "timestamp": 1664556917400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "aai-ml", "timestamp": 1664556914612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "cds", "timestamp": 1664556923809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "ves-openapi-manager", "timestamp": 1664556930066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "aai-ml", "timestamp": 1664556914612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "clamp", "timestamp": 1664556917400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "cds", "timestamp": 1664556923809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "ves-openapi-manager", "timestamp": 1664556930066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "aai-ml", "timestamp": 1664556914612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:57:59.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "clamp", "timestamp": 1664556917400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:57:59.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "cds", "timestamp": 1664556923809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:57:59.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "ves-openapi-manager", "timestamp": 1664556930066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "aai-ml", "timestamp": 1664556932414, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:57:59.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "policy-id", "timestamp": 1664556931975, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "cds", "timestamp": 1664556932690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:57:59.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "ves-openapi-manager", "timestamp": 1664556930066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "policy-id", "timestamp": 1664556931975, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "ves-openapi-manager", "timestamp": 1664556930066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "cds", "timestamp": 1664556934142, "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-09-30T16:57:59.180Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82daf698-6ed9-45cd-b6ba-edb23b9afe2f 2022-09-30T16:57:59.181Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82daf698-6ed9-45cd-b6ba-edb23b9afe2f 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-09-30T16:57:59.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "policy-id", "timestamp": 1664556931975, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T16:57:59.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "ves-openapi-manager", "timestamp": 1664556930066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "policy-id", "timestamp": 1664556931975, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "ves-openapi-manager", "timestamp": 1664556930066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "policy-id", "timestamp": 1664556931975, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "clamp", "timestamp": 1664556936782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:57:59.190Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "ves-openapi-manager", "timestamp": 1664556930066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "policy-id", "timestamp": 1664556931975, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556937947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "policy-id", "timestamp": 1664556931975, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556937947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "policy-id", "timestamp": 1664556931975, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:57:59.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556937947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "clamp", "timestamp": 1664556940789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:57:59.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "policy-id", "timestamp": 1664556940778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:57:59.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556937947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "clamp", "timestamp": 1664556941792, "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-09-30T16:57:59.198Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 82daf698-6ed9-45cd-b6ba-edb23b9afe2f 2022-09-30T16:57:59.198Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82daf698-6ed9-45cd-b6ba-edb23b9afe2f 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-09-30T16:57:59.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "policy-id", "timestamp": 1664556941785, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:57:59.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556937947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "aai-ml", "timestamp": 1664556942787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:57:59.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "policy-id", "timestamp": 1664556942788, "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-09-30T16:57:59.212Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82daf698-6ed9-45cd-b6ba-edb23b9afe2f 2022-09-30T16:57:59.212Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82daf698-6ed9-45cd-b6ba-edb23b9afe2f 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-09-30T16:57:59.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556937947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "aai-ml", "timestamp": 1664556943794, "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-09-30T16:57:59.226Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82daf698-6ed9-45cd-b6ba-edb23b9afe2f 2022-09-30T16:57:59.226Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82daf698-6ed9-45cd-b6ba-edb23b9afe2f 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-09-30T16:57:59.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556937947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:57:59.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556937947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:57:59.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T16:57:59.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556946829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:57:59.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556949687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:57:59.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:57:59.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T16:57:59.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556950692, "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-09-30T16:57:59.241Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82daf698-6ed9-45cd-b6ba-edb23b9afe2f 2022-09-30T16:57:59.241Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82daf698-6ed9-45cd-b6ba-edb23b9afe2f 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-09-30T16:58:24.795Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:58:24.819Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 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-09-30T16:58:24.829Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:58:24.830Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T16:58:24.830Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T16:58:24.831Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T16:58:24.832Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:58:24.832Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:58:24.833Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:58:24.833Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:58:24.833Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:58:24.834Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:58:24.846Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|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-09-30T16:58:24.854Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T16:58:54.854Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 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-09-30T16:58:54.868Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aadcd918-25d9-4c16-8bd7-fdacab561c59 and serviceModelVersionId: 57597718-c86d-4b34-909b-7ab6d9a55d21 2022-09-30T16:58:54.868Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca9d7ffd-6675-4a66-9e25-815b6eba20f8 2022-09-30T16:58:54.870Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca9d7ffd-6675-4a66-9e25-815b6eba20f8/model-vers/model-ver/57597718-c86d-4b34-909b-7ab6d9a55d21?depth=0 2022-09-30T16:58:54.886Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T16:58:54.998Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|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/ca9d7ffd-6675-4a66-9e25-815b6eba20f8/model-vers/model-ver/57597718-c86d-4b34-909b-7ab6d9a55d21?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-09-30T16:58:55.001Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca9d7ffd-6675-4a66-9e25-815b6eba20f8/model-vers/model-ver/57597718-c86d-4b34-909b-7ab6d9a55d21?depth=0|INFO|500||Invoke 2022-09-30T16:58:55.068Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca9d7ffd-6675-4a66-9e25-815b6eba20f8/model-vers/model-ver/57597718-c86d-4b34-909b-7ab6d9a55d21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T16:58:55.227Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca9d7ffd-6675-4a66-9e25-815b6eba20f8/model-vers/model-ver/57597718-c86d-4b34-909b-7ab6d9a55d21?depth=0|INFO|500||InvokeReturn 2022-09-30T16:58:55.228Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|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/ca9d7ffd-6675-4a66-9e25-815b6eba20f8/model-vers/model-ver/57597718-c86d-4b34-909b-7ab6d9a55d21?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-16:58:55:369-6327], vertex-id=[241736], Content-Length=[0], Date=[Fri, 30 Sep 2022 16:58:55 GMT], Content-Type=[application/json]} 2022-09-30T16:58:55.229Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-09-30T16:58:55.229Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T16:58:55.230Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|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-09-30T16:58:55.236Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|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-09-30T16:58:55.237Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aadcd918-25d9-4c16-8bd7-fdacab561c59 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T16:58:55.238Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T16:58:55.238Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:58:55.241Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:58:55.241Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557135237, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T16:58:55.341Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:58:55.342Z||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-09-30T16:58:55.342Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:58:55.387Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:58:55.387Z||pool-95-thread-1|||||INFO|500||cambria reply ok (46 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-09-30T16:58:56.259Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:58:56.260Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|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-09-30T16:58:56.260Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:58:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:58:59.049Z||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-09-30T16:58:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:58:59.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:58:59.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "cds", "timestamp": 1664556953811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "cds", "timestamp": 1664556953811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "cds", "timestamp": 1664556953811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "cds", "timestamp": 1664556953811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "cds", "timestamp": 1664556953811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556967948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "cds", "timestamp": 1664556953811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556967948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "cds", "timestamp": 1664556953811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "ves-openapi-manager", "timestamp": 1664556970061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556967948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "cds", "timestamp": 1664556953811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "ves-openapi-manager", "timestamp": 1664556970061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556967948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "cds", "timestamp": 1664556953811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:58:59.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "ves-openapi-manager", "timestamp": 1664556970061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "policy-id", "timestamp": 1664556971975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556967948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "ves-openapi-manager", "timestamp": 1664556970061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "cds", "timestamp": 1664556972974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:58:59.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:58:59.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "policy-id", "timestamp": 1664556971975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556967948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "ves-openapi-manager", "timestamp": 1664556970061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "cds", "timestamp": 1664556974338, "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-09-30T16:58:59.128Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af75e41e-4f10-4622-b3f4-e7d870c005e2 2022-09-30T16:58:59.128Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af75e41e-4f10-4622-b3f4-e7d870c005e2 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-09-30T16:58:59.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "policy-id", "timestamp": 1664556971975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556967948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "ves-openapi-manager", "timestamp": 1664556970061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "aai-ml", "timestamp": 1664556974612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "policy-id", "timestamp": 1664556971975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556967948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "ves-openapi-manager", "timestamp": 1664556970061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-09-30T16:58:59.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "aai-ml", "timestamp": 1664556974612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "policy-id", "timestamp": 1664556971975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556967948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:58:59.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "ves-openapi-manager", "timestamp": 1664556970061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "aai-ml", "timestamp": 1664556974612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "policy-id", "timestamp": 1664556971975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "ves-openapi-manager", "timestamp": 1664556970061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556977982, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:58:59.145Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:58:59.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "clamp", "timestamp": 1664556977400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "aai-ml", "timestamp": 1664556974612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "policy-id", "timestamp": 1664556971975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "clamp", "timestamp": 1664556977400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "ves-openapi-manager", "timestamp": 1664556980044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T16:58:59.147Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:58:59.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "aai-ml", "timestamp": 1664556974612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "policy-id", "timestamp": 1664556971975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "clamp", "timestamp": 1664556977400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556980175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:58:59.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:58:59.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "ves-openapi-manager", "timestamp": 1664556981083, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-09-30T16:58:59.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:58:59.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "aai-ml", "timestamp": 1664556974612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "policy-id", "timestamp": 1664556971975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:58:59.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "clamp", "timestamp": 1664556977400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664556981180, "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-09-30T16:58:59.157Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af75e41e-4f10-4622-b3f4-e7d870c005e2 2022-09-30T16:58:59.158Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af75e41e-4f10-4622-b3f4-e7d870c005e2 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-09-30T16:58:59.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "ves-openapi-manager", "timestamp": 1664556982089, "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-09-30T16:58:59.171Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of af75e41e-4f10-4622-b3f4-e7d870c005e2 2022-09-30T16:58:59.171Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af75e41e-4f10-4622-b3f4-e7d870c005e2 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-09-30T16:58:59.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "aai-ml", "timestamp": 1664556974612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "policy-id", "timestamp": 1664556981755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:58:59.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:58:59.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "clamp", "timestamp": 1664556977400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "aai-ml", "timestamp": 1664556974612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "policy-id", "timestamp": 1664556982760, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:58:59.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:58:59.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "clamp", "timestamp": 1664556977400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "aai-ml", "timestamp": 1664556974612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:58:59.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "policy-id", "timestamp": 1664556983765, "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-09-30T16:58:59.186Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af75e41e-4f10-4622-b3f4-e7d870c005e2 2022-09-30T16:58:59.187Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af75e41e-4f10-4622-b3f4-e7d870c005e2 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-09-30T16:58:59.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "clamp", "timestamp": 1664556977400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "aai-ml", "timestamp": 1664556984418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:58:59.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:58:59.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "clamp", "timestamp": 1664556977400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:58:59.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "clamp", "timestamp": 1664556977400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:58:59.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T16:58:59.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "aai-ml", "timestamp": 1664556990982, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:58:59.196Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:58:59.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "aai-ml", "timestamp": 1664556991986, "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-09-30T16:58:59.200Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af75e41e-4f10-4622-b3f4-e7d870c005e2 2022-09-30T16:58:59.201Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af75e41e-4f10-4622-b3f4-e7d870c005e2 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-09-30T16:58:59.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "clamp", "timestamp": 1664556996795, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:58:59.210Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:58:59.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "clamp", "timestamp": 1664556999803, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:58:59.210Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:58:59.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:58:59.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "clamp", "timestamp": 1664557000810, "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-09-30T16:58:59.215Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af75e41e-4f10-4622-b3f4-e7d870c005e2 2022-09-30T16:58:59.215Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af75e41e-4f10-4622-b3f4-e7d870c005e2 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-09-30T16:59:00.735Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:00.736Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T16:59:00.737Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"82daf698-6ed9-45cd-b6ba-edb23b9afe2f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0facee9c-0ed2-4642-bebd-754c2e55e726","serviceDescription":"service","serviceInvariantUUID":"e3a48c43-4c5f-4f71-a9f9-2216be03f34e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dc7e2211-b509-4567-ab93-a919a9001bdd","resourceInvariantUUID":"4b37cc97-04a0-4131-970b-dac74764d0b2","resourceCustomizationUUID":"8029698d-3d48-4bb5-b7c8-833c9a55fe2f","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":"MDMyZGM5ZDlkN2RmYTM3MjIzMzYyNGI4M2MzNmI5NjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13b9716c-8433-4202-9aa6-29bd66038353","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":"OGE3OWViMDRmZjgwZmExZjdjOTIwZjQ1ZDYxMGVlMGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"12b1431b-3bca-49d2-9a21-f18f03004f59","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":"47761497-ecc3-498a-82b2-b69457014aaa","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":"701cbd94-4228-41c7-98a2-129da71fb11c","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":"bbacbd0c-4b33-45d5-8d5c-b259be92a7fd","artifactVersion":"2","generatedFromUUID":"47761497-ecc3-498a-82b2-b69457014aaa"},{"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":"YmE2YzA3YjhlZGNjODQxMTYzODQ5OTcwZjQxMGE1YmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b649f28d-d97b-4558-bbd8-8d91671c63fa","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":"MTViOWYwZjJmMjg0MmRkYjQ0NzBjYzY0MDZkNzA3NTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7d42be6a-c21b-44f6-9d0c-5fbbf82f9c52","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTBlOWMyZDRjZWNiMTIzMGM5MjdhNmM1ZDIzYjZiNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"19371bb7-5188-413c-a795-3561e86d9f42","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T16:59:00.740Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:00.740Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:00.743Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:00.743Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:59:00.843Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:00.844Z||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-09-30T16:59:00.844Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:00.864Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:00.864Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:01.748Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:01.748Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:01.751Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:01.751Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T16:59:01.851Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:59:01.852Z||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-09-30T16:59:01.852Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:01.869Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:01.870Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:02.752Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:02.752Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:02.758Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:02.758Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T16:59:02.856Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-09-30T16:59:02.857Z||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-09-30T16:59:02.857Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:02.873Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:02.874Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:59:03.759Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:03.760Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:03.763Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:03.763Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:59:03.863Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:03.864Z||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-09-30T16:59:03.864Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:03.891Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:03.891Z||pool-99-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:04.764Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:04.765Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:04.767Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:04.767Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T16:59:04.867Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:04.868Z||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-09-30T16:59:04.868Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:04.886Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:04.887Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:59:05.768Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:05.769Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:05.771Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:05.772Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:59:05.871Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:05.872Z||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-09-30T16:59:05.872Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:05.895Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:05.896Z||pool-101-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:59:06.773Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:06.774Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:06.777Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:06.777Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:59:06.876Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:06.878Z||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-09-30T16:59:06.878Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:06.900Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:06.901Z||pool-102-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:07.778Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:07.779Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:07.787Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:07.788Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:59:07.887Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:07.888Z||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-09-30T16:59:07.889Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:07.905Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:07.905Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:08.789Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "0facee9c-0ed2-4642-bebd-754c2e55e726", "serviceDescription": "service", "serviceInvariantUUID": "e3a48c43-4c5f-4f71-a9f9-2216be03f34e", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "8029698d-3d48-4bb5-b7c8-833c9a55fe2f", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dc7e2211-b509-4567-ab93-a919a9001bdd", "resourceInvariantUUID": "4b37cc97-04a0-4131-970b-dac74764d0b2", "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": "OGE3OWViMDRmZjgwZmExZjdjOTIwZjQ1ZDYxMGVlMGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "12b1431b-3bca-49d2-9a21-f18f03004f59", "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": "47761497-ecc3-498a-82b2-b69457014aaa", "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": "bbacbd0c-4b33-45d5-8d5c-b259be92a7fd", "generatedFromUUID": "47761497-ecc3-498a-82b2-b69457014aaa" }, "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": "bbacbd0c-4b33-45d5-8d5c-b259be92a7fd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NTBlOWMyZDRjZWNiMTIzMGM5MjdhNmM1ZDIzYjZiNWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "19371bb7-5188-413c-a795-3561e86d9f42" } ], "workloadContext": "Production" } 2022-09-30T16:59:08.789Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T16:59:08.790Z|aadcd918-25d9-4c16-8bd7-fdacab561c59|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0facee9c-0ed2-4642-bebd-754c2e55e726 ASDC 2022-09-30T16:59:08.791Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:82daf698-6ed9-45cd-b6ba-edb23b9afe2f ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:0facee9c-0ed2-4642-bebd-754c2e55e726 ServiceInvariantUUID:e3a48c43-4c5f-4f71-a9f9-2216be03f34e 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:19371bb7-5188-413c-a795-3561e86d9f42 ArtifactChecksum:NTBlOWMyZDRjZWNiMTIzMGM5MjdhNmM1ZDIzYjZiNWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:8029698d-3d48-4bb5-b7c8-833c9a55fe2f ResourceInvariantUUID:4b37cc97-04a0-4131-970b-dac74764d0b2 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:dc7e2211-b509-4567-ab93-a919a9001bdd 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:12b1431b-3bca-49d2-9a21-f18f03004f59 ArtifactChecksum:OGE3OWViMDRmZjgwZmExZjdjOTIwZjQ1ZDYxMGVlMGE= 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:47761497-ecc3-498a-82b2-b69457014aaa 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:bbacbd0c-4b33-45d5-8d5c-b259be92a7fd 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:bbacbd0c-4b33-45d5-8d5c-b259be92a7fd ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T16:59:08.791Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0facee9c-0ed2-4642-bebd-754c2e55e726 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-09-30T16:59:08.895Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T16:59:08.897Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T16:59:08.897Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T16:59:08.897Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 19371bb7-5188-413c-a795-3561e86d9f42 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-30T16:59:08.897Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T16:59:08.898Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-30T16:59:09.808Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T16:59:09.811Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 19371bb7-5188-413c-a795-3561e86d9f42 78832 2022-09-30T16:59:09.812Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-09-30T16:59:09.812Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-30T16:59:09.812Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:59:09.812Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:09.814Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:09.815Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557149812, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T16:59:09.914Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:09.915Z||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-09-30T16:59:09.916Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:09.934Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:09.935Z||pool-104-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:10.815Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T16:59:10.816Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T16:59:10.816Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 19371bb7-5188-413c-a795-3561e86d9f42, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T16:59:10.817Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-09-30T16:59:10.817Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T16:59:10.818Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T16:59:10.993Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13083066205138971839/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-09-30T16:59:12.687Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T16:59:12.688Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-09-30T16:59:12.688Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T16:59:12.688Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-09-30T16:59:12.688Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:12.688Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|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-BasicVmMacro-csar.csar 2022-09-30T16:59:12.688Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|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-BasicVmMacro-csar.csar 2022-09-30T16:59:12.688Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|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-BasicVmMacro-csar.csar 2022-09-30T16:59:12.689Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|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-BasicVmMacro-csar.csar 2022-09-30T16:59:12.689Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|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-BasicVmMacro-csar.csar 2022-09-30T16:59:12.689Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|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-BasicVmMacro-csar.csar 2022-09-30T16:59:12.689Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|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-BasicVmMacro-csar.csar 2022-09-30T16:59:12.689Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|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-BasicVmMacro-csar.csar 2022-09-30T16:59:12.689Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-09-30T16:59:12.689Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:12.690Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:12.690Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T16:59:12.690Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-09-30T16:59:12.690Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T16:59:12.691Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:12.691Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:12.691Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T16:59:12.691Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-09-30T16:59:12.691Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T16:59:12.691Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:12.692Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:12.692Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:12.692Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-30T16:59:12.692Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-09-30T16:59:12.692Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-09-30T16:59:12.693Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-09-30T16:59:12.693Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T16:59:12.693Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T16:59:12.693Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:12.694Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T16:59:12.694Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:12.694Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T16:59:12.694Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:59:12.695Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:12.695Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T16:59:12.695Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:59:12.695Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:12.695Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T16:59:12.696Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:59:12.696Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:12.696Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-30T16:59:12.696Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-30T16:59:12.696Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T16:59:12.697Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b37d4d62-7999-41f5-a33b-d888c6e71f39 2022-09-30T16:59:12.697Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:12.697Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:12.697Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:12.697Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:12.698Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:12.698Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:12.698Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:12.699Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:12.699Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:0facee9c-0ed2-4642-bebd-754c2e55e726 Model Version:NULL Model InvariantUuid:e3a48c43-4c5f-4f71-a9f9-2216be03f34e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:04d341df-d05e-4120-9734-6efb46b8fec2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4b37cc97-04a0-4131-970b-dac74764d0b2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8029698d-3d48-4bb5-b7c8-833c9a55fe2f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:77eb7f12-111f-4816-8b06-b3c2b9959cd9 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:6b429ab8-6bd8-4bc0-96a3-d11f5e86560f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b37d4d62-7999-41f5-a33b-d888c6e71f39 ModelInvariantUuid:beff14f0-0a4b-4c07-ae59-8462b4f288d0 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:3195b338-ad7d-46a9-9f35-f06a37c5ddd5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:b44b16d2-30f4-48b6-8667-a07d2e5728b6 ModelInvariantUuid:87d4e2da-3476-4356-a8b2-77e6c0078f4c ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:922ac430-1fb0-4bf4-9205-e56feaef4a8b 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-09-30T16:59:12.719Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: dc7e2211-b509-4567-ab93-a919a9001bdd 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-09-30T16:59:12.724Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2022-09-30T16:59:12.724Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dc7e2211-b509-4567-ab93-a919a9001bdd 2022-09-30T16:59:12.725Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 12b1431b-3bca-49d2-9a21-f18f03004f59 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-09-30T16:59:12.725Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T16:59:12.725Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:12.876Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T16:59:12.877Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 12b1431b-3bca-49d2-9a21-f18f03004f59 792 2022-09-30T16:59:12.879Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:12.880Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:12.880Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:59:12.880Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:12.885Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:12.886Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557152879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T16:59:12.983Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-09-30T16:59:12.984Z||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-09-30T16:59:12.985Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:13.015Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:13.017Z||pool-105-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:13.887Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "77eb7f12-111f-4816-8b06-b3c2b9959cd9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6b429ab8-6bd8-4bc0-96a3-d11f5e86560f", "vfModuleModelCustomizationUUID": "e1ac689b-1148-4fb2-9cc2-2db1e24297c3", "isBase": true, "artifacts": [ "47761497-ecc3-498a-82b2-b69457014aaa", "bbacbd0c-4b33-45d5-8d5c-b259be92a7fd" ], "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-09-30T16:59:13.894Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6b429ab8-6bd8-4bc0-96a3-d11f5e86560f VfModuleModelInvariantUUID:77eb7f12-111f-4816-8b06-b3c2b9959cd9 VfModuleModelDescription:NULL Artifacts UUID List:{ 47761497-ecc3-498a-82b2-b69457014aaa , bbacbd0c-4b33-45d5-8d5c-b259be92a7fd } 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-09-30T16:59:13.897Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "77eb7f12-111f-4816-8b06-b3c2b9959cd9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6b429ab8-6bd8-4bc0-96a3-d11f5e86560f", "vfModuleModelCustomizationUUID": "e1ac689b-1148-4fb2-9cc2-2db1e24297c3", "isBase": true, "artifacts": [ "47761497-ecc3-498a-82b2-b69457014aaa", "bbacbd0c-4b33-45d5-8d5c-b259be92a7fd" ], "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-09-30T16:59:13.898Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6b429ab8-6bd8-4bc0-96a3-d11f5e86560f VfModuleModelInvariantUUID:77eb7f12-111f-4816-8b06-b3c2b9959cd9 VfModuleModelDescription:NULL Artifacts UUID List:{ 47761497-ecc3-498a-82b2-b69457014aaa , bbacbd0c-4b33-45d5-8d5c-b259be92a7fd } 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-09-30T16:59:13.898Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 47761497-ecc3-498a-82b2-b69457014aaa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-09-30T16:59:13.898Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T16:59:13.899Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:14.009Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T16:59:14.010Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 47761497-ecc3-498a-82b2-b69457014aaa 5033 2022-09-30T16:59:14.011Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:14.011Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:14.011Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:59:14.011Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:14.014Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:14.014Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557154010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T16:59:14.114Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:14.117Z||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-09-30T16:59:14.117Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:14.177Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:14.178Z||pool-106-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:15.015Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bbacbd0c-4b33-45d5-8d5c-b259be92a7fd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-09-30T16:59:15.015Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T16:59:15.016Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:15.086Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T16:59:15.088Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env bbacbd0c-4b33-45d5-8d5c-b259be92a7fd 903 2022-09-30T16:59:15.088Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:15.088Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:15.089Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T16:59:15.090Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:15.093Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:15.094Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557155088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T16:59:15.193Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:15.194Z||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-09-30T16:59:15.195Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:15.215Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:15.215Z||pool-107-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:16.095Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0facee9c-0ed2-4642-bebd-754c2e55e726 2022-09-30T16:59:16.095Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 dc7e2211-b509-4567-ab93-a919a9001bdd 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-09-30T16:59:16.112Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@529d4fd1, org.onap.sdc.toscaparser.api.parameters.Input@6c7bffb4, org.onap.sdc.toscaparser.api.parameters.Input@6d706681, org.onap.sdc.toscaparser.api.parameters.Input@6f7e8f2, org.onap.sdc.toscaparser.api.parameters.Input@3eaccc3a] 2022-09-30T16:59:16.113Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:16.113Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:16.114Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-09-30T16:59:16.114Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8029698d-3d48-4bb5-b7c8-833c9a55fe2f 2022-09-30T16:59:16.114Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8029698d-3d48-4bb5-b7c8-833c9a55fe2f matches Tosca VF Customization UUID: 8029698d-3d48-4bb5-b7c8-833c9a55fe2f 2022-09-30T16:59:16.114Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8029698d-3d48-4bb5-b7c8-833c9a55fe2f 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-09-30T16:59:16.118Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:16.118Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:16.120Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8029698d-3d48-4bb5-b7c8-833c9a55fe2f: {\"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-09-30T16:59:16.120Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a3aeda4 2022-09-30T16:59:16.120Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:16.120Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T16:59:16.121Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e1ac689b-1148-4fb2-9cc2-2db1e24297c3 2022-09-30T16:59:16.121Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e1ac689b-1148-4fb2-9cc2-2db1e24297c3 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-09-30T16:59:16.124Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:16.124Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T16:59:16.124Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:59:16.125Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:16.125Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T16:59:16.125Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:59:16.126Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:16.126Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-30T16:59:16.126Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-30T16:59:16.126Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T16:59:16.127Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b37d4d62-7999-41f5-a33b-d888c6e71f39 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-09-30T16:59:16.130Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:16.130Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T16:59:16.131Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T16:59:16.131Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:16.131Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T16:59:16.132Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8029698d-3d48-4bb5-b7c8-833c9a55fe2f 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-09-30T16:59:16.135Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:16.136Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:16.136Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0facee9c-0ed2-4642-bebd-754c2e55e726: basic_vm_macro 2022-09-30T16:59:16.136Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:16.138Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:16.138Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:16.138Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:16.139Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:16.139Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:16.140Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:16.140Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:16.140Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T16:59:16.141Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T16:59:16.141Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:16.291Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro dc7e2211-b509-4567-ab93-a919a9001bdd 1 ASDC deployResourceStructure 2022-09-30T16:59:16.292Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:16.293Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:16.293Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:59:16.294Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:16.297Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:16.297Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557156292, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T16:59:16.397Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:59:16.398Z||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-09-30T16:59:16.398Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:16.425Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:16.426Z||pool-108-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:17.298Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:17.298Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:17.299Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:59:17.299Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:17.302Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:17.302Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557157298, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-30T16:59:17.401Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:17.402Z||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-09-30T16:59:17.402Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:17.419Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:17.419Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:18.303Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:18.303Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||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-09-30T16:59:18.304Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:59:18.304Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:18.307Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:18.307Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557158303, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-30T16:59:18.407Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:59:18.409Z||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-09-30T16:59:18.409Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:18.434Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:18.435Z||pool-110-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:19.308Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-09-30T16:59:19.308Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-30T16:59:19.308Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T16:59:19.309Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:19.312Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:19.312Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557159308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T16:59:19.412Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:19.413Z||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-09-30T16:59:19.413Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:19.428Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:19.428Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:20.314Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82daf698-6ed9-45cd-b6ba-edb23b9afe2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T16:59:20.325Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82daf698-6ed9-45cd-b6ba-edb23b9afe2f 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-09-30T16:59:20.328Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T16:59:20.328Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T16:59:20.328Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T16:59:20.328Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T16:59:20.329Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:59:20.329Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:59:20.329Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:59:20.329Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:59:20.329Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:59:20.329Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T16:59:20.330Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|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-09-30T16:59:20.334Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T16:59:50.339Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82daf698-6ed9-45cd-b6ba-edb23b9afe2f 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-09-30T16:59:50.355Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82daf698-6ed9-45cd-b6ba-edb23b9afe2f and serviceModelVersionId: 0facee9c-0ed2-4642-bebd-754c2e55e726 2022-09-30T16:59:50.355Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e3a48c43-4c5f-4f71-a9f9-2216be03f34e 2022-09-30T16:59:50.357Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e3a48c43-4c5f-4f71-a9f9-2216be03f34e/model-vers/model-ver/0facee9c-0ed2-4642-bebd-754c2e55e726?depth=0 2022-09-30T16:59:50.385Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T16:59:50.488Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3a48c43-4c5f-4f71-a9f9-2216be03f34e/model-vers/model-ver/0facee9c-0ed2-4642-bebd-754c2e55e726?depth=0|INFO|500||Invoke 2022-09-30T16:59:50.489Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3a48c43-4c5f-4f71-a9f9-2216be03f34e/model-vers/model-ver/0facee9c-0ed2-4642-bebd-754c2e55e726?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3a48c43-4c5f-4f71-a9f9-2216be03f34e/model-vers/model-ver/0facee9c-0ed2-4642-bebd-754c2e55e726?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[82daf698-6ed9-45cd-b6ba-edb23b9afe2f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23c9f1a0-50fd-4744-8858-bb9bac2a3ae5], X-ECOMP-RequestID=[82daf698-6ed9-45cd-b6ba-edb23b9afe2f], X-TransactionId=[], X-ONAP-RequestID=[82daf698-6ed9-45cd-b6ba-edb23b9afe2f], Content-Type=[application/merge-patch+json]} 2022-09-30T16:59:50.534Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3a48c43-4c5f-4f71-a9f9-2216be03f34e/model-vers/model-ver/0facee9c-0ed2-4642-bebd-754c2e55e726?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T16:59:50.697Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3a48c43-4c5f-4f71-a9f9-2216be03f34e/model-vers/model-ver/0facee9c-0ed2-4642-bebd-754c2e55e726?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/e3a48c43-4c5f-4f71-a9f9-2216be03f34e/model-vers/model-ver/0facee9c-0ed2-4642-bebd-754c2e55e726?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-16:59:50:843-96736], vertex-id=[245840], Content-Length=[0], Date=[Fri, 30 Sep 2022 16:59:50 GMT], Content-Type=[application/json]} 2022-09-30T16:59:50.698Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3a48c43-4c5f-4f71-a9f9-2216be03f34e/model-vers/model-ver/0facee9c-0ed2-4642-bebd-754c2e55e726?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T16:59:50.699Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3a48c43-4c5f-4f71-a9f9-2216be03f34e/model-vers/model-ver/0facee9c-0ed2-4642-bebd-754c2e55e726?depth=0|INFO|500||InvokeReturn 2022-09-30T16:59:50.700Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T16:59:50.701Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|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-09-30T16:59:50.713Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|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-09-30T16:59:50.713Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82daf698-6ed9-45cd-b6ba-edb23b9afe2f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T16:59:50.714Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T16:59:50.714Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:50.716Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:50.716Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557190713, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T16:59:50.816Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T16:59:50.817Z||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-09-30T16:59:50.817Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:50.879Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:50.880Z||pool-112-thread-1|||||INFO|500||cambria reply ok (64 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-09-30T16:59:51.740Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T16:59:51.740Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"af75e41e-4f10-4622-b3f4-e7d870c005e2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"91a7b3c8-a251-471a-9884-c0c81dfe3dbe","serviceDescription":"service","serviceInvariantUUID":"215d8b41-bb3e-469a-8705-ecb98d60419a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"beb0074b-64dc-4737-804d-d24f5d9d5490","resourceInvariantUUID":"5c1b212e-d264-4049-9ce2-d42bd982b9c2","resourceCustomizationUUID":"355146be-bcaa-4e65-8069-948a6a3b7b92","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":"MjAwN2M1YjhiMTU0OWY4ZjE0NzAzNjg1NmVhN2FhODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"603b4e7d-d597-46b6-8ba5-11f4735c81d2","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":"621f93cf-0854-4882-9c58-29c3756551ae","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":"9c1b67a1-00d8-4835-8d4b-2cd15af7af8a","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":"MGVmZmEyY2Q2ZTNlNDYwMTVmYzgwMWY3ZjYzZTZkYWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"329fa253-c520-4cb4-98c0-14dd01f0b7f4","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":"0800d5a0-516f-43a0-9b36-2761b4464ae0","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":"d0089202-b8cd-45f3-8272-767ce530b388","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":"48016908-0fe5-487a-93c7-5fe4c349f8f8","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":"N2FmN2MxNGJmMTUxOTA0Zjk2ZmQyYTUwMGE4NzU5MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5fc1fc69-bf41-49db-b405-c9302355a80d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzJmMmZkYzVmZDRmZjdlYzk1YmQ2Y2E0NDFiNTZlMGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"19e249ae-0c5c-43c9-b979-1e3731db72be","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T16:59:51.741Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:51.741Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:51.743Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:51.744Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:59:51.845Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T16:59:51.850Z||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-09-30T16:59:51.851Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:51.879Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:51.880Z||pool-113-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:59:52.744Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:52.745Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:52.747Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:52.748Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T16:59:52.847Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:52.848Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T16:59:52.848Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:52.883Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:52.884Z||pool-114-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:59:53.748Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:53.749Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:53.754Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:53.754Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T16:59:53.854Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:53.855Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T16:59:53.855Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:53.882Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:53.883Z||pool-115-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:54.756Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:54.757Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:54.769Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:54.770Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T16:59:54.862Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-09-30T16:59:54.863Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T16:59:54.863Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:54.900Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:54.901Z||pool-116-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:55.771Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:55.772Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:55.776Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:55.776Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T16:59:55.878Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-30T16:59:55.879Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T16:59:55.891Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:55.923Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:55.924Z||pool-117-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:56.778Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:56.779Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:56.780Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:56.781Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:59:56.880Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:56.882Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T16:59:56.882Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:56.933Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:56.934Z||pool-118-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:57.783Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:57.783Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:57.804Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:57.805Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T16:59:57.891Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms 2022-09-30T16:59:57.893Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T16:59:57.893Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:57.914Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:57.915Z||pool-119-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-09-30T16:59:58.807Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:58.808Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:58.814Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:58.815Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T16:59:58.911Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-09-30T16:59:58.912Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T16:59:58.912Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:58.938Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:58.938Z||pool-120-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-30T16:59:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T16:59:59.049Z||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-09-30T16:59:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T16:59:59.109Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T16:59:59.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T16:59:59.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aadcd918-25d9-4c16-8bd7-fdacab561c59", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557135237, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T16:59:59.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T16:59:59.818Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T16:59:59.818Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T16:59:59.821Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T16:59:59.821Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T16:59:59.921Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T16:59:59.922Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T16:59:59.922Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:00:00.008Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:00:00.009Z||pool-121-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":1,"count":1} 2022-09-30T17:00:00.824Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "91a7b3c8-a251-471a-9884-c0c81dfe3dbe", "serviceDescription": "service", "serviceInvariantUUID": "215d8b41-bb3e-469a-8705-ecb98d60419a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "355146be-bcaa-4e65-8069-948a6a3b7b92", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "beb0074b-64dc-4737-804d-d24f5d9d5490", "resourceInvariantUUID": "5c1b212e-d264-4049-9ce2-d42bd982b9c2", "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": "MzJmMmZkYzVmZDRmZjdlYzk1YmQ2Y2E0NDFiNTZlMGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "19e249ae-0c5c-43c9-b979-1e3731db72be" } ], "workloadContext": "Production" } 2022-09-30T17:00:00.824Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T17:00:00.824Z|82daf698-6ed9-45cd-b6ba-edb23b9afe2f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91a7b3c8-a251-471a-9884-c0c81dfe3dbe ASDC 2022-09-30T17:00:00.824Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:af75e41e-4f10-4622-b3f4-e7d870c005e2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:91a7b3c8-a251-471a-9884-c0c81dfe3dbe ServiceInvariantUUID:215d8b41-bb3e-469a-8705-ecb98d60419a 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:19e249ae-0c5c-43c9-b979-1e3731db72be ArtifactChecksum:MzJmMmZkYzVmZDRmZjdlYzk1YmQ2Y2E0NDFiNTZlMGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:355146be-bcaa-4e65-8069-948a6a3b7b92 ResourceInvariantUUID:5c1b212e-d264-4049-9ce2-d42bd982b9c2 ResourceName:test-pnf ResourceType:PNF ResourceUUID:beb0074b-64dc-4737-804d-d24f5d9d5490 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-30T17:00:00.824Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91a7b3c8-a251-471a-9884-c0c81dfe3dbe 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-09-30T17:00:00.874Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T17:00:00.875Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T17:00:00.875Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T17:00:00.876Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 19e249ae-0c5c-43c9-b979-1e3731db72be from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-30T17:00:00.876Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T17:00:00.876Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-30T17:00:01.191Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T17:00:01.196Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 19e249ae-0c5c-43c9-b979-1e3731db72be 105675 2022-09-30T17:00:01.197Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-09-30T17:00:01.197Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-30T17:00:01.197Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T17:00:01.197Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T17:00:01.203Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T17:00:01.204Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557201197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T17:00:01.300Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-09-30T17:00:01.301Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T17:00:01.301Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:00:01.352Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:00:01.352Z||pool-122-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-09-30T17:00:02.206Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T17:00:02.207Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T17:00:02.207Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 19e249ae-0c5c-43c9-b979-1e3731db72be, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T17:00:02.207Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-09-30T17:00:02.208Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T17:00:02.208Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T17:00:02.438Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9762805496858953970/Definitions/service-TestPnfMacro-template.yml 2022-09-30T17:00:03.944Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T17:00:03.945Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-09-30T17:00:03.945Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T17:00:03.946Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-30T17:00:03.946Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||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-09-30T17:00:03.946Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||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-09-30T17:00:03.946Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||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-09-30T17:00:03.947Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||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-09-30T17:00:03.948Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|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-TestPnfMacro-csar.csar 2022-09-30T17:00:03.948Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|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-TestPnfMacro-csar.csar 2022-09-30T17:00:03.948Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|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-TestPnfMacro-csar.csar 2022-09-30T17:00:03.948Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-09-30T17:00:03.949Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T17:00:03.949Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T17:00:03.951Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-09-30T17:00:03.951Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-09-30T17:00:03.951Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T17:00:03.952Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T17:00:03.952Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T17:00:03.953Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-09-30T17:00:03.953Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-09-30T17:00:03.953Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T17:00:03.954Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T17:00:03.954Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T17:00:03.955Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T17:00:03.955Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T17:00:03.955Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T17:00:03.956Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T17:00:03.956Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T17:00:03.956Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T17:00:03.957Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T17:00:03.957Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T17:00:03.957Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:91a7b3c8-a251-471a-9884-c0c81dfe3dbe Model Version:NULL Model InvariantUuid:215d8b41-bb3e-469a-8705-ecb98d60419a 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-09-30T17:00:03.977Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: beb0074b-64dc-4737-804d-d24f5d9d5490 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-09-30T17:00:03.984Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||test-pnf 0 2022-09-30T17:00:03.985Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: beb0074b-64dc-4737-804d-d24f5d9d5490 2022-09-30T17:00:03.985Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 91a7b3c8-a251-471a-9884-c0c81dfe3dbe 2022-09-30T17:00:03.986Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 91a7b3c8-a251-471a-9884-c0c81dfe3dbe 2022-09-30T17:00:03.986Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 beb0074b-64dc-4737-804d-d24f5d9d5490 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-09-30T17:00:03.994Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bb05098, org.onap.sdc.toscaparser.api.parameters.Input@37e5f03c, org.onap.sdc.toscaparser.api.parameters.Input@330deead, org.onap.sdc.toscaparser.api.parameters.Input@5fdb29e7, org.onap.sdc.toscaparser.api.parameters.Input@6b68614] 2022-09-30T17:00:03.995Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T17:00:03.995Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T17:00:03.995Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 91a7b3c8-a251-471a-9884-c0c81dfe3dbe: test-pnf 2022-09-30T17:00:03.995Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||Processing PNF resource: beb0074b-64dc-4737-804d-d24f5d9d5490 2022-09-30T17:00:03.996Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T17:00:03.996Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T17:00:03.996Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||Resource customization UUID: 355146be-bcaa-4e65-8069-948a6a3b7b92 is the same as notified resource customizationUUID: 355146be-bcaa-4e65-8069-948a6a3b7b92 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-09-30T17:00:04.070Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf beb0074b-64dc-4737-804d-d24f5d9d5490 0 ASDC deployResourceStructure 2022-09-30T17:00:04.071Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-09-30T17:00:04.071Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-30T17:00:04.071Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T17:00:04.072Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T17:00:04.075Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T17:00:04.075Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557204071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T17:00:04.178Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-09-30T17:00:04.178Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T17:00:04.179Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:00:04.236Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:00:04.243Z||pool-123-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-09-30T17:00:05.076Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af75e41e-4f10-4622-b3f4-e7d870c005e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T17:00:05.091Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af75e41e-4f10-4622-b3f4-e7d870c005e2 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-09-30T17:00:05.095Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T17:00:05.096Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T17:00:05.096Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T17:00:05.096Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T17:00:05.096Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T17:00:05.096Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T17:00:05.096Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T17:00:05.096Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T17:00:05.096Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T17:00:05.097Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T17:00:05.097Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T17:00:05.097Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|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-09-30T17:00:05.104Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T17:00:35.105Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af75e41e-4f10-4622-b3f4-e7d870c005e2 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-09-30T17:00:35.112Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af75e41e-4f10-4622-b3f4-e7d870c005e2 and serviceModelVersionId: 91a7b3c8-a251-471a-9884-c0c81dfe3dbe 2022-09-30T17:00:35.112Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 215d8b41-bb3e-469a-8705-ecb98d60419a 2022-09-30T17:00:35.113Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/215d8b41-bb3e-469a-8705-ecb98d60419a/model-vers/model-ver/91a7b3c8-a251-471a-9884-c0c81dfe3dbe?depth=0 2022-09-30T17:00:35.119Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T17:00:35.177Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|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/215d8b41-bb3e-469a-8705-ecb98d60419a/model-vers/model-ver/91a7b3c8-a251-471a-9884-c0c81dfe3dbe?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-09-30T17:00:35.182Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/215d8b41-bb3e-469a-8705-ecb98d60419a/model-vers/model-ver/91a7b3c8-a251-471a-9884-c0c81dfe3dbe?depth=0|INFO|500||Invoke 2022-09-30T17:00:35.210Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/215d8b41-bb3e-469a-8705-ecb98d60419a/model-vers/model-ver/91a7b3c8-a251-471a-9884-c0c81dfe3dbe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T17:00:35.359Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/215d8b41-bb3e-469a-8705-ecb98d60419a/model-vers/model-ver/91a7b3c8-a251-471a-9884-c0c81dfe3dbe?depth=0|INFO|500||InvokeReturn 2022-09-30T17:00:35.362Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|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/215d8b41-bb3e-469a-8705-ecb98d60419a/model-vers/model-ver/91a7b3c8-a251-471a-9884-c0c81dfe3dbe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-17:00:35:518-68830], vertex-id=[315400], Content-Length=[0], Date=[Fri, 30 Sep 2022 17:00:35 GMT], Content-Type=[application/json]} 2022-09-30T17:00:35.362Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-09-30T17:00:35.362Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T17:00:35.362Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|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-09-30T17:00:35.560Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|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-09-30T17:00:35.561Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af75e41e-4f10-4622-b3f4-e7d870c005e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T17:00:35.561Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T17:00:35.562Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T17:00:35.570Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T17:00:35.571Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557235561, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T17:00:35.671Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T17:00:35.672Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T17:00:35.672Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:00:35.697Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:00:35.698Z||pool-124-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-09-30T17:00:36.595Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:00:36.596Z||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-09-30T17:00:36.596Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:00:46.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:00:46.222Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:00:46.222Z||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-09-30T17:00:46.223Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:00:55.782Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:00:55.783Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:00:55.784Z||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-09-30T17:00:55.784Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:00:59.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:00:59.049Z||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-09-30T17:00:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:00:59.108Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:00:59.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T17:00:59.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T17:00:59.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557149812, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557152879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557154010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557155088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T17:00:59.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557156292, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T17:00:59.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T17:00:59.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557157298, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-30T17:00:59.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T17:00:59.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557158303, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-30T17:00:59.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T17:00:59.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557159308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T17:00:59.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T17:00:59.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "82daf698-6ed9-45cd-b6ba-edb23b9afe2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557190713, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T17:00:59.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T17:00:59.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T17:00:59.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T17:00:59.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T17:00:59.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T17:00:59.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T17:00:59.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T17:00:59.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T17:00:59.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:00:59.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T17:00:59.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T17:00:59.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-30T17:01:05.334Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:01:05.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:01:05.335Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:01:05.336Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:01:14.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:01:14.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:01:14.895Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:01:14.895Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:01:24.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:01:59.047Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:01:59.048Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:01:59.048Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:01:59.048Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:01:59.049Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|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-09-30T17:01:59.049Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:01:59.597Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:01:59.598Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T17:01:59.598Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557136259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T17:01:59.599Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T17:01:59.599Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T17:01:59.599Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557201197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T17:01:59.599Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T17:01:59.599Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T17:01:59.600Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557204071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T17:01:59.600Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T17:01:59.600Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T17:01:59.600Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af75e41e-4f10-4622-b3f4-e7d870c005e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664557235561, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T17:01:59.600Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T17:02:08.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:02:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:02:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:02:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:02:59.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:02:59.049Z||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-09-30T17:02:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:03:08.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:03:08.665Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:03:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:03:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:03:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:03:59.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:03:59.049Z||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-09-30T17:03:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:04:08.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:04:08.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:04:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:04:59.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:04:59.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:04:59.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:04:59.049Z||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-09-30T17:04:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:05:08.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:05:08.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:05:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:05:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:05:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:05:59.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:05:59.049Z||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-09-30T17:05:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:06:08.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:06:08.639Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:06:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:06:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:06:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:06:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:06:59.049Z||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-09-30T17:06:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:07:08.677Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:07:08.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:07:59.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:07:59.048Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:07:59.048Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:07:59.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:07:59.049Z||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-09-30T17:07:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:08:08.718Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:08:08.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:08:59.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:08:59.047Z||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-09-30T17:08:59.047Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:08:59.048Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:08:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T17:08:59.050Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:09:08.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:09:08.612Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:09:59.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:09:59.046Z||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-09-30T17:09:59.046Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:09:59.049Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:09:59.049Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|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-09-30T17:09:59.049Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:10:08.649Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:10:08.652Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:10:59.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:10:59.047Z||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-09-30T17:10:59.048Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:10:59.048Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:10:59.049Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|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-09-30T17:10:59.049Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:11:08.605Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:11:08.607Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:11:59.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:11:59.046Z||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-09-30T17:11:59.046Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:11:59.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:11:59.049Z||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-09-30T17:11:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:12:08.605Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:12:08.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:12:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:12:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:12:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:12:59.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:12:59.050Z||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-09-30T17:12:59.051Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:13:08.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:13:08.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:13:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:13:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:13:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:13:59.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:13:59.049Z||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-09-30T17:13:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:14:08.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:14:08.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:14:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:14:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:14:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:14:59.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:14:59.049Z||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-09-30T17:14:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:15:08.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:15:08.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:15:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:15:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:15:59.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:15:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:15:59.049Z||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-09-30T17:15:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:16:08.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:16:08.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:16:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:16:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:16:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:16:59.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:16:59.049Z||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-09-30T17:16:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:17:08.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:17:08.606Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:17:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:17:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:17:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:17:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:17:59.049Z||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-09-30T17:17:59.050Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:18:08.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:18:08.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:18:59.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:18:59.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:18:59.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:18:59.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:18:59.049Z||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-09-30T17:18:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:19:08.613Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:19:08.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:19:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:19:59.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:19:59.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:19:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:19:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T17:19:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:20:08.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:20:08.638Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:20:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:20:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:20:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:20:59.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:20:59.049Z||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-09-30T17:20:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:21:08.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:21:08.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:21:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:21:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:21:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:21:59.049Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:21:59.049Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|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-09-30T17:21:59.051Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:22:08.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:22:08.608Z|af75e41e-4f10-4622-b3f4-e7d870c005e2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:22:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:22:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:22:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:22:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:22:59.049Z||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-09-30T17:22:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:23:08.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:23:08.607Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:23:59.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:23:59.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:23:59.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:23:59.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:23:59.049Z||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-09-30T17:23:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:24:08.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:24:08.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:24:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:24:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:24:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:24:59.048Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:24:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T17:24:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:25:08.619Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:25:08.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:25:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:25:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:25:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:25:59.048Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:25:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T17:25:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:26:08.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:26:08.605Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:26:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:26:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T17:26:59.046Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ... 2022-09-30T17:26:59.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T17:26:59.049Z||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-09-30T17:26:59.049Z||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 IO37KO0vT9QbB5Ng) ... 2022-09-30T17:27:08.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T17:27:08.615Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK