JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-10-02T05:47:57.963Z||main|||||INFO|500||The following profiles are active: basic 2022-10-02T05:48:11.438Z||main|||||INFO|500||Starting service [Tomcat] 2022-10-02T05:48:11.439Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-10-02T05:48:11.619Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-10-02T05:48:15.872Z||main|||||INFO|500||catdb-pool - Starting... 2022-10-02T05:48:16.381Z||main|||||INFO|500||catdb-pool - Start completed. 2022-10-02T05:48:16.930Z||main|||||INFO|500||reqdb-pool - Starting... 2022-10-02T05:48:16.940Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-10-02T05:48:17.103Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-10-02T05:48:17.357Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-10-02T05:48:18.041Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-10-02T05:48:19.880Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-02T05:48:22.623Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-02T05:48:22.690Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-10-02T05:48:23.377Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-02T05:48:25.478Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-10-02T05:48:26.898Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-02T05:48:28.374Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-10-02T05:48:28.391Z||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$$20cf312a.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-10-02T05:48:28.392Z||main|||||WARN|500||The sdc end point is not alive 2022-10-02T05:48:31.651Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-10-02T05:48:34.444Z||main|||||WARN|500||--- 2022-10-02T05:48:34.445Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-10-02T05:48:34.445Z||main|||||WARN|500||--- 2022-10-02T05:48:34.938Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-10-02T05:48:39.841Z||main|||||INFO|500||Started Application in 46.114 seconds (JVM running for 49.461) 2022-10-02T05:48:39.877Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-02T05:48:39.911Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-02T05:48:39.937Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-02T05:48:39.968Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-02T05:48:40.014Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8aed1ebf-d0b5-4e0c-b175-dcfeaac4d171 url= /sdc/v1/artifactTypes 2022-10-02T05:48:40.014Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-02T05:48:40.303Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-10-02T05:48:40.355Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-10-02T05:48:40.385Z||scheduling-1|||||DEBUG|500||create keys 2022-10-02T05:48:40.393Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-10-02T05:48:40.423Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:48:40.441Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7fa145aa-69ce-4169-a1a0-6045532f29e3 url= /sdc/v1/registerForDistribution 2022-10-02T05:48:40.520Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7fa145aa-69ce-4169-a1a0-6045532f29e3 url= /sdc/v1/registerForDistribution 2022-10-02T05:48:40.520Z||scheduling-1|||||INFO|500||start DistributionClient 2022-10-02T05:48:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:48:40.534Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:48:40.546Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:48:40.546Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:48:40.546Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:48:40.546Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-10-02T05:48:40.546Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:48:50.847Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:48:50.850Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:49:40.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:49:40.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:49:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:49:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:49:40.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:49:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:49:50.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:49:50.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:50:40.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:50:40.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:50:40.531Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:50:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:50:40.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:50:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:50:50.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:50:50.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:51:40.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:51:40.530Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:51:40.530Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T05:51:40.534Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:51:40.535Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:51:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:51:50.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:51:50.095Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:52:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:52:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:52:40.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T05:52:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:52:40.534Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:52:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:52:50.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:52:50.099Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:53:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:53:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:53:40.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T05:53:40.534Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:53:40.535Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:53:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:53:50.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:53:50.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:54:40.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:54:40.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:54:40.529Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T05:54:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:54:40.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:54:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:54:50.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:54:50.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:55:40.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:55:40.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:55:40.529Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T05:55:40.533Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:55:40.535Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:55:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:55:50.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:55:50.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:56:40.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:56:40.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:56:40.528Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T05:56:40.533Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:56:40.534Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:56:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:56:50.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:56:50.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:57:40.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:57:40.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:57:40.531Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T05:57:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:57:40.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:57:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:57:50.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:57:50.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:58:38.998Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-10-02T05:58:40.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:58:40.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:58:40.532Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T05:58:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:58:40.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:58:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:58:50.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:58:50.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:59:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:59:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:59:40.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T05:59:40.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T05:59:40.534Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T05:59:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T05:59:50.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T05:59:50.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:00:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:00:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:00:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:00:40.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:00:40.534Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:00:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:00:50.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:00:50.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:01:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:01:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:01:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:01:40.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:01:40.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:01:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:01:50.087Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:01:50.088Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:02:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:02:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:02:40.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:02:40.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:02:40.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:02:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:02:50.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:02:50.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:03:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:03:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:03:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:03:40.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:03:40.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:03:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:03:50.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:03:50.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:04:40.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:04:40.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:04:40.531Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:04:40.534Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:04:40.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:04:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:04:50.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:04:50.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:05:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:05:40.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:05:40.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:05:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:05:40.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:05:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:05:50.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:05:50.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:06:40.528Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:06:40.529Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:06:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:06:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:06:40.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:06:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:06:50.067Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:06:50.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:07:40.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:07:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:07:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:07:40.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:07:40.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:07:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:07:50.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:07:50.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:08:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:08:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:08:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:08:40.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:08:40.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:08:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:08:50.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:08:50.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:09:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:09:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:09:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:09:40.533Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:09:40.534Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:09:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:09:50.067Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:09:50.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:10:40.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:10:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:10:40.530Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:10:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:10:40.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:10:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:10:50.102Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:10:50.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:11:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:11:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:11:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:11:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:11:40.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:11:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:11:50.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:11:50.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:12:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:12:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:12:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:12:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:12:40.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:12:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:12:50.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:12:50.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:13:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:13:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:13:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:13:40.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:13:40.534Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:13:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:13:50.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:13:50.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:14:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:14:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:14:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:14:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:14:40.534Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:14:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:14:50.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:14:50.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:15:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:15:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:15:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:15:40.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:15:40.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:15:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:15:50.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:15:50.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:16:40.533Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:16:40.533Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:16:40.535Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:16:40.535Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:16:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:16:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:16:50.100Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:16:50.101Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:17:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:17:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:17:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:17:40.533Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:17:40.534Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:17:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:17:50.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:17:50.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:18:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:18:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:18:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:18:40.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:18:40.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:18:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:18:50.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:18:50.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:19:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:19:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:19:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:19:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:19:40.534Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:19:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:19:50.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:19:50.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:20:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:20:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:20:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:20:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:20:40.534Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:20:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:20:50.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:20:50.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:21:40.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:21:40.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:21:40.530Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:21:40.533Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:21:40.534Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:21:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:21:50.085Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:21:50.095Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:22:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:22:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:22:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:22:40.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:22:40.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:22:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:22:50.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:22:50.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:23:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:23:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:23:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:23:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:23:40.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:23:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:23:50.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:23:50.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:24:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:24:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:24:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:24:40.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:24:40.534Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:24:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:24:50.090Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:24:50.091Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:25:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:25:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:25:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:25:40.533Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:25:40.537Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:25:40.538Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:25:50.128Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:25:50.149Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:26:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:26:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:26:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:26:40.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:26:40.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:26:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:26:50.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:26:50.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:27:40.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:27:40.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:27:40.530Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:27:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:27:40.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:27:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:27:50.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:27:50.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:28:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:28:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:28:40.530Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:28:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:28:40.534Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:28:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:28:50.108Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:28:50.107Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:29:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:29:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:29:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:29:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:29:40.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:29:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:29:50.108Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:29:50.149Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:30:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:30:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:30:40.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:30:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:41.154Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:41.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:30:41.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "multicloud-k8s-id", "timestamp": 1664692226410, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:30:41.161Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:41.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-02T06:30:41.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"75a68691-7b97-4228-b35b-2356f8678de5","serviceName":"vFW 2022-10-02 06-29-26","serviceVersion":"1.0","serviceUUID":"eb5694c8-9b40-4cc7-a0a4-a7231f9db2af","serviceDescription":"catalog service description","serviceInvariantUUID":"117df47f-5a1f-45ff-b95f-ed311453dcc3","resources":[{"resourceInstanceName":"vFW ad365931-b56c 0","resourceName":"vFW ad365931-b56c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a583ab7a-b2ed-434a-aa3a-875d8ad10dcf","resourceInvariantUUID":"acbb811e-031f-4b31-a199-112018559503","resourceCustomizationUUID":"9627219e-d7ac-414a-8b43-525c68398500","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml","artifactChecksum":"ZDU4ZjY3NTZmNGM1N2NkMTA0MjViNjQ5MzE0MjkzZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"296270c5-eb1f-48b4-89ff-5d8b5a6f6b5f","artifactVersion":"1"},{"artifactName":"vfwad365931b56c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json","artifactChecksum":"ZmU5MjZmMzM3NmVjMzhjZDgxMGUwNmQ1YzYwZTY5YWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3f88f79a-be74-415f-97c8-170d305d615a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml","artifactChecksum":"YzExMmNlNTU4MjU2MzhmODA2NzM5YjkxNGE4Y2Q4YTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5cfd7bc-3965-43b8-bb62-03e92fddb7ee","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3f9eecf6-88e1-4ca7-9208-6e315effc796","artifactVersion":"2","generatedFromUUID":"68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221002062926-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml","artifactChecksum":"OTExZGIzMWY2MmFiY2M5M2JiZGUzN2MyMjQ1ODBkMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b1d1e84-8885-422b-9c47-ecaabd8e2d51","artifactVersion":"1"},{"artifactName":"service-Vfw20221002062926-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar","artifactChecksum":"YmMwNDMxMmMzNzVmMDk4ZmFlNWJlZTk5NTM0NzFlNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8272242-960b-4753-ba92-a2e6915bad0c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-02T06:30:41.173Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:30:41.180Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:30:41.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:30:41.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:30:41.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "multicloud-k8s-id", "timestamp": 1664692226410, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:30:41.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:30:41.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:30:41.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "cds", "timestamp": 1664692235353, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:30:41.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:30:41.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:30:41.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "multicloud-k8s-id", "timestamp": 1664692226410, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-02T06:30:41.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:30:41.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:30:41.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "cds", "timestamp": 1664692235353, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:30:41.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:30:41.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:30:41.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "multicloud-k8s-id", "timestamp": 1664692226410, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:30:41.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:30:41.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:30:41.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "cds", "timestamp": 1664692235353, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:30:41.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:30:41.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:30:41.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "multicloud-k8s-id", "timestamp": 1664692226410, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-02T06:30:41.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:30:41.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:30:41.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "cds", "timestamp": 1664692235353, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:30:41.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:30:41.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:30:41.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "multicloud-k8s-id", "timestamp": 1664692226410, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:30:41.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:30:41.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:30:41.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "cds", "timestamp": 1664692235353, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:30:41.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:30:41.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:30:41.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "multicloud-k8s-id", "timestamp": 1664692226410, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:30:41.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:30:41.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:30:41.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "cds", "timestamp": 1664692235353, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:30:41.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:30:41.199Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:30:41.200Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692240527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:30:41.303Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-10-02T06:30:41.310Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:30:41.310Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:41.323Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:41.324Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:30:42.208Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:30:42.209Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:30:42.211Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:30:42.211Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692240527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:30:42.311Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:30:42.312Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:30:42.312Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:42.325Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:42.326Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:30:43.214Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:30:43.215Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:30:43.217Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:30:43.217Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692240527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-02T06:30:43.317Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:30:43.319Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:30:43.319Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:43.337Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:43.338Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:30:44.218Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:30:44.219Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:30:44.221Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:30:44.222Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692240527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:30:44.322Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:30:44.323Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:30:44.323Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:44.332Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:44.333Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:30:45.222Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:30:45.223Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:30:45.226Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:30:45.226Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692240527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-02T06:30:45.326Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:30:45.327Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:30:45.327Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:45.337Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:45.338Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:30:46.227Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:30:46.227Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:30:46.229Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:30:46.229Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692240527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:30:46.330Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-02T06:30:46.331Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:30:46.331Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:46.343Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:46.343Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:30:47.230Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:30:47.231Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:30:47.233Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:30:47.233Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692240527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:30:47.333Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:30:47.334Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:30:47.334Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:47.344Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:47.345Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:30:48.235Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "serviceName": "vFW 2022-10-02 06-29-26", "serviceVersion": "1.0", "serviceUUID": "eb5694c8-9b40-4cc7-a0a4-a7231f9db2af", "serviceDescription": "catalog service description", "serviceInvariantUUID": "117df47f-5a1f-45ff-b95f-ed311453dcc3", "resources": [ { "resourceInstanceName": "vFW ad365931-b56c 0", "resourceCustomizationUUID": "9627219e-d7ac-414a-8b43-525c68398500", "resourceName": "vFW ad365931-b56c", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a583ab7a-b2ed-434a-aa3a-875d8ad10dcf", "resourceInvariantUUID": "acbb811e-031f-4b31-a199-112018559503", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwad365931b56c0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "artifactChecksum": "ZmU5MjZmMzM3NmVjMzhjZDgxMGUwNmQ1YzYwZTY5YWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3f88f79a-be74-415f-97c8-170d305d615a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3f9eecf6-88e1-4ca7-9208-6e315effc796", "generatedFromUUID": "68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3f9eecf6-88e1-4ca7-9208-6e315effc796", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221002062926-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "artifactChecksum": "YmMwNDMxMmMzNzVmMDk4ZmFlNWJlZTk5NTM0NzFlNmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f8272242-960b-4753-ba92-a2e6915bad0c" } ], "workloadContext": "Production" } 2022-10-02T06:30:48.236Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-02T06:30:48.236Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eb5694c8-9b40-4cc7-a0a4-a7231f9db2af ASDC 2022-10-02T06:30:48.354Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:75a68691-7b97-4228-b35b-2356f8678de5 ServiceName:vFW 2022-10-02 06-29-26 ServiceVersion:1.0 ServiceUUID:eb5694c8-9b40-4cc7-a0a4-a7231f9db2af ServiceInvariantUUID:117df47f-5a1f-45ff-b95f-ed311453dcc3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221002062926-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar ArtifactUUID:f8272242-960b-4753-ba92-a2e6915bad0c ArtifactChecksum:YmMwNDMxMmMzNzVmMDk4ZmFlNWJlZTk5NTM0NzFlNmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ad365931-b56c 0 ResourceCustomizationUUID:9627219e-d7ac-414a-8b43-525c68398500 ResourceInvariantUUID:acbb811e-031f-4b31-a199-112018559503 ResourceName:vFW ad365931-b56c ResourceType:VF ResourceUUID:a583ab7a-b2ed-434a-aa3a-875d8ad10dcf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwad365931b56c0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json ArtifactUUID:3f88f79a-be74-415f-97c8-170d305d615a ArtifactChecksum:ZmU5MjZmMzM3NmVjMzhjZDgxMGUwNmQ1YzYwZTY5YWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml ArtifactUUID:68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env ArtifactUUID:3f9eecf6-88e1-4ca7-9208-6e315effc796 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env ArtifactUUID:3f9eecf6-88e1-4ca7-9208-6e315effc796 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-02T06:30:48.354Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb5694c8-9b40-4cc7-a0a4-a7231f9db2af ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:30:48.628Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T06:30:48.629Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:30:48.631Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:30:48.631Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f8272242-960b-4753-ba92-a2e6915bad0c from URL: /sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar 2022-10-02T06:30:48.631Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:30:48.633Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar 2022-10-02T06:30:48.747Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:30:48.767Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar f8272242-960b-4753-ba92-a2e6915bad0c 100718 2022-10-02T06:30:48.769Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar ASDC sendASDCNotification 2022-10-02T06:30:48.769Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar 2022-10-02T06:30:48.772Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:30:48.773Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:30:48.775Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:30:48.775Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692248768, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:30:48.875Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T06:30:48.876Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:30:48.877Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:48.892Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:48.893Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:30:49.776Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T06:30:49.777Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:30:49.778Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f8272242-960b-4753-ba92-a2e6915bad0c, URL: /sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar to file: /app/ASDC/1/service-Vfw20221002062926-csar.csar 2022-10-02T06:30:49.779Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221002062926-csar.csar 2022-10-02T06:30:49.874Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221002062926-csar.csar 2022-10-02T06:30:49.875Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221002062926-csar.csar 2022-10-02T06:30:50.730Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15526504088651573490/Definitions/service-Vfw20221002062926-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2022-10-02T06:30:53.852Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-02T06:30:53.857Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-02T06:30:53.857Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar 2022-10-02T06:30:53.857Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-10-02T06:30:53.857Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar 2022-10-02T06:30:53.857Z|75a68691-7b97-4228-b35b-2356f8678de5|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-Vfw20221002062926-csar.csar 2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|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-Vfw20221002062926-csar.csar 2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|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-Vfw20221002062926-csar.csar 2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar 2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar 2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|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-Vfw20221002062926-csar.csar 2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar 2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar 2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ad365931-b56c 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar 2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar 2022-10-02T06:30:53.859Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-02T06:30:53.864Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.866Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:53.869Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria 2022-10-02T06:30:53.870Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-02T06:30:53.872Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T06:30:53.873Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.874Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:53.874Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria 2022-10-02T06:30:53.874Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-02T06:30:53.874Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T06:30:53.874Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.875Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:53.878Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.878Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is not matching search criteria 2022-10-02T06:30:53.878Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-02T06:30:53.878Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-02T06:30:53.879Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-02T06:30:53.879Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:53.879Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-02T06:30:53.879Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-02T06:30:53.879Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-02T06:30:53.880Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-02T06:30:53.880Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-02T06:30:53.880Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-02T06:30:53.880Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:53.880Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-02T06:30:53.880Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:53.881Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-02T06:30:53.881Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-02T06:30:53.881Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-02T06:30:53.881Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.881Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-02T06:30:53.882Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.883Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria 2022-10-02T06:30:53.883Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:30:53.883Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.883Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria 2022-10-02T06:30:53.883Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:30:53.884Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.884Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria 2022-10-02T06:30:53.884Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:30:53.884Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.884Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is not matching search criteria 2022-10-02T06:30:53.885Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-02T06:30:53.885Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-10-02T06:30:53.885Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-02T06:30:53.885Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-02T06:30:53.885Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-02T06:30:53.885Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-02T06:30:53.886Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:53.886Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-02T06:30:53.886Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:53.886Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-02T06:30:53.886Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-02T06:30:53.886Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1fa2eadb-8f91-4d86-a345-8264560e5d33 2022-10-02T06:30:53.887Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.887Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is not matching search criteria 2022-10-02T06:30:53.887Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-02T06:30:53.887Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-02T06:30:53.887Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-02T06:30:53.887Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:53.888Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-02T06:30:53.888Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-02T06:30:53.888Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-02T06:30:53.888Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-10-02T06:30:53.888Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-02T06:30:53.888Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:53.889Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-02T06:30:53.889Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-02T06:30:53.889Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=694e8977-d325-4f85-8ea4-bca8529754ab 2022-10-02T06:30:53.889Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.889Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is not matching search criteria 2022-10-02T06:30:53.889Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-02T06:30:53.890Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-02T06:30:53.890Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-02T06:30:53.890Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:53.890Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-02T06:30:53.890Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-02T06:30:53.890Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-02T06:30:53.891Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-02T06:30:53.891Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-02T06:30:53.891Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-02T06:30:53.891Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:53.891Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-10-02T06:30:53.891Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3abcbe1f-1fe9-4fe6-bfc7-3c5a55607ef8 2022-10-02T06:30:53.892Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.892Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:53.892Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.892Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:53.892Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.892Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:53.893Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:53.893Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:53.893Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-10-02 06-29-26 Description:catalog service description Model UUID:eb5694c8-9b40-4cc7-a0a4-a7231f9db2af Model Version:NULL Model InvariantUuid:117df47f-5a1f-45ff-b95f-ed311453dcc3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ad365931-b56c Model UUID:b77bcf87-ccd4-4ff0-b73a-caffa24c46dd Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:acbb811e-031f-4b31-a199-112018559503 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9627219e-d7ac-414a-8b43-525c68398500 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:64cb7155-29af-48fa-befa-a44e55ca9cda ModelName:VfwAd365931B56c..base_vfw..module-0 ModelUuid:ee4548f3-6543-4396-a700-798c1bbc92cd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1fa2eadb-8f91-4d86-a345-8264560e5d33 ModelInvariantUuid:f4b5d434-2c8a-47c3-93fd-6515a6637626 ModelName:vFW ad365931-b56c-nodes.vfwCvfc ModelUuid:4b85eeda-cb60-4939-bd6d-1cd948d63604 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:3f17d53c-5243-4996-9223-7f10c951de31 ModelInvariantUuid:79ed68d1-b471-4d9c-92f8-0dfff84db678 ModelName:VfwAd365931B56c.compute.nodes.heat.vfw ModelUuid:a9c24d3a-002a-488f-b0ef-d311633ed83b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:694e8977-d325-4f85-8ea4-bca8529754ab ModelInvariantUuid:7012b40d-fe19-4c60-bc3a-88598e082419 ModelName:vFW ad365931-b56c-nodes.vsnCvfc ModelUuid:249539eb-6efd-4a15-b69a-6a3484106291 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:03059627-d469-4cf3-9a60-f3d7d8bcb684 ModelInvariantUuid:31e04255-e642-42e2-a1fa-92bcb628f37a ModelName:VfwAd365931B56c.compute.nodes.heat.vsn ModelUuid:178efc39-31d0-47fc-b939-71dc42a85d70 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3abcbe1f-1fe9-4fe6-bfc7-3c5a55607ef8 ModelInvariantUuid:1e1cace0-1fbb-40bc-9099-4cb01c55474b ModelName:vFW ad365931-b56c-nodes.vpgCvfc ModelUuid:a8cf8ecc-96ec-438c-ab3c-c605834390a2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:88fc768a-0f0e-42cd-b5e4-14d04bbbdca0 ModelInvariantUuid:b393d6b7-abdd-448a-84fa-09f627a2e0ab ModelName:VfwAd365931B56c.compute.nodes.heat.vpg ModelUuid:7207afb6-803f-4eef-a6d7-95bd99edd00f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-02T06:30:53.916Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a583ab7a-b2ed-434a-aa3a-875d8ad10dcf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:30:54.000Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||vFW ad365931-b56c 0 2022-10-02T06:30:54.021Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a583ab7a-b2ed-434a-aa3a-875d8ad10dcf 2022-10-02T06:30:54.021Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f88f79a-be74-415f-97c8-170d305d615a from URL: /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json 2022-10-02T06:30:54.022Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:30:54.022Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json 2022-10-02T06:30:54.084Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:30:54.084Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json 3f88f79a-be74-415f-97c8-170d305d615a 785 2022-10-02T06:30:54.085Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json ASDC sendASDCNotification 2022-10-02T06:30:54.085Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json 2022-10-02T06:30:54.085Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:30:54.086Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:30:54.088Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:30:54.089Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692254085, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T06:30:54.189Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:30:54.190Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:30:54.190Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:54.204Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:54.205Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:30:55.090Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAd365931B56c..base_vfw..module-0", "vfModuleModelInvariantUUID": "64cb7155-29af-48fa-befa-a44e55ca9cda", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ee4548f3-6543-4396-a700-798c1bbc92cd", "vfModuleModelCustomizationUUID": "655cbd7b-639e-4383-9e35-e7589c504a41", "isBase": true, "artifacts": [ "68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b", "3f9eecf6-88e1-4ca7-9208-6e315effc796" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-02T06:30:55.105Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAd365931B56c..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ee4548f3-6543-4396-a700-798c1bbc92cd VfModuleModelInvariantUUID:64cb7155-29af-48fa-befa-a44e55ca9cda VfModuleModelDescription:NULL Artifacts UUID List:{ 68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b , 3f9eecf6-88e1-4ca7-9208-6e315effc796 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-02T06:30:55.108Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAd365931B56c..base_vfw..module-0", "vfModuleModelInvariantUUID": "64cb7155-29af-48fa-befa-a44e55ca9cda", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ee4548f3-6543-4396-a700-798c1bbc92cd", "vfModuleModelCustomizationUUID": "655cbd7b-639e-4383-9e35-e7589c504a41", "isBase": true, "artifacts": [ "68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b", "3f9eecf6-88e1-4ca7-9208-6e315effc796" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-02T06:30:55.108Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAd365931B56c..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ee4548f3-6543-4396-a700-798c1bbc92cd VfModuleModelInvariantUUID:64cb7155-29af-48fa-befa-a44e55ca9cda VfModuleModelDescription:NULL Artifacts UUID List:{ 68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b , 3f9eecf6-88e1-4ca7-9208-6e315effc796 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-02T06:30:55.108Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b from URL: /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml 2022-10-02T06:30:55.109Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:30:55.109Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml 2022-10-02T06:30:55.216Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:30:55.217Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml 68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b 20368 2022-10-02T06:30:55.218Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-10-02T06:30:55.218Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml 2022-10-02T06:30:55.218Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:30:55.219Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:30:55.221Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:30:55.221Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692255218, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T06:30:55.321Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:30:55.322Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:30:55.322Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:55.333Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:55.333Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:30:56.222Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f9eecf6-88e1-4ca7-9208-6e315effc796 from URL: /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env 2022-10-02T06:30:56.223Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:30:56.223Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env 2022-10-02T06:30:56.301Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:30:56.302Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env 3f9eecf6-88e1-4ca7-9208-6e315effc796 2098 2022-10-02T06:30:56.303Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-10-02T06:30:56.303Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env 2022-10-02T06:30:56.303Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:30:56.304Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:30:56.307Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:30:56.307Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692256303, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-02T06:30:56.407Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:30:56.408Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:30:56.408Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:56.420Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:56.420Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:30:57.308Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: eb5694c8-9b40-4cc7-a0a4-a7231f9db2af 2022-10-02T06:30:57.309Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ad365931-b56c 0 a583ab7a-b2ed-434a-aa3a-875d8ad10dcf ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:30:57.345Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ef9f4c9, org.onap.sdc.toscaparser.api.parameters.Input@4ab8cf36, org.onap.sdc.toscaparser.api.parameters.Input@4c8ff0c1, org.onap.sdc.toscaparser.api.parameters.Input@242c82e1, org.onap.sdc.toscaparser.api.parameters.Input@55827511] 2022-10-02T06:30:57.350Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.351Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:57.351Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-10-02T06:30:57.351Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9627219e-d7ac-414a-8b43-525c68398500 2022-10-02T06:30:57.352Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9627219e-d7ac-414a-8b43-525c68398500 matches Tosca VF Customization UUID: 9627219e-d7ac-414a-8b43-525c68398500 2022-10-02T06:30:57.352Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9627219e-d7ac-414a-8b43-525c68398500 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-10-02T06:30:57.368Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.369Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:57.371Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9627219e-d7ac-414a-8b43-525c68398500: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-02T06:30:57.371Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63544976 2022-10-02T06:30:57.371Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.372Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-02T06:30:57.373Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 655cbd7b-639e-4383-9e35-e7589c504a41 2022-10-02T06:30:57.374Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 655cbd7b-639e-4383-9e35-e7589c504a41 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-10-02T06:30:57.384Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.384Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria 2022-10-02T06:30:57.385Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:30:57.386Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.386Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria 2022-10-02T06:30:57.387Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:30:57.387Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.388Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is not matching search criteria 2022-10-02T06:30:57.388Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-02T06:30:57.388Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-10-02T06:30:57.389Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-02T06:30:57.389Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-02T06:30:57.389Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-02T06:30:57.390Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-02T06:30:57.390Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:57.391Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-02T06:30:57.391Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:57.391Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-02T06:30:57.392Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-02T06:30:57.392Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1fa2eadb-8f91-4d86-a345-8264560e5d33 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-10-02T06:30:57.405Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.405Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria 2022-10-02T06:30:57.405Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:30:57.406Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.406Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is not matching search criteria 2022-10-02T06:30:57.406Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-02T06:30:57.407Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-02T06:30:57.407Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-02T06:30:57.407Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:57.407Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-02T06:30:57.407Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-02T06:30:57.408Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-02T06:30:57.408Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-10-02T06:30:57.408Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-02T06:30:57.408Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:57.409Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-02T06:30:57.409Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-02T06:30:57.409Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=694e8977-d325-4f85-8ea4-bca8529754ab Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-10-02T06:30:57.412Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.413Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria 2022-10-02T06:30:57.413Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:30:57.415Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.416Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is not matching search criteria 2022-10-02T06:30:57.416Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-02T06:30:57.416Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-02T06:30:57.417Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-02T06:30:57.417Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:57.417Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-02T06:30:57.417Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-02T06:30:57.418Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-02T06:30:57.418Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-02T06:30:57.418Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-02T06:30:57.418Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-02T06:30:57.419Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-02T06:30:57.419Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-10-02T06:30:57.419Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3abcbe1f-1fe9-4fe6-bfc7-3c5a55607ef8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-10-02T06:30:57.423Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.423Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria 2022-10-02T06:30:57.423Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:30:57.424Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.424Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria 2022-10-02T06:30:57.424Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=9627219e-d7ac-414a-8b43-525c68398500 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:30:57.426Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.426Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:57.427Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid eb5694c8-9b40-4cc7-a0a4-a7231f9db2af: vFW ad365931-b56c 2022-10-02T06:30:57.427Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.427Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:57.428Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.428Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:57.428Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.428Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:57.429Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.429Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:57.429Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:30:57.429Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:30:57.430Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-10-02 06-29-26 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:30:57.709Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ad365931-b56c a583ab7a-b2ed-434a-aa3a-875d8ad10dcf 1 ASDC deployResourceStructure 2022-10-02T06:30:57.710Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json ASDC sendASDCNotification 2022-10-02T06:30:57.711Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json 2022-10-02T06:30:57.711Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:30:57.712Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:30:57.714Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:30:57.715Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692257710, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T06:30:57.815Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T06:30:57.815Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:30:57.816Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:57.827Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:57.827Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:30:58.715Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-10-02T06:30:58.716Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml 2022-10-02T06:30:58.716Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:30:58.717Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:30:58.719Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:30:58.719Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692258715, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-10-02T06:30:58.820Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T06:30:58.821Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:30:58.821Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:58.833Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:58.833Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:30:59.720Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-10-02T06:30:59.721Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env 2022-10-02T06:30:59.721Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:30:59.722Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:30:59.724Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:30:59.724Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692259720, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-10-02T06:30:59.835Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2022-10-02T06:30:59.836Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:30:59.836Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:30:59.846Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:30:59.847Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:31:00.727Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar ASDC sendASDCNotification 2022-10-02T06:31:00.727Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar 2022-10-02T06:31:00.728Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:31:00.728Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:31:00.731Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:31:00.731Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692260727, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:31:00.831Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:31:00.832Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:31:00.832Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:31:00.842Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:31:00.842Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:31:01.732Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:31:01.757Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:31:01.761Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:31:01.761Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:31:01.761Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:31:31.762Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:31:31.775Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:31:31.779Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:31:31.779Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:31:31.780Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:31:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:31:40.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:31:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:31:40.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:31:40.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:31:40.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "multicloud-k8s-id", "timestamp": 1664692242483, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T06:31:40.610Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:32:01.780Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:32:01.792Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:32:01.795Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:32:01.795Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:32:01.795Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:32:31.796Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:32:31.808Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:32:31.810Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:32:31.810Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:32:31.810Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:32:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:32:40.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:32:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:32:40.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:32:40.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:32:40.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692240527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:32:40.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:01.810Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:33:01.822Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:33:01.825Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:33:01.826Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:33:01.826Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:33:31.826Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:33:31.838Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:33:31.841Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:33:31.841Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:33:31.841Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:33:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:33:40.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:33:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:33:41.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:33:41.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "cds", "timestamp": 1664692235353, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:33:41.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "ves-openapi-manager", "timestamp": 1664692240061, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "clamp", "timestamp": 1664692241689, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "multicloud-k8s-id", "timestamp": 1664692243600, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T06:33:41.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692240527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:33:41.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "ves-openapi-manager", "timestamp": 1664692240061, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "cds", "timestamp": 1664692243233, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:33:41.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "clamp", "timestamp": 1664692241689, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:33:41.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692240527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-02T06:33:41.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "multicloud-k8s-id", "timestamp": 1664692244682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-02T06:33:41.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "ves-openapi-manager", "timestamp": 1664692240061, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "cds", "timestamp": 1664692244258, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:33:41.083Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75a68691-7b97-4228-b35b-2356f8678de5 2022-10-02T06:33:41.084Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75a68691-7b97-4228-b35b-2356f8678de5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:33:41.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "clamp", "timestamp": 1664692241689, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692243837, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692240527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "multicloud-k8s-id", "timestamp": 1664692245778, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:33:41.102Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75a68691-7b97-4228-b35b-2356f8678de5 2022-10-02T06:33:41.102Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75a68691-7b97-4228-b35b-2356f8678de5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:33:41.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "ves-openapi-manager", "timestamp": 1664692240061, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "clamp", "timestamp": 1664692241689, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692243837, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692240527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-02T06:33:41.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "multicloud-k8s-id", "timestamp": 1664692246783, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T06:33:41.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "ves-openapi-manager", "timestamp": 1664692240061, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "clamp", "timestamp": 1664692241689, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692243837, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692240527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "ves-openapi-manager", "timestamp": 1664692240061, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "clamp", "timestamp": 1664692241689, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692243837, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692240527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:33:41.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "ves-openapi-manager", "timestamp": 1664692240061, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "clamp", "timestamp": 1664692241689, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:33:41.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692243837, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692248768, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:33:41.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692243837, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692243837, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:33:41.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "aai-ml", "timestamp": 1664692250210, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692251821, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:33:41.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "aai-ml", "timestamp": 1664692250210, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "aai-ml", "timestamp": 1664692250210, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "aai-ml", "timestamp": 1664692250210, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692254085, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T06:33:41.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "aai-ml", "timestamp": 1664692250210, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692255218, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T06:33:41.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "aai-ml", "timestamp": 1664692250210, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:33:41.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692256303, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-02T06:33:41.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "aai-ml", "timestamp": 1664692250210, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:33:41.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:33:41.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692257710, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T06:33:41.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "aai-ml", "timestamp": 1664692258095, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:33:41.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692258715, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-10-02T06:33:41.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692259720, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-10-02T06:33:41.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "clamp", "timestamp": 1664692260573, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:33:41.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692260638, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:33:41.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692260727, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:33:41.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692261645, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:33:41.136Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75a68691-7b97-4228-b35b-2356f8678de5 2022-10-02T06:33:41.137Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75a68691-7b97-4228-b35b-2356f8678de5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:33:41.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "clamp", "timestamp": 1664692262567, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:33:41.146Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "clamp", "timestamp": 1664692263573, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:33:41.151Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 75a68691-7b97-4228-b35b-2356f8678de5 2022-10-02T06:33:41.151Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75a68691-7b97-4228-b35b-2356f8678de5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:33:41.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "aai-ml", "timestamp": 1664692274097, "artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:33:41.159Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:33:41.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:33:41.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "aai-ml", "timestamp": 1664692275103, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:33:41.163Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75a68691-7b97-4228-b35b-2356f8678de5 2022-10-02T06:33:41.163Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75a68691-7b97-4228-b35b-2356f8678de5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:34:01.842Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:34:01.855Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:34:01.859Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:34:01.859Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-02T06:34:01.859Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-02T06:34:01.860Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-02T06:34:01.860Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:34:01.861Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:34:01.861Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:34:01.861Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:34:01.861Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:34:01.862Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:34:01.862Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:34:01.873Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-02T06:34:31.874Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-02T06:34:31.888Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75a68691-7b97-4228-b35b-2356f8678de5 and serviceModelVersionId: eb5694c8-9b40-4cc7-a0a4-a7231f9db2af 2022-10-02T06:34:31.889Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 117df47f-5a1f-45ff-b95f-ed311453dcc3 2022-10-02T06:34:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:34:40.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:34:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:34:44.163Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:34:44.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:34:44.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "cds", "timestamp": 1664692475361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:34:44.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:34:47.036Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0 2022-10-02T06:34:47.156Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-02T06:34:47.674Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0|INFO|500||Invoke 2022-10-02T06:34:47.681Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[75a68691-7b97-4228-b35b-2356f8678de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe92e0c4-c19c-449c-a3fb-a7a8cb9b744f], X-ECOMP-RequestID=[75a68691-7b97-4228-b35b-2356f8678de5], X-TransactionId=[], X-ONAP-RequestID=[75a68691-7b97-4228-b35b-2356f8678de5], Content-Type=[application/merge-patch+json]} 2022-10-02T06:34:47.798Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-02T06:34:48.094Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?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/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221002-06:34:48:626-73990], vertex-id=[151576], Content-Length=[0], Date=[Sun, 02 Oct 2022 06:34:48 GMT], Content-Type=[application/json]} 2022-10-02T06:34:48.096Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-02T06:34:48.097Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0|INFO|500||InvokeReturn 2022-10-02T06:34:48.100Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-02T06:34:48.100Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:34:48.107Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-02T06:34:48.109Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75a68691-7b97-4228-b35b-2356f8678de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-02T06:34:48.110Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-02T06:34:48.110Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:34:48.112Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:34:48.112Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692488109, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T06:34:48.212Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:34:48.214Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:34:48.214Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:34:48.242Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:34:48.243Z||pool-18-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T06:34:49.125Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:34:49.125Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:34:49.125Z|75a68691-7b97-4228-b35b-2356f8678de5|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:34:53.570Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:34:53.571Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-02T06:34:53.571Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"86d1c201-7414-4d8d-8fb4-551227ef78b0","serviceName":"basic_onboard_NVnAqD","serviceVersion":"1.0","serviceUUID":"cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a","serviceDescription":"service","serviceInvariantUUID":"798ded65-92e1-4c8e-9757-7afe67ec1483","resources":[{"resourceInstanceName":"basic_onboard_NVnAqD 0","resourceName":"basic_onboard_NVnAqD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b48b91bc-e02a-417f-a5e9-e6ef01e6f488","resourceInvariantUUID":"ba20f4e4-7878-4381-9a3e-cfdba7d4e8e6","resourceCustomizationUUID":"3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml","artifactChecksum":"NmYzNjU0NWY4MmZkYzgxMjM5MjEzZDNmODI2NTVkOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e94136ba-cadf-47a4-9996-e34210448418","artifactVersion":"1"},{"artifactName":"basic_onboard_nvnaqd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json","artifactChecksum":"OWI1ZDkzZGJlYjdjMjFmZmVmOWFmMTY1NTYwNDM0NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5382bb7d-23df-46b8-9c77-d7d871d313a5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bc284668-bb29-48a2-9843-7b813f300155","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e733a487-5d85-4135-8327-4e01c40a8396","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0e66d22f-696d-476c-8f5c-243b765ddafe","artifactVersion":"2","generatedFromUUID":"bc284668-bb29-48a2-9843-7b813f300155"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNvnaqd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml","artifactChecksum":"OTUzYWZjMzllNmRhOWMxMTQ4N2Y1OGRkNzBmYzJhYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6306c1a1-cc60-4b00-ba5f-f997f27e9b17","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNvnaqd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar","artifactChecksum":"M2YwNDMzZTY4Y2U5ZjM4ZTcyN2FhZGEwN2RlNGMxYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c8c3204-5aa4-4179-9df9-5fbb59d865f0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-02T06:34:53.574Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:34:53.574Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:34:53.576Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:34:53.577Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692489125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:34:53.677Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:34:53.678Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:34:53.678Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:34:53.688Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:34:53.688Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:34:54.577Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:34:54.578Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:34:54.580Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:34:54.580Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692489125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:34:54.680Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:34:54.681Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:34:54.682Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:34:54.692Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:34:54.692Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:34:55.581Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:34:55.582Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:34:55.584Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:34:55.584Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692489125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-02T06:34:55.684Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:34:55.685Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:34:55.686Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:34:55.695Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:34:55.696Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:34:56.585Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:34:56.587Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:34:56.589Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:34:56.589Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692489125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:34:56.690Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:34:56.691Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:34:56.691Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:34:56.702Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:34:56.702Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:34:57.590Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:34:57.591Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:34:57.593Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:34:57.594Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692489125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-02T06:34:57.694Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T06:34:57.695Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:34:57.695Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:34:57.709Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:34:57.710Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:34:58.595Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:34:58.596Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:34:58.598Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:34:58.598Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692489125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:34:58.698Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T06:34:58.699Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:34:58.699Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:34:58.713Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:34:58.714Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:34:59.599Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:34:59.600Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:34:59.602Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:34:59.602Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692489125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:34:59.702Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:34:59.703Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:34:59.703Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:34:59.712Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:34:59.713Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:35:00.604Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "serviceName": "basic_onboard_NVnAqD", "serviceVersion": "1.0", "serviceUUID": "cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a", "serviceDescription": "service", "serviceInvariantUUID": "798ded65-92e1-4c8e-9757-7afe67ec1483", "resources": [ { "resourceInstanceName": "basic_onboard_NVnAqD 0", "resourceCustomizationUUID": "3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff", "resourceName": "basic_onboard_NVnAqD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b48b91bc-e02a-417f-a5e9-e6ef01e6f488", "resourceInvariantUUID": "ba20f4e4-7878-4381-9a3e-cfdba7d4e8e6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_nvnaqd0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "artifactChecksum": "OWI1ZDkzZGJlYjdjMjFmZmVmOWFmMTY1NTYwNDM0NDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5382bb7d-23df-46b8-9c77-d7d871d313a5", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "bc284668-bb29-48a2-9843-7b813f300155", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0e66d22f-696d-476c-8f5c-243b765ddafe", "generatedFromUUID": "bc284668-bb29-48a2-9843-7b813f300155" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0e66d22f-696d-476c-8f5c-243b765ddafe", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNvnaqd-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "artifactChecksum": "M2YwNDMzZTY4Y2U5ZjM4ZTcyN2FhZGEwN2RlNGMxYzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c8c3204-5aa4-4179-9df9-5fbb59d865f0" } ], "workloadContext": "Production" } 2022-10-02T06:35:00.604Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-02T06:35:00.604Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a ASDC 2022-10-02T06:35:00.604Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:86d1c201-7414-4d8d-8fb4-551227ef78b0 ServiceName:basic_onboard_NVnAqD ServiceVersion:1.0 ServiceUUID:cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a ServiceInvariantUUID:798ded65-92e1-4c8e-9757-7afe67ec1483 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNvnaqd-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar ArtifactUUID:0c8c3204-5aa4-4179-9df9-5fbb59d865f0 ArtifactChecksum:M2YwNDMzZTY4Y2U5ZjM4ZTcyN2FhZGEwN2RlNGMxYzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_NVnAqD 0 ResourceCustomizationUUID:3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff ResourceInvariantUUID:ba20f4e4-7878-4381-9a3e-cfdba7d4e8e6 ResourceName:basic_onboard_NVnAqD ResourceType:VF ResourceUUID:b48b91bc-e02a-417f-a5e9-e6ef01e6f488 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_nvnaqd0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json ArtifactUUID:5382bb7d-23df-46b8-9c77-d7d871d313a5 ArtifactChecksum:OWI1ZDkzZGJlYjdjMjFmZmVmOWFmMTY1NTYwNDM0NDg= 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/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml ArtifactUUID:bc284668-bb29-48a2-9843-7b813f300155 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/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env ArtifactUUID:0e66d22f-696d-476c-8f5c-243b765ddafe 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/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env ArtifactUUID:0e66d22f-696d-476c-8f5c-243b765ddafe ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-02T06:35:00.604Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:35:00.636Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T06:35:00.636Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:35:00.636Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:35:00.637Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0c8c3204-5aa4-4179-9df9-5fbb59d865f0 from URL: /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:00.637Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:35:00.637Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:00.725Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:35:00.728Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar 0c8c3204-5aa4-4179-9df9-5fbb59d865f0 75307 2022-10-02T06:35:00.729Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar ASDC sendASDCNotification 2022-10-02T06:35:00.729Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:00.729Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:35:00.729Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:35:00.731Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:35:00.731Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692500729, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:35:00.831Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:35:00.832Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:35:00.832Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:35:00.842Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:35:00.843Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:35:01.731Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T06:35:01.732Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:35:01.733Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0c8c3204-5aa4-4179-9df9-5fbb59d865f0, URL: /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar to file: /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:01.733Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:01.734Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:01.734Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:01.882Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4538618767401749494/Definitions/service-BasicOnboardNvnaqd-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-10-02T06:35:03.181Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:03.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NVnAqD 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:03.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:03.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-02T06:35:03.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:03.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:03.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria 2022-10-02T06:35:03.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-02T06:35:03.184Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T06:35:03.184Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:03.184Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:03.184Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria 2022-10-02T06:35:03.184Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-02T06:35:03.184Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T06:35:03.185Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:03.185Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:03.185Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:03.185Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is not matching search criteria 2022-10-02T06:35:03.185Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-10-02T06:35:03.186Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-10-02T06:35:03.186Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-10-02T06:35:03.186Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-02T06:35:03.186Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-02T06:35:03.186Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:03.186Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-02T06:35:03.187Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:03.187Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria 2022-10-02T06:35:03.187Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:35:03.187Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:03.187Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria 2022-10-02T06:35:03.187Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:35:03.188Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:03.188Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria 2022-10-02T06:35:03.188Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:35:03.188Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:03.188Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is not matching search criteria 2022-10-02T06:35:03.189Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-02T06:35:03.189Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-02T06:35:03.189Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e72cd84e-d7bb-408d-88de-6d915b782b5e 2022-10-02T06:35:03.189Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:03.189Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:03.189Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:03.189Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:03.190Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:03.190Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:03.190Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:03.190Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:03.190Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_NVnAqD Description:service Model UUID:cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a Model Version:NULL Model InvariantUuid:798ded65-92e1-4c8e-9757-7afe67ec1483 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_NVnAqD Model UUID:d934dda3-dbee-476f-8aea-adf673081762 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ba20f4e4-7878-4381-9a3e-cfdba7d4e8e6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3c4b420b-22bd-4d2f-b803-ab9931855766 ModelName:BasicOnboardNvnaqd..base_ubuntu18..module-0 ModelUuid:553047b0-0b5b-4683-8283-11f4677d2ebb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e72cd84e-d7bb-408d-88de-6d915b782b5e ModelInvariantUuid:958532ec-f17a-4135-8538-519ae8912edb ModelName:basic_onboard_NVnAqD-nodes.ubuntu18Cvfc ModelUuid:0894be6d-c40b-497f-9eb1-335710da4dc1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2466982a-8ce7-4881-9799-7201f27d6001 ModelInvariantUuid:4771ca66-df7b-4996-9b82-dfa332e38c3c ModelName:BasicOnboardNvnaqd.compute.nodes.heat.ubuntu18 ModelUuid:f2bfb7e3-bbce-4796-95c9-6b2a63ae7f83 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-02T06:35:03.199Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b48b91bc-e02a-417f-a5e9-e6ef01e6f488 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:35:03.201Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||basic_onboard_NVnAqD 0 2022-10-02T06:35:03.201Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b48b91bc-e02a-417f-a5e9-e6ef01e6f488 2022-10-02T06:35:03.201Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5382bb7d-23df-46b8-9c77-d7d871d313a5 from URL: /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json 2022-10-02T06:35:03.201Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:35:03.202Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json 2022-10-02T06:35:03.362Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:35:03.362Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json 5382bb7d-23df-46b8-9c77-d7d871d313a5 798 2022-10-02T06:35:03.363Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json ASDC sendASDCNotification 2022-10-02T06:35:03.363Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json 2022-10-02T06:35:03.363Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:35:03.363Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:35:03.365Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:35:03.366Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692503363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T06:35:03.466Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:35:03.467Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:35:03.467Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:35:03.484Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:35:03.485Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:35:04.366Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNvnaqd..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "3c4b420b-22bd-4d2f-b803-ab9931855766", "vfModuleModelVersion": "1", "vfModuleModelUUID": "553047b0-0b5b-4683-8283-11f4677d2ebb", "vfModuleModelCustomizationUUID": "7ef4f1a5-d35c-4869-b998-cc32fd8f10a7", "isBase": true, "artifacts": [ "bc284668-bb29-48a2-9843-7b813f300155", "0e66d22f-696d-476c-8f5c-243b765ddafe" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-02T06:35:04.371Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNvnaqd..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:553047b0-0b5b-4683-8283-11f4677d2ebb VfModuleModelInvariantUUID:3c4b420b-22bd-4d2f-b803-ab9931855766 VfModuleModelDescription:NULL Artifacts UUID List:{ bc284668-bb29-48a2-9843-7b813f300155 , 0e66d22f-696d-476c-8f5c-243b765ddafe } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-02T06:35:04.373Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNvnaqd..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "3c4b420b-22bd-4d2f-b803-ab9931855766", "vfModuleModelVersion": "1", "vfModuleModelUUID": "553047b0-0b5b-4683-8283-11f4677d2ebb", "vfModuleModelCustomizationUUID": "7ef4f1a5-d35c-4869-b998-cc32fd8f10a7", "isBase": true, "artifacts": [ "bc284668-bb29-48a2-9843-7b813f300155", "0e66d22f-696d-476c-8f5c-243b765ddafe" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-02T06:35:04.373Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNvnaqd..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:553047b0-0b5b-4683-8283-11f4677d2ebb VfModuleModelInvariantUUID:3c4b420b-22bd-4d2f-b803-ab9931855766 VfModuleModelDescription:NULL Artifacts UUID List:{ bc284668-bb29-48a2-9843-7b813f300155 , 0e66d22f-696d-476c-8f5c-243b765ddafe } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-02T06:35:04.373Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bc284668-bb29-48a2-9843-7b813f300155 from URL: /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml 2022-10-02T06:35:04.373Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:35:04.374Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml 2022-10-02T06:35:04.581Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:35:04.582Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml bc284668-bb29-48a2-9843-7b813f300155 5033 2022-10-02T06:35:04.582Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-02T06:35:04.582Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml 2022-10-02T06:35:04.582Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:35:04.583Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:35:04.585Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:35:04.585Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692504582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T06:35:04.685Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:35:04.686Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:35:04.686Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:35:04.723Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:35:04.723Z||pool-28-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:35:05.586Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0e66d22f-696d-476c-8f5c-243b765ddafe from URL: /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env 2022-10-02T06:35:05.586Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:35:05.587Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env 2022-10-02T06:35:05.766Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:35:05.767Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env 0e66d22f-696d-476c-8f5c-243b765ddafe 909 2022-10-02T06:35:05.767Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-02T06:35:05.767Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env 2022-10-02T06:35:05.767Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:35:05.768Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:35:05.770Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:35:05.770Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692505767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-02T06:35:05.870Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:35:05.871Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:35:05.871Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:35:05.891Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:35:05.892Z||pool-29-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:35:06.770Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a 2022-10-02T06:35:06.771Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NVnAqD 0 b48b91bc-e02a-417f-a5e9-e6ef01e6f488 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:35:06.785Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4332c252, org.onap.sdc.toscaparser.api.parameters.Input@32154e29, org.onap.sdc.toscaparser.api.parameters.Input@fecc39, org.onap.sdc.toscaparser.api.parameters.Input@9b3a0b2, org.onap.sdc.toscaparser.api.parameters.Input@5cc6c384] 2022-10-02T06:35:06.786Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:06.787Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:06.787Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-10-02T06:35:06.787Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff 2022-10-02T06:35:06.787Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff matches Tosca VF Customization UUID: 3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff 2022-10-02T06:35:06.788Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-10-02T06:35:06.790Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:06.790Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:06.791Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-02T06:35:06.791Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2671b941 2022-10-02T06:35:06.791Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:06.791Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-02T06:35:06.792Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ef4f1a5-d35c-4869-b998-cc32fd8f10a7 2022-10-02T06:35:06.792Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ef4f1a5-d35c-4869-b998-cc32fd8f10a7 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-10-02T06:35:06.794Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:06.794Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria 2022-10-02T06:35:06.795Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:35:06.795Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:06.795Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria 2022-10-02T06:35:06.795Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:35:06.795Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:06.796Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is not matching search criteria 2022-10-02T06:35:06.796Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-02T06:35:06.796Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-02T06:35:06.796Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e72cd84e-d7bb-408d-88de-6d915b782b5e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-10-02T06:35:06.798Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:06.798Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria 2022-10-02T06:35:06.798Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:35:06.798Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:06.799Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria 2022-10-02T06:35:06.799Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0] matching following query criteria: sdcType=VF, customizationUUID=3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:35:06.800Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:06.800Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:06.801Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a: basic_onboard_NVnAqD 2022-10-02T06:35:06.801Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:06.801Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:06.801Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:06.801Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:06.802Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:06.802Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:06.802Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:06.802Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:06.802Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:35:06.802Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:35:06.803Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_NVnAqD Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:35:06.887Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NVnAqD b48b91bc-e02a-417f-a5e9-e6ef01e6f488 1 ASDC deployResourceStructure 2022-10-02T06:35:06.887Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json ASDC sendASDCNotification 2022-10-02T06:35:06.888Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json 2022-10-02T06:35:06.888Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:35:06.888Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:35:06.890Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:35:06.890Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692506887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T06:35:06.991Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:35:06.992Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:35:06.992Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:35:07.012Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:35:07.012Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:35:07.891Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-02T06:35:07.892Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml 2022-10-02T06:35:07.892Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:35:07.892Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:35:07.894Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:35:07.894Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692507891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-02T06:35:07.994Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:35:07.998Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:35:07.998Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:35:08.009Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:35:08.009Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:35:08.895Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-02T06:35:08.896Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env 2022-10-02T06:35:08.896Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:35:08.896Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:35:08.898Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:35:08.898Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692508895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-02T06:35:08.999Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-02T06:35:09.000Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:35:09.000Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:35:09.010Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:35:09.010Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:35:09.899Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar ASDC sendASDCNotification 2022-10-02T06:35:09.900Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar 2022-10-02T06:35:09.900Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:35:09.900Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:35:09.902Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:35:09.902Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692509899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:35:10.002Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:35:10.003Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:35:10.003Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:35:10.014Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:35:10.015Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:35:10.903Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:35:10.913Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:35:10.916Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:35:10.917Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:35:10.917Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:35:40.534Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:35:40.535Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:35:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:35:40.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:35:40.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:35:40.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "ves-openapi-manager", "timestamp": 1664692480061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:35:40.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:35:40.917Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:35:40.929Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:35:40.935Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:35:40.935Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:35:40.936Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:36:10.936Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:36:10.950Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:36:10.952Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:36:10.953Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:36:10.953Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:36:40.534Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:36:40.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:36:40.537Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:36:40.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:36:40.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:36:40.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "clamp", "timestamp": 1664692481689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:36:40.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:36:40.953Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:36:40.971Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:36:40.999Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:36:40.999Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:36:41.000Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:37:11.000Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:37:11.019Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:37:11.021Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:37:11.021Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:37:11.021Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:37:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:37:40.535Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:37:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:37:41.023Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:37:41.033Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:37:41.035Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:37:41.035Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:37:41.035Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:37:41.087Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:37:41.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692483837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "ves-openapi-manager", "timestamp": 1664692480061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "cds", "timestamp": 1664692475361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "clamp", "timestamp": 1664692481689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:37:41.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692483837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "multicloud-k8s-id", "timestamp": 1664692486410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "ves-openapi-manager", "timestamp": 1664692480061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "cds", "timestamp": 1664692475361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "clamp", "timestamp": 1664692481689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692483837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "multicloud-k8s-id", "timestamp": 1664692486410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:37:41.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "cds", "timestamp": 1664692475361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "ves-openapi-manager", "timestamp": 1664692480061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "clamp", "timestamp": 1664692481689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692483837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "multicloud-k8s-id", "timestamp": 1664692486410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-02T06:37:41.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "cds", "timestamp": 1664692475361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "ves-openapi-manager", "timestamp": 1664692480061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "clamp", "timestamp": 1664692481689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75a68691-7b97-4228-b35b-2356f8678de5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692488109, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T06:37:41.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692483837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "multicloud-k8s-id", "timestamp": 1664692486410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "cds", "timestamp": 1664692475361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "ves-openapi-manager", "timestamp": 1664692480061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "clamp", "timestamp": 1664692481689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692483837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "multicloud-k8s-id", "timestamp": 1664692486410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-02T06:37:41.131Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "cds", "timestamp": 1664692475361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:37:41.131Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "ves-openapi-manager", "timestamp": 1664692480061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "clamp", "timestamp": 1664692481689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:37:41.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692483837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:37:41.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "multicloud-k8s-id", "timestamp": 1664692486410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "aai-ml", "timestamp": 1664692490210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "cds", "timestamp": 1664692491911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:37:41.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692491712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:37:41.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "multicloud-k8s-id", "timestamp": 1664692486410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:37:41.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "aai-ml", "timestamp": 1664692490210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "cds", "timestamp": 1664692492922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:37:41.155Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 86d1c201-7414-4d8d-8fb4-551227ef78b0 2022-10-02T06:37:41.155Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86d1c201-7414-4d8d-8fb4-551227ef78b0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:37:41.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "multicloud-k8s-id", "timestamp": 1664692494197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T06:37:41.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "aai-ml", "timestamp": 1664692490210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692489125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "multicloud-k8s-id", "timestamp": 1664692495285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T06:37:41.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "aai-ml", "timestamp": 1664692490210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692489125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:37:41.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692495151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:37:41.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "multicloud-k8s-id", "timestamp": 1664692496367, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-02T06:37:41.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "aai-ml", "timestamp": 1664692490210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692489125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-02T06:37:41.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664692496157, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:37:41.181Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 86d1c201-7414-4d8d-8fb4-551227ef78b0 2022-10-02T06:37:41.181Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86d1c201-7414-4d8d-8fb4-551227ef78b0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:37:41.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "multicloud-k8s-id", "timestamp": 1664692497393, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:37:41.200Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86d1c201-7414-4d8d-8fb4-551227ef78b0 2022-10-02T06:37:41.200Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86d1c201-7414-4d8d-8fb4-551227ef78b0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:37:41.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "aai-ml", "timestamp": 1664692490210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692489125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "multicloud-k8s-id", "timestamp": 1664692498398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T06:37:41.210Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "aai-ml", "timestamp": 1664692490210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:37:41.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692489125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-02T06:37:41.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "aai-ml", "timestamp": 1664692498079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:37:41.211Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692489125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:37:41.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "clamp", "timestamp": 1664692499581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:37:41.212Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692489125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:37:41.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-02T06:37:41.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692500729, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:37:41.213Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "clamp", "timestamp": 1664692502582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:37:41.214Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "clamp", "timestamp": 1664692503590, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:37:41.220Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 86d1c201-7414-4d8d-8fb4-551227ef78b0 2022-10-02T06:37:41.220Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86d1c201-7414-4d8d-8fb4-551227ef78b0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:37:41.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692503363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T06:37:41.236Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692504582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T06:37:41.237Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692505767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-02T06:37:41.237Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "aai-ml", "timestamp": 1664692506687, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:37:41.237Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692506887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T06:37:41.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "aai-ml", "timestamp": 1664692507693, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:37:41.243Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 86d1c201-7414-4d8d-8fb4-551227ef78b0 2022-10-02T06:37:41.243Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86d1c201-7414-4d8d-8fb4-551227ef78b0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:37:41.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692507891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-02T06:37:41.259Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692508895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-02T06:37:41.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:37:41.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:37:41.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692509899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:37:41.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:38:11.036Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:38:11.048Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:38:11.053Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:38:11.054Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-02T06:38:11.054Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-02T06:38:11.054Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-02T06:38:11.054Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:38:11.055Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:38:11.056Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:38:11.056Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:38:11.063Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:38:11.063Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:38:11.064Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:38:11.077Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-02T06:38:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:38:40.534Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:38:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:38:41.078Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-02T06:38:41.089Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 and serviceModelVersionId: cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a 2022-10-02T06:38:41.089Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 798ded65-92e1-4c8e-9757-7afe67ec1483 2022-10-02T06:38:41.092Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/798ded65-92e1-4c8e-9757-7afe67ec1483/model-vers/model-ver/cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a?depth=0 2022-10-02T06:38:41.113Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-02T06:38:41.217Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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/798ded65-92e1-4c8e-9757-7afe67ec1483/model-vers/model-ver/cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-10-02T06:38:41.219Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/798ded65-92e1-4c8e-9757-7afe67ec1483/model-vers/model-ver/cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a?depth=0|INFO|500||Invoke 2022-10-02T06:38:41.253Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/798ded65-92e1-4c8e-9757-7afe67ec1483/model-vers/model-ver/cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-02T06:38:41.427Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/798ded65-92e1-4c8e-9757-7afe67ec1483/model-vers/model-ver/cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a?depth=0|INFO|500||InvokeReturn 2022-10-02T06:38:41.428Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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/798ded65-92e1-4c8e-9757-7afe67ec1483/model-vers/model-ver/cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221002-06:38:42:080-22996], vertex-id=[172128], Content-Length=[0], Date=[Sun, 02 Oct 2022 06:38:42 GMT], Content-Type=[application/json]} 2022-10-02T06:38:41.428Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-10-02T06:38:41.428Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-02T06:38:41.428Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:38:41.436Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-02T06:38:41.437Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 86d1c201-7414-4d8d-8fb4-551227ef78b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-02T06:38:41.437Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-02T06:38:41.438Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:38:41.442Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:38:41.442Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692721437, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T06:38:41.542Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:38:41.543Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:38:41.543Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:38:41.554Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:38:41.555Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:38:42.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:38:42.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-02T06:38:42.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664692721437, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T06:38:42.173Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T06:38:42.459Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:38:42.459Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:38:42.460Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:38:52.769Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:38:52.770Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:38:52.770Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:38:52.771Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:39:02.314Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:39:02.315Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:39:02.316Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:39:02.316Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:39:11.854Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:39:11.855Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:39:11.855Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:39:11.855Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:39:21.394Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:39:21.395Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:39:21.396Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:39:21.396Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:39:30.932Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:39:30.933Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:39:30.933Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:39:30.934Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:39:40.481Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:39:40.482Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:39:40.483Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:39:40.483Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:39:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:39:40.534Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:39:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:39:50.029Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:39:50.030Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:39:50.031Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:39:50.031Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:39:50.099Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:39:59.592Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:40:40.527Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:40:40.528Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:40:40.528Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:40:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:40:40.534Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:40:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:40:50.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:40:50.074Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:41:40.527Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:41:40.528Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:41:40.528Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:41:40.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:41:40.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:41:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:41:50.071Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:41:50.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:42:40.527Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:42:40.528Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:42:40.528Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:42:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:42:40.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:42:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:42:50.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:42:50.084Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:43:40.527Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:43:40.528Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:43:40.529Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:43:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:43:40.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:43:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:43:41.172Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:43:41.173Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-02T06:43:41.174Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"507ca992-cc88-4a0e-ba20-673c43780c95","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a51db491-6ccb-4a71-ae5e-cc1c00792f59","serviceDescription":"service","serviceInvariantUUID":"9f67402c-1186-4c9f-85e6-ce04c807f32f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"84e68b4f-13f4-4c4e-88b3-f38b740a5b6c","resourceInvariantUUID":"2ec298c9-c692-4817-8364-20ef1093089e","resourceCustomizationUUID":"63dfb009-c605-4e8c-91c9-02a7f28e62e3","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":"NTU0ODI5ZGFkMTE4ZjE1NDZjMzllMzdjYTY0MDUwZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1a8269e-f664-4241-9812-b3bd044a184b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWFmYjlhZDExZWQwZGRkNTRkYmZlMmViN2EyZjRlMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f915879-2861-4d90-b4c0-645b1c0deb4d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-02T06:43:41.179Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:43:41.180Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:43:41.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:43:41.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693020527, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:43:41.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:43:41.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:43:41.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "aai-ml", "timestamp": 1664693000210, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:43:41.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:43:41.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:43:41.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "ves-openapi-manager", "timestamp": 1664693000060, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:43:41.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:43:41.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:43:41.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "multicloud-k8s-id", "timestamp": 1664693006410, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:43:41.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:43:41.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:43:41.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "cds", "timestamp": 1664693000371, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:43:41.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:43:41.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:43:41.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "aai-ml", "timestamp": 1664693000210, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:43:41.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:43:41.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:43:41.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "multicloud-k8s-id", "timestamp": 1664693006410, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:43:41.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:43:41.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:43:41.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "ves-openapi-manager", "timestamp": 1664693000060, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-02T06:43:41.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:43:41.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:43:41.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "cds", "timestamp": 1664693000371, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:43:41.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:43:41.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:43:41.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "aai-ml", "timestamp": 1664693009616, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:43:41.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:43:41.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:43:41.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "cds", "timestamp": 1664693010484, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:43:41.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:43:41.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:43:41.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "cds", "timestamp": 1664693011504, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:43:41.210Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 507ca992-cc88-4a0e-ba20-673c43780c95 2022-10-02T06:43:41.210Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 507ca992-cc88-4a0e-ba20-673c43780c95 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:43:41.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:43:41.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "aai-ml", "timestamp": 1664693014189, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:43:41.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:43:41.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:43:41.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "aai-ml", "timestamp": 1664693015194, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:43:41.224Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 507ca992-cc88-4a0e-ba20-673c43780c95 2022-10-02T06:43:41.224Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 507ca992-cc88-4a0e-ba20-673c43780c95 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:43:41.283Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:43:41.284Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:43:41.285Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:43:41.295Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:43:41.295Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:43:42.184Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:43:42.185Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:43:42.188Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:43:42.188Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693020527, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:43:42.288Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:43:42.289Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:43:42.289Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:43:42.299Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:43:42.299Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:43:43.192Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "a51db491-6ccb-4a71-ae5e-cc1c00792f59", "serviceDescription": "service", "serviceInvariantUUID": "9f67402c-1186-4c9f-85e6-ce04c807f32f", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "63dfb009-c605-4e8c-91c9-02a7f28e62e3", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "84e68b4f-13f4-4c4e-88b3-f38b740a5b6c", "resourceInvariantUUID": "2ec298c9-c692-4817-8364-20ef1093089e", "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": "MWFmYjlhZDExZWQwZGRkNTRkYmZlMmViN2EyZjRlMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6f915879-2861-4d90-b4c0-645b1c0deb4d" } ], "workloadContext": "Production" } 2022-10-02T06:43:43.193Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-02T06:43:43.193Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a51db491-6ccb-4a71-ae5e-cc1c00792f59 ASDC 2022-10-02T06:43:43.194Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:507ca992-cc88-4a0e-ba20-673c43780c95 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:a51db491-6ccb-4a71-ae5e-cc1c00792f59 ServiceInvariantUUID:9f67402c-1186-4c9f-85e6-ce04c807f32f 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:6f915879-2861-4d90-b4c0-645b1c0deb4d ArtifactChecksum:MWFmYjlhZDExZWQwZGRkNTRkYmZlMmViN2EyZjRlMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:63dfb009-c605-4e8c-91c9-02a7f28e62e3 ResourceInvariantUUID:2ec298c9-c692-4817-8364-20ef1093089e ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:84e68b4f-13f4-4c4e-88b3-f38b740a5b6c ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-10-02T06:43:43.194Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a51db491-6ccb-4a71-ae5e-cc1c00792f59 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T06:43:43.225Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T06:43:43.226Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:43:43.226Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:43:43.226Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6f915879-2861-4d90-b4c0-645b1c0deb4d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-02T06:43:43.226Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:43:43.227Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-02T06:43:43.343Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:43:43.346Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6f915879-2861-4d90-b4c0-645b1c0deb4d 57661 2022-10-02T06:43:43.347Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-02T06:43:43.347Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-02T06:43:43.347Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:43:43.348Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:43:43.350Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:43:43.350Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693023347, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:43:43.450Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:43:43.451Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:43:43.451Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:43:43.463Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:43:43.463Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:43:44.351Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T06:43:44.353Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:43:44.353Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6f915879-2861-4d90-b4c0-645b1c0deb4d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-02T06:43:44.354Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-10-02T06:43:44.354Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-02T06:43:44.354Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-02T06:43:44.514Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17973613837606481378/Definitions/service-BasicNetwork-template.yml 2022-10-02T06:43:45.154Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-02T06:43:45.154Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-02T06:43:45.154Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-02T06:43:45.155Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-10-02T06:43:45.155Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-02T06:43:45.155Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-02T06:43:45.155Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-02T06:43:45.155Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-02T06:43:45.156Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-02T06:43:45.156Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-02T06:43:45.156Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-02T06:43:45.156Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-02T06:43:45.156Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-02T06:43:45.157Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:43:45.157Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:43:45.157Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-02T06:43:45.158Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-02T06:43:45.158Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T06:43:45.158Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:43:45.159Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:43:45.159Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-02T06:43:45.159Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-02T06:43:45.159Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T06:43:45.159Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:43:45.160Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:43:45.160Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:43:45.160Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:43:45.160Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:43:45.161Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:43:45.161Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:43:45.161Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:43:45.161Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:43:45.161Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:43:45.162Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:a51db491-6ccb-4a71-ae5e-cc1c00792f59 Model Version:NULL Model InvariantUuid:9f67402c-1186-4c9f-85e6-ce04c807f32f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:2ec298c9-c692-4817-8364-20ef1093089e Model UUID:88525ffd-6858-4bda-93ba-1ac8046abe68 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:63dfb009-c605-4e8c-91c9-02a7f28e62e3 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-02T06:43:45.169Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 84e68b4f-13f4-4c4e-88b3-f38b740a5b6c 2022-10-02T06:43:45.170Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||No resources found for Service: a51db491-6ccb-4a71-ae5e-cc1c00792f59 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:43:45.176Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500|| 2022-10-02T06:43:45.176Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-10-02T06:43:45.177Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||No resources found for Service: a51db491-6ccb-4a71-ae5e-cc1c00792f59 2022-10-02T06:43:45.177Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a51db491-6ccb-4a71-ae5e-cc1c00792f59 2022-10-02T06:43:45.177Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-10-02T06:43:45.177Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:43:45.183Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cac6e63, org.onap.sdc.toscaparser.api.parameters.Input@525b9961, org.onap.sdc.toscaparser.api.parameters.Input@2e1d9468, org.onap.sdc.toscaparser.api.parameters.Input@787a485b, org.onap.sdc.toscaparser.api.parameters.Input@772aee41] 2022-10-02T06:43:45.184Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:43:45.185Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:43:45.185Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:43:45.185Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:43:45.186Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a51db491-6ccb-4a71-ae5e-cc1c00792f59: Generic NeutronNet 2022-10-02T06:43:45.186Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:43:45.186Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:43:45.186Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:43:45.186Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-10-02T06:43:45.224Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:43:45.225Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:43:45.225Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:43:45.225Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:43:45.225Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:43:45.226Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:43:45.226Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-10-02T06:43:45.284Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-10-02T06:43:45.285Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-02T06:43:45.285Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-02T06:43:45.285Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:43:45.285Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:43:45.287Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:43:45.287Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693025284, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:43:45.387Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:43:45.388Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:43:45.388Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:43:45.399Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:43:45.400Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:43:46.288Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:43:46.300Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:43:46.302Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:43:46.302Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-02T06:43:46.302Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:43:46.303Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:44:16.303Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:44:16.314Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:44:16.317Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:44:16.317Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-02T06:44:16.317Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:44:16.317Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:44:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:44:40.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:44:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:44:40.666Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:44:40.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:44:40.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693020527, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:44:40.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:44:46.318Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:44:46.329Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:44:46.331Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:44:46.331Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-02T06:44:46.332Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:44:46.332Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:45:16.332Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:45:16.356Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:45:16.359Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:45:16.359Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-02T06:45:16.359Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T06:45:16.359Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T06:45:40.534Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:45:40.536Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:45:40.536Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:45:40.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:45:40.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "clamp", "timestamp": 1664693021690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693020527, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:45:40.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "clamp", "timestamp": 1664693021690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:45:40.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693023347, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:45:40.599Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693023837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693023837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:45:40.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693025284, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:45:40.600Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693026683, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:45:40.601Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "multicloud-k8s-id", "timestamp": 1664693026410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "ves-openapi-manager", "timestamp": 1664693020060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "multicloud-k8s-id", "timestamp": 1664693026410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "ves-openapi-manager", "timestamp": 1664693020060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693028721, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:45:40.604Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "multicloud-k8s-id", "timestamp": 1664693026410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "ves-openapi-manager", "timestamp": 1664693020060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "clamp", "timestamp": 1664693029645, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:45:40.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693029766, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:45:40.614Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 507ca992-cc88-4a0e-ba20-673c43780c95 2022-10-02T06:45:40.615Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 507ca992-cc88-4a0e-ba20-673c43780c95 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:45:40.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "multicloud-k8s-id", "timestamp": 1664693026410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "ves-openapi-manager", "timestamp": 1664693020060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "cds", "timestamp": 1664693030353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "aai-ml", "timestamp": 1664693030210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "multicloud-k8s-id", "timestamp": 1664693026410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "ves-openapi-manager", "timestamp": 1664693020060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "cds", "timestamp": 1664693030353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "clamp", "timestamp": 1664693031654, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:45:40.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "aai-ml", "timestamp": 1664693030210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "multicloud-k8s-id", "timestamp": 1664693026410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "cds", "timestamp": 1664693030353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "ves-openapi-manager", "timestamp": 1664693020060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-02T06:45:40.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "clamp", "timestamp": 1664693032662, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:45:40.654Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 507ca992-cc88-4a0e-ba20-673c43780c95 2022-10-02T06:45:40.654Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 507ca992-cc88-4a0e-ba20-673c43780c95 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:45:40.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "aai-ml", "timestamp": 1664693030210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "multicloud-k8s-id", "timestamp": 1664693026410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "cds", "timestamp": 1664693030353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "ves-openapi-manager", "timestamp": 1664693020060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "aai-ml", "timestamp": 1664693030210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "multicloud-k8s-id", "timestamp": 1664693026410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:45:40.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "cds", "timestamp": 1664693030353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "ves-openapi-manager", "timestamp": 1664693020060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "aai-ml", "timestamp": 1664693030210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "cds", "timestamp": 1664693030353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "ves-openapi-manager", "timestamp": 1664693034863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T06:45:40.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "aai-ml", "timestamp": 1664693030210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "cds", "timestamp": 1664693030353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "aai-ml", "timestamp": 1664693030210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "ves-openapi-manager", "timestamp": 1664693036292, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-02T06:45:40.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "cds", "timestamp": 1664693030353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:45:40.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "aai-ml", "timestamp": 1664693030210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:45:40.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "ves-openapi-manager", "timestamp": 1664693037317, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:45:40.691Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe 2022-10-02T06:45:40.691Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:45:40.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "cds", "timestamp": 1664693039131, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:45:40.700Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "aai-ml", "timestamp": 1664693038995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:45:40.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "cds", "timestamp": 1664693040142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:45:40.706Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe 2022-10-02T06:45:40.706Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:45:40.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "aai-ml", "timestamp": 1664693044201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:45:40.716Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "aai-ml", "timestamp": 1664693045205, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:45:40.721Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe 2022-10-02T06:45:40.721Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:45:40.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "clamp", "timestamp": 1664693051690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "clamp", "timestamp": 1664693051690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "clamp", "timestamp": 1664693051690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693053841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "clamp", "timestamp": 1664693051690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693053841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "clamp", "timestamp": 1664693051690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693053841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "clamp", "timestamp": 1664693051690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693053841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "clamp", "timestamp": 1664693051690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693053841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "clamp", "timestamp": 1664693051690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:45:40.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693053841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693053841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:45:40.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693053841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:45:40.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:45:40.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693062698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:45:40.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "clamp", "timestamp": 1664693064645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:45:40.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693065314, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:45:40.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "clamp", "timestamp": 1664693065666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:45:40.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:45:40.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693066329, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:45:40.751Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe 2022-10-02T06:45:40.751Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:45:40.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:45:40.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "clamp", "timestamp": 1664693066671, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:45:40.765Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe 2022-10-02T06:45:40.765Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:45:46.359Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:45:46.373Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:45:46.376Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:45:46.376Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-02T06:45:46.376Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-02T06:45:46.376Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-02T06:45:46.377Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:45:46.377Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:45:46.377Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:45:46.377Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:45:46.378Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:45:46.378Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:45:46.383Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-02T06:46:16.383Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-02T06:46:16.388Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 507ca992-cc88-4a0e-ba20-673c43780c95 and serviceModelVersionId: a51db491-6ccb-4a71-ae5e-cc1c00792f59 2022-10-02T06:46:16.388Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f67402c-1186-4c9f-85e6-ce04c807f32f 2022-10-02T06:46:16.390Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f67402c-1186-4c9f-85e6-ce04c807f32f/model-vers/model-ver/a51db491-6ccb-4a71-ae5e-cc1c00792f59?depth=0 2022-10-02T06:46:16.399Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-02T06:46:16.469Z|507ca992-cc88-4a0e-ba20-673c43780c95|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/9f67402c-1186-4c9f-85e6-ce04c807f32f/model-vers/model-ver/a51db491-6ccb-4a71-ae5e-cc1c00792f59?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-10-02T06:46:16.472Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f67402c-1186-4c9f-85e6-ce04c807f32f/model-vers/model-ver/a51db491-6ccb-4a71-ae5e-cc1c00792f59?depth=0|INFO|500||Invoke 2022-10-02T06:46:16.500Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f67402c-1186-4c9f-85e6-ce04c807f32f/model-vers/model-ver/a51db491-6ccb-4a71-ae5e-cc1c00792f59?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-02T06:46:16.667Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f67402c-1186-4c9f-85e6-ce04c807f32f/model-vers/model-ver/a51db491-6ccb-4a71-ae5e-cc1c00792f59?depth=0|INFO|500||InvokeReturn 2022-10-02T06:46:16.669Z|507ca992-cc88-4a0e-ba20-673c43780c95|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/9f67402c-1186-4c9f-85e6-ce04c807f32f/model-vers/model-ver/a51db491-6ccb-4a71-ae5e-cc1c00792f59?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221002-06:46:17:336-3540], vertex-id=[159960], Content-Length=[0], Date=[Sun, 02 Oct 2022 06:46:17 GMT], Content-Type=[application/json]} 2022-10-02T06:46:16.669Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-10-02T06:46:16.669Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-02T06:46:16.670Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:46:16.675Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-02T06:46:16.675Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 507ca992-cc88-4a0e-ba20-673c43780c95 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-02T06:46:16.675Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-02T06:46:16.676Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:46:16.679Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:46:16.679Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693176675, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T06:46:16.779Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:46:16.780Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:46:16.780Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:46:16.793Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:46:16.793Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T06:46:17.690Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:46:17.690Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:46:17.690Z|507ca992-cc88-4a0e-ba20-673c43780c95|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:46:22.100Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:46:22.101Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-02T06:46:22.101Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe","serviceName":"Demo_pNF_ziG6vfkMzKBfFGDQACsh","serviceVersion":"1.0","serviceUUID":"e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2","serviceDescription":"catalog service description","serviceInvariantUUID":"d06d6d50-0652-4016-ba6a-6454ebf00d66","resources":[{"resourceInstanceName":"pNF a426439c-7da6 0","resourceName":"pNF a426439c-7da6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0c3c93f3-8b7b-4ba8-8ece-df532afee1a7","resourceInvariantUUID":"336e8f21-6012-4ee3-bd24-5d569d4ba41b","resourceCustomizationUUID":"b7af52aa-f665-41b4-aa19-9af4e25eaf05","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml","artifactChecksum":"OWQ4NmIyMWJjMDVkNjFjZjJjODU2ZjM1YzE1NzdlMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c594821-5d66-4a8e-91cc-02e8d085e872","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar","artifactChecksum":"ZThjMzNkNmZjMjIzM2U1NWNhYzNlOGE0ZDZkZTJhN2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f72f3afc-e5a9-4d3a-918c-f12fc99cb06a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cf1cc224-258e-4878-b4ee-6a0d0ccf1a6b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml","artifactChecksum":"ZDQwMDc0YTlhNzIxNmYzYzViZDE3ZDJjZDI2NWJjNmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"83995581-d747-448f-8817-0b16639c184d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9197e440-d359-42cd-a929-db5f34c790df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5e9b56ad-dfd9-4f97-8193-ea9402c8143d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml","artifactChecksum":"ZGUyOTIzNzUzNzUyMWVkMzg1MjA4NTJjNzFkMTc4ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1422252-e8d8-445e-83af-7fcf20e28416","artifactVersion":"1"},{"artifactName":"service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar","artifactChecksum":"ODdmYjAwNGU4YTkxZGVmZWMzNmMzOGRkZjg0MGE1N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c18b744-81c0-41a1-8620-df2759c541f9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-02T06:46:22.104Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:46:22.105Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:46:22.107Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:46:22.107Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:22.207Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:46:22.208Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:46:22.208Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:46:22.218Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:46:22.219Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:46:23.108Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:46:23.108Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:46:23.111Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:46:23.111Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:23.211Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:46:23.212Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:46:23.212Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:46:23.236Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:46:23.236Z||pool-41-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:46:24.111Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:46:24.112Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:46:24.114Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:46:24.114Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:24.214Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:46:24.215Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:46:24.215Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:46:24.226Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:46:24.226Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:46:25.114Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:46:25.116Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:46:25.118Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:46:25.118Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:25.218Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:46:25.219Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:46:25.219Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:46:25.229Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:46:25.230Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:46:26.119Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:46:26.119Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:46:26.122Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:46:26.122Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:26.222Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:46:26.223Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:46:26.223Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:46:26.233Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:46:26.233Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:46:27.122Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:46:27.123Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:46:27.127Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:46:27.127Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:27.225Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-10-02T06:46:27.226Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:46:27.227Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:46:27.242Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:46:27.243Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:46:28.128Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:46:28.129Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:46:28.131Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:46:28.131Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:28.231Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:46:28.232Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:46:28.232Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:46:28.246Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:46:28.247Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:46:29.131Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:46:29.132Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:46:29.134Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:46:29.134Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:46:29.235Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:46:29.236Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:46:29.236Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:46:29.247Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:46:29.247Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:46:30.136Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "serviceName": "Demo_pNF_ziG6vfkMzKBfFGDQACsh", "serviceVersion": "1.0", "serviceUUID": "e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d06d6d50-0652-4016-ba6a-6454ebf00d66", "resources": [ { "resourceInstanceName": "pNF a426439c-7da6 0", "resourceCustomizationUUID": "b7af52aa-f665-41b4-aa19-9af4e25eaf05", "resourceName": "pNF a426439c-7da6", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0c3c93f3-8b7b-4ba8-8ece-df532afee1a7", "resourceInvariantUUID": "336e8f21-6012-4ee3-bd24-5d569d4ba41b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "artifactChecksum": "ODdmYjAwNGU4YTkxZGVmZWMzNmMzOGRkZjg0MGE1N2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c18b744-81c0-41a1-8620-df2759c541f9" } ], "workloadContext": "Production" } 2022-10-02T06:46:30.136Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-02T06:46:30.136Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2 ASDC 2022-10-02T06:46:30.137Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe ServiceName:Demo_pNF_ziG6vfkMzKBfFGDQACsh ServiceVersion:1.0 ServiceUUID:e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2 ServiceInvariantUUID:d06d6d50-0652-4016-ba6a-6454ebf00d66 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar ArtifactUUID:0c18b744-81c0-41a1-8620-df2759c541f9 ArtifactChecksum:ODdmYjAwNGU4YTkxZGVmZWMzNmMzOGRkZjg0MGE1N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a426439c-7da6 0 ResourceCustomizationUUID:b7af52aa-f665-41b4-aa19-9af4e25eaf05 ResourceInvariantUUID:336e8f21-6012-4ee3-bd24-5d569d4ba41b ResourceName:pNF a426439c-7da6 ResourceType:PNF ResourceUUID:0c3c93f3-8b7b-4ba8-8ece-df532afee1a7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-02T06:46:30.137Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T06:46:30.166Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T06:46:30.167Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:46:30.167Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:46:30.168Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0c18b744-81c0-41a1-8620-df2759c541f9 from URL: /sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:30.168Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:46:30.168Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:30.284Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:46:30.289Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 0c18b744-81c0-41a1-8620-df2759c541f9 87793 2022-10-02T06:46:30.289Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar ASDC sendASDCNotification 2022-10-02T06:46:30.289Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:30.289Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:46:30.290Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:46:30.292Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:46:30.292Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693190289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:30.392Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:46:30.393Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:46:30.393Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:46:30.403Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:46:30.404Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:46:31.292Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T06:46:31.293Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:46:31.294Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0c18b744-81c0-41a1-8620-df2759c541f9, URL: /sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar to file: /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:31.294Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:31.295Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:31.295Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:31.478Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6169137011751937484/Definitions/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml 2022-10-02T06:46:32.446Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|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-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a426439c-7da6 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-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|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-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|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-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-02T06:46:32.448Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:46:32.448Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:46:32.448Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Node template pNF a426439c-7da6 0 is matching search criteria 2022-10-02T06:46:32.448Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-02T06:46:32.448Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a426439c-7da6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T06:46:32.449Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:46:32.449Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:46:32.449Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Node template pNF a426439c-7da6 0 is matching search criteria 2022-10-02T06:46:32.449Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-02T06:46:32.449Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a426439c-7da6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T06:46:32.449Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:46:32.449Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:46:32.450Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:46:32.450Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:46:32.450Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:46:32.450Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:46:32.450Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:46:32.450Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:46:32.451Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:46:32.451Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:46:32.451Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ziG6vfkMzKBfFGDQACsh Description:catalog service description Model UUID:e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2 Model Version:NULL Model InvariantUuid:d06d6d50-0652-4016-ba6a-6454ebf00d66 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-02T06:46:32.460Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0c3c93f3-8b7b-4ba8-8ece-df532afee1a7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:46:32.464Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||pNF a426439c-7da6 0 2022-10-02T06:46:32.464Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0c3c93f3-8b7b-4ba8-8ece-df532afee1a7 2022-10-02T06:46:32.464Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2 2022-10-02T06:46:32.464Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2 2022-10-02T06:46:32.464Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a426439c-7da6 0 0c3c93f3-8b7b-4ba8-8ece-df532afee1a7 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:46:32.470Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d8d1ed8, org.onap.sdc.toscaparser.api.parameters.Input@6d09f891, org.onap.sdc.toscaparser.api.parameters.Input@4b7d05db, org.onap.sdc.toscaparser.api.parameters.Input@34391e83, org.onap.sdc.toscaparser.api.parameters.Input@6197ad02] 2022-10-02T06:46:32.470Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:46:32.470Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:46:32.471Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2: pNF a426439c-7da6 2022-10-02T06:46:32.471Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||Processing PNF resource: 0c3c93f3-8b7b-4ba8-8ece-df532afee1a7 2022-10-02T06:46:32.471Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:46:32.471Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:46:32.472Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||Resource customization UUID: b7af52aa-f665-41b4-aa19-9af4e25eaf05 is the same as notified resource customizationUUID: b7af52aa-f665-41b4-aa19-9af4e25eaf05 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-10-02T06:46:32.519Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a426439c-7da6 0c3c93f3-8b7b-4ba8-8ece-df532afee1a7 0 ASDC deployResourceStructure 2022-10-02T06:46:32.520Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar ASDC sendASDCNotification 2022-10-02T06:46:32.520Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 2022-10-02T06:46:32.520Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:46:32.520Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:46:32.522Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:46:32.522Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693192520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:46:32.622Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T06:46:32.623Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:46:32.624Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:46:32.633Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:46:32.633Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:46:33.523Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:46:33.535Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:46:33.538Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:46:33.538Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-02T06:46:33.538Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-02T06:46:33.538Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-02T06:46:33.538Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:46:33.538Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:46:33.538Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:46:33.538Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:46:33.538Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:46:33.538Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:46:33.538Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:46:33.543Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-02T06:46:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:46:40.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:46:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:46:40.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:46:40.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "cds", "timestamp": 1664693075353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "clamp", "timestamp": 1664693081689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "ves-openapi-manager", "timestamp": 1664693080061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "cds", "timestamp": 1664693075353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "clamp", "timestamp": 1664693081689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:46:40.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "ves-openapi-manager", "timestamp": 1664693080061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "cds", "timestamp": 1664693075353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "clamp", "timestamp": 1664693081689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "ves-openapi-manager", "timestamp": 1664693080061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693083837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "cds", "timestamp": 1664693075353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "clamp", "timestamp": 1664693081689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "ves-openapi-manager", "timestamp": 1664693080061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693083837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "multicloud-k8s-id", "timestamp": 1664693086410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "cds", "timestamp": 1664693075353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "clamp", "timestamp": 1664693081689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "ves-openapi-manager", "timestamp": 1664693080061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693083837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "multicloud-k8s-id", "timestamp": 1664693086410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:46:40.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "cds", "timestamp": 1664693075353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "clamp", "timestamp": 1664693081689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "ves-openapi-manager", "timestamp": 1664693080061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693083837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "multicloud-k8s-id", "timestamp": 1664693086410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-02T06:46:40.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "cds", "timestamp": 1664693075353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:46:40.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "clamp", "timestamp": 1664693081689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:46:40.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "ves-openapi-manager", "timestamp": 1664693080061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693083837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "multicloud-k8s-id", "timestamp": 1664693086410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "cds", "timestamp": 1664693089942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.578Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693083837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "multicloud-k8s-id", "timestamp": 1664693086410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-02T06:46:40.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "cds", "timestamp": 1664693090951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:46:40.593Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6519b306-987f-4b5a-9a22-fffe454d58cb 2022-10-02T06:46:40.594Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6519b306-987f-4b5a-9a22-fffe454d58cb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:46:40.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693083837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:46:40.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "multicloud-k8s-id", "timestamp": 1664693086410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693091697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "multicloud-k8s-id", "timestamp": 1664693086410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:46:40.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "cds", "timestamp": 1664693091957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "multicloud-k8s-id", "timestamp": 1664693094187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.604Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "cds", "timestamp": 1664693091957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "multicloud-k8s-id", "timestamp": 1664693095278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.605Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "cds", "timestamp": 1664693091957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693095007, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:46:40.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "cds", "timestamp": 1664693091957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "multicloud-k8s-id", "timestamp": 1664693096384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.607Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693096013, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:46:40.612Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6519b306-987f-4b5a-9a22-fffe454d58cb 2022-10-02T06:46:40.612Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6519b306-987f-4b5a-9a22-fffe454d58cb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:46:40.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "cds", "timestamp": 1664693091957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "multicloud-k8s-id", "timestamp": 1664693097411, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:46:40.623Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6519b306-987f-4b5a-9a22-fffe454d58cb 2022-10-02T06:46:40.623Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6519b306-987f-4b5a-9a22-fffe454d58cb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:46:40.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "cds", "timestamp": 1664693091957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "multicloud-k8s-id", "timestamp": 1664693098438, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T06:46:40.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:46:40.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "cds", "timestamp": 1664693091957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "aai-ml", "timestamp": 1664693098026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "cds", "timestamp": 1664693091957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "clamp", "timestamp": 1664693099652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "cds", "timestamp": 1664693091957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:46:40.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "cds", "timestamp": 1664693102057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "clamp", "timestamp": 1664693101666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:46:40.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "ves-openapi-manager", "timestamp": 1664693100064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "cds", "timestamp": 1664693103067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:46:40.647Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 2022-10-02T06:46:40.647Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:46:40.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "clamp", "timestamp": 1664693102673, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:46:40.659Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6519b306-987f-4b5a-9a22-fffe454d58cb 2022-10-02T06:46:40.659Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6519b306-987f-4b5a-9a22-fffe454d58cb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:46:40.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "ves-openapi-manager", "timestamp": 1664693100064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "ves-openapi-manager", "timestamp": 1664693100064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "ves-openapi-manager", "timestamp": 1664693100064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "ves-openapi-manager", "timestamp": 1664693100064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693106410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "ves-openapi-manager", "timestamp": 1664693100064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693106410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-02T06:46:40.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "aai-ml", "timestamp": 1664693106784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:46:40.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "ves-openapi-manager", "timestamp": 1664693100064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693106410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-02T06:46:40.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "aai-ml", "timestamp": 1664693107788, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:46:40.677Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6519b306-987f-4b5a-9a22-fffe454d58cb 2022-10-02T06:46:40.677Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6519b306-987f-4b5a-9a22-fffe454d58cb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:46:40.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "ves-openapi-manager", "timestamp": 1664693100064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693106410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:46:40.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "ves-openapi-manager", "timestamp": 1664693100064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693106410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-02T06:46:40.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693106410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693106410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-02T06:46:40.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "clamp", "timestamp": 1664693111692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693106410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "clamp", "timestamp": 1664693111692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693106410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:46:40.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "clamp", "timestamp": 1664693111692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693113837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693116150, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.698Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "clamp", "timestamp": 1664693111692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:46:40.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693113837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693117287, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "clamp", "timestamp": 1664693111692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693113837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693118431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "aai-ml", "timestamp": 1664693090210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:46:40.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "clamp", "timestamp": 1664693111692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693113837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693119547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "clamp", "timestamp": 1664693111692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "aai-ml", "timestamp": 1664693117965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693113837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "clamp", "timestamp": 1664693111692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693120604, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:46:40.712Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 2022-10-02T06:46:40.712Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:46:40.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693113837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "clamp", "timestamp": 1664693111692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:46:40.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "multicloud-k8s-id", "timestamp": 1664693121611, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T06:46:40.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693113837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693113837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:46:40.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693113837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:46:40.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:46:40.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693123663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "aai-ml", "timestamp": 1664693125103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:46:40.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "aai-ml", "timestamp": 1664693126107, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:46:40.730Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 2022-10-02T06:46:40.730Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:46:40.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693126613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:46:40.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664693127617, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:46:40.742Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 2022-10-02T06:46:40.742Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:46:40.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "clamp", "timestamp": 1664693131652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:46:40.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "clamp", "timestamp": 1664693133663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:46:40.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:46:40.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:46:40.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "clamp", "timestamp": 1664693134668, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:46:40.757Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 2022-10-02T06:46:40.758Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:47:03.543Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-02T06:47:03.550Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe and serviceModelVersionId: e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2 2022-10-02T06:47:03.550Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d06d6d50-0652-4016-ba6a-6454ebf00d66 2022-10-02T06:47:03.552Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d06d6d50-0652-4016-ba6a-6454ebf00d66/model-vers/model-ver/e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2?depth=0 2022-10-02T06:47:03.556Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-02T06:47:03.672Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|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/d06d6d50-0652-4016-ba6a-6454ebf00d66/model-vers/model-ver/e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-10-02T06:47:03.673Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d06d6d50-0652-4016-ba6a-6454ebf00d66/model-vers/model-ver/e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2?depth=0|INFO|500||Invoke 2022-10-02T06:47:03.727Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d06d6d50-0652-4016-ba6a-6454ebf00d66/model-vers/model-ver/e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-02T06:47:03.956Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d06d6d50-0652-4016-ba6a-6454ebf00d66/model-vers/model-ver/e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2?depth=0|INFO|500||InvokeReturn 2022-10-02T06:47:03.957Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|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/d06d6d50-0652-4016-ba6a-6454ebf00d66/model-vers/model-ver/e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221002-06:47:04:566-17203], vertex-id=[266416], Content-Length=[0], Date=[Sun, 02 Oct 2022 06:47:04 GMT], Content-Type=[application/json]} 2022-10-02T06:47:03.958Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-10-02T06:47:03.958Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-02T06:47:03.958Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:47:03.965Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-02T06:47:03.965Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-02T06:47:03.966Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-02T06:47:03.966Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:03.969Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:03.969Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693223965, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T06:47:04.069Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:04.080Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:04.080Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:04.094Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:04.103Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T06:47:04.980Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-02T06:47:04.981Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6519b306-987f-4b5a-9a22-fffe454d58cb","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"da0d77d1-72b7-445f-a587-4cb570b605d9","serviceDescription":"service","serviceInvariantUUID":"e7d0d5ca-ec45-400d-99c7-66e046afa4e5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d8106d87-a1f7-4b9b-8422-8b53de32ad0a","resourceInvariantUUID":"b29a9336-bb7e-43d0-8429-3c6f55bf00fe","resourceCustomizationUUID":"d25f6a94-eeca-4763-86f8-a223e50305cc","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":"OWY2OWJiNWZiOTQ5Mzc1ZmQyODQ2OWNkNWM3YTczMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4cce184-18cc-42b2-a20f-c79f896d5588","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":"ZmIxZTUxZTc1NDE2NTk5MDBkMDE4Yzc4MmU2NTczNzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1590136-9c04-4ca4-958a-a78b7381b092","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":"43f124b2-0b90-4880-a8b7-8a1f368b96f3","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":"29b33ced-b2cb-48e7-ba47-04ac09f4c60b","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":"97d356e0-1934-4dd5-8837-acd5294da5b0","artifactVersion":"2","generatedFromUUID":"43f124b2-0b90-4880-a8b7-8a1f368b96f3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzY3ZTY1ZTM4MDBkOWY0YTU0NTU0ZTUyNmQ4MzBmYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"607516e4-8091-4598-aa08-7fd77e4e5848","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDY4MDE5OGI1MDY0YjdiNDNlMWNhMGZlM2ViNTg5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e1e2cd0-352b-4e2b-9cf5-b0c84c53e105","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-02T06:47:04.981Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:47:04.982Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:04.984Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:04.984Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:47:05.084Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:05.085Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:05.085Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:05.096Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:05.097Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:05.984Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:47:05.985Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:05.987Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:05.987Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:47:06.088Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T06:47:06.088Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:06.089Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:06.098Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:06.099Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:06.988Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:47:06.990Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:06.992Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:06.993Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-02T06:47:07.094Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-02T06:47:07.095Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:07.095Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:07.105Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:07.105Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:07.994Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:47:07.995Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:07.997Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:07.998Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:47:08.097Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T06:47:08.098Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:08.099Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:08.109Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:08.109Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:08.998Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:47:08.999Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:09.001Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:09.001Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-02T06:47:09.101Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:09.102Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:09.102Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:09.114Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:09.115Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:47:10.002Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:47:10.003Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:10.005Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:10.005Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:47:10.105Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:10.106Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:10.106Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:10.115Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:10.116Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:11.006Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:47:11.007Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:11.009Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:11.009Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:47:11.109Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:11.110Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:11.110Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:11.119Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:11.120Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:12.012Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "da0d77d1-72b7-445f-a587-4cb570b605d9", "serviceDescription": "service", "serviceInvariantUUID": "e7d0d5ca-ec45-400d-99c7-66e046afa4e5", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "d25f6a94-eeca-4763-86f8-a223e50305cc", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d8106d87-a1f7-4b9b-8422-8b53de32ad0a", "resourceInvariantUUID": "b29a9336-bb7e-43d0-8429-3c6f55bf00fe", "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": "ZmIxZTUxZTc1NDE2NTk5MDBkMDE4Yzc4MmU2NTczNzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1590136-9c04-4ca4-958a-a78b7381b092", "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": "43f124b2-0b90-4880-a8b7-8a1f368b96f3", "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": "97d356e0-1934-4dd5-8837-acd5294da5b0", "generatedFromUUID": "43f124b2-0b90-4880-a8b7-8a1f368b96f3" }, "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": "97d356e0-1934-4dd5-8837-acd5294da5b0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NDY4MDE5OGI1MDY0YjdiNDNlMWNhMGZlM2ViNTg5ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e1e2cd0-352b-4e2b-9cf5-b0c84c53e105" } ], "workloadContext": "Production" } 2022-10-02T06:47:12.012Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-02T06:47:12.012Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da0d77d1-72b7-445f-a587-4cb570b605d9 ASDC 2022-10-02T06:47:12.013Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:6519b306-987f-4b5a-9a22-fffe454d58cb ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:da0d77d1-72b7-445f-a587-4cb570b605d9 ServiceInvariantUUID:e7d0d5ca-ec45-400d-99c7-66e046afa4e5 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:8e1e2cd0-352b-4e2b-9cf5-b0c84c53e105 ArtifactChecksum:NDY4MDE5OGI1MDY0YjdiNDNlMWNhMGZlM2ViNTg5ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:d25f6a94-eeca-4763-86f8-a223e50305cc ResourceInvariantUUID:b29a9336-bb7e-43d0-8429-3c6f55bf00fe ResourceName:basic_vm ResourceType:VF ResourceUUID:d8106d87-a1f7-4b9b-8422-8b53de32ad0a 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:e1590136-9c04-4ca4-958a-a78b7381b092 ArtifactChecksum:ZmIxZTUxZTc1NDE2NTk5MDBkMDE4Yzc4MmU2NTczNzY= 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:43f124b2-0b90-4880-a8b7-8a1f368b96f3 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:97d356e0-1934-4dd5-8837-acd5294da5b0 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:97d356e0-1934-4dd5-8837-acd5294da5b0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-02T06:47:12.013Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da0d77d1-72b7-445f-a587-4cb570b605d9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T06:47:12.060Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T06:47:12.060Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:47:12.061Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:47:12.061Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8e1e2cd0-352b-4e2b-9cf5-b0c84c53e105 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-02T06:47:12.061Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:47:12.061Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-02T06:47:12.145Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:47:12.149Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 8e1e2cd0-352b-4e2b-9cf5-b0c84c53e105 74805 2022-10-02T06:47:12.149Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-02T06:47:12.149Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-02T06:47:12.149Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:47:12.150Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:12.151Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:12.152Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693232149, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:47:12.252Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:12.253Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:12.253Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:12.264Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:12.264Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:13.152Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T06:47:13.153Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:47:13.154Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8e1e2cd0-352b-4e2b-9cf5-b0c84c53e105, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-02T06:47:13.154Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-10-02T06:47:13.155Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-02T06:47:13.155Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-10-02T06:47:13.267Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5571097946312133899/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-02T06:47:14.552Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-02T06:47:14.553Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-02T06:47:14.553Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-02T06:47:14.553Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-02T06:47:14.553Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-02T06:47:14.554Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-02T06:47:14.554Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-02T06:47:14.554Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-02T06:47:14.554Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-02T06:47:14.554Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-02T06:47:14.555Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-02T06:47:14.555Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-02T06:47:14.555Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:14.555Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:14.556Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-02T06:47:14.556Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-02T06:47:14.556Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T06:47:14.556Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:14.556Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:14.557Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-02T06:47:14.557Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-02T06:47:14.557Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T06:47:14.557Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:14.557Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:14.558Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:14.558Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-02T06:47:14.558Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-02T06:47:14.558Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-02T06:47:14.558Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-02T06:47:14.558Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-02T06:47:14.559Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-02T06:47:14.559Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:14.559Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-02T06:47:14.560Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:14.560Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-02T06:47:14.560Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:47:14.560Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:14.560Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-02T06:47:14.560Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:47:14.561Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:14.561Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-02T06:47:14.561Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:47:14.561Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:14.562Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-02T06:47:14.562Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-02T06:47:14.562Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-02T06:47:14.562Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3fef6f94-c0d9-4be0-8af7-d469c52262ed 2022-10-02T06:47:14.563Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:14.563Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:14.563Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:14.563Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:14.563Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:14.564Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:14.564Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:14.564Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:14.564Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:da0d77d1-72b7-445f-a587-4cb570b605d9 Model Version:NULL Model InvariantUuid:e7d0d5ca-ec45-400d-99c7-66e046afa4e5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:43c96a2d-493a-4896-afac-d3ce7dd0ca53 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b29a9336-bb7e-43d0-8429-3c6f55bf00fe Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d25f6a94-eeca-4763-86f8-a223e50305cc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:35401d4b-c483-443f-9517-0062b77ee00b ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:9b53ffda-8286-4c8d-ab62-2be840a3b1a6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3fef6f94-c0d9-4be0-8af7-d469c52262ed ModelInvariantUuid:ff1efdba-76d5-4a1b-8afa-cf3b5f259130 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:7caea18a-f434-4517-ab67-c5942b10c153 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:aff14057-ea41-4447-b78a-b16823cc97b9 ModelInvariantUuid:f06b1123-5aec-4369-9ce4-3e289ce47d3e ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:42dec76a-4d20-4fb5-a043-4cbb9bc5dd12 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-02T06:47:14.572Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d8106d87-a1f7-4b9b-8422-8b53de32ad0a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:47:14.575Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||basic_vm 0 2022-10-02T06:47:14.575Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d8106d87-a1f7-4b9b-8422-8b53de32ad0a 2022-10-02T06:47:14.575Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e1590136-9c04-4ca4-958a-a78b7381b092 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-02T06:47:14.575Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:47:14.576Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-02T06:47:14.628Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:47:14.628Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e1590136-9c04-4ca4-958a-a78b7381b092 787 2022-10-02T06:47:14.629Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-10-02T06:47:14.629Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-02T06:47:14.629Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:47:14.630Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:14.633Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:14.633Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693234629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T06:47:14.733Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:14.734Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:14.734Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:14.743Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:14.743Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:15.634Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "35401d4b-c483-443f-9517-0062b77ee00b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9b53ffda-8286-4c8d-ab62-2be840a3b1a6", "vfModuleModelCustomizationUUID": "737a125e-3c03-454f-86b7-582fbe34eed0", "isBase": true, "artifacts": [ "43f124b2-0b90-4880-a8b7-8a1f368b96f3", "97d356e0-1934-4dd5-8837-acd5294da5b0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-02T06:47:15.638Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9b53ffda-8286-4c8d-ab62-2be840a3b1a6 VfModuleModelInvariantUUID:35401d4b-c483-443f-9517-0062b77ee00b VfModuleModelDescription:NULL Artifacts UUID List:{ 43f124b2-0b90-4880-a8b7-8a1f368b96f3 , 97d356e0-1934-4dd5-8837-acd5294da5b0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-02T06:47:15.641Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "35401d4b-c483-443f-9517-0062b77ee00b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9b53ffda-8286-4c8d-ab62-2be840a3b1a6", "vfModuleModelCustomizationUUID": "737a125e-3c03-454f-86b7-582fbe34eed0", "isBase": true, "artifacts": [ "43f124b2-0b90-4880-a8b7-8a1f368b96f3", "97d356e0-1934-4dd5-8837-acd5294da5b0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-02T06:47:15.641Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9b53ffda-8286-4c8d-ab62-2be840a3b1a6 VfModuleModelInvariantUUID:35401d4b-c483-443f-9517-0062b77ee00b VfModuleModelDescription:NULL Artifacts UUID List:{ 43f124b2-0b90-4880-a8b7-8a1f368b96f3 , 97d356e0-1934-4dd5-8837-acd5294da5b0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-02T06:47:15.642Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 43f124b2-0b90-4880-a8b7-8a1f368b96f3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-02T06:47:15.642Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:47:15.642Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-02T06:47:15.732Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:47:15.732Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 43f124b2-0b90-4880-a8b7-8a1f368b96f3 5033 2022-10-02T06:47:15.733Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-02T06:47:15.733Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-02T06:47:15.733Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:47:15.733Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:15.735Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:15.735Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693235733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T06:47:15.835Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T06:47:15.836Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:15.836Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:15.847Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:15.847Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:16.736Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 97d356e0-1934-4dd5-8837-acd5294da5b0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-02T06:47:16.736Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:47:16.737Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-02T06:47:16.889Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:47:16.890Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 97d356e0-1934-4dd5-8837-acd5294da5b0 903 2022-10-02T06:47:16.890Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-02T06:47:16.890Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-02T06:47:16.891Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:47:16.891Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:16.893Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:16.893Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693236890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-02T06:47:16.993Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:16.994Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:16.994Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:17.013Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:17.013Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:17.894Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: da0d77d1-72b7-445f-a587-4cb570b605d9 2022-10-02T06:47:17.894Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d8106d87-a1f7-4b9b-8422-8b53de32ad0a ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:47:17.913Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b1d3d58, org.onap.sdc.toscaparser.api.parameters.Input@56e14e49, org.onap.sdc.toscaparser.api.parameters.Input@5fd291c7, org.onap.sdc.toscaparser.api.parameters.Input@15ac4221, org.onap.sdc.toscaparser.api.parameters.Input@77b94a31] 2022-10-02T06:47:17.914Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:17.914Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:17.915Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-10-02T06:47:17.915Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d25f6a94-eeca-4763-86f8-a223e50305cc 2022-10-02T06:47:17.915Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d25f6a94-eeca-4763-86f8-a223e50305cc matches Tosca VF Customization UUID: d25f6a94-eeca-4763-86f8-a223e50305cc 2022-10-02T06:47:17.915Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d25f6a94-eeca-4763-86f8-a223e50305cc matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-10-02T06:47:17.921Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:17.921Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:17.921Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d25f6a94-eeca-4763-86f8-a223e50305cc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-02T06:47:17.921Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@172bcaee 2022-10-02T06:47:17.922Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:17.922Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-02T06:47:17.922Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 737a125e-3c03-454f-86b7-582fbe34eed0 2022-10-02T06:47:17.922Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 737a125e-3c03-454f-86b7-582fbe34eed0 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-10-02T06:47:17.924Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:17.924Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-02T06:47:17.924Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:47:17.925Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:17.925Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-02T06:47:17.925Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:47:17.925Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:17.925Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-02T06:47:17.925Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-02T06:47:17.926Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-02T06:47:17.926Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3fef6f94-c0d9-4be0-8af7-d469c52262ed Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-10-02T06:47:17.928Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:17.928Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-02T06:47:17.928Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:47:17.928Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:17.929Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-02T06:47:17.929Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d25f6a94-eeca-4763-86f8-a223e50305cc Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:47:17.930Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:17.930Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:17.931Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid da0d77d1-72b7-445f-a587-4cb570b605d9: basic_vm 2022-10-02T06:47:17.931Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:17.931Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:17.931Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:17.931Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:17.931Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:17.932Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:17.932Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:17.932Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:17.932Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:47:17.932Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:47:17.932Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:47:18.358Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d8106d87-a1f7-4b9b-8422-8b53de32ad0a 1 ASDC deployResourceStructure 2022-10-02T06:47:18.359Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-10-02T06:47:18.359Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-02T06:47:18.359Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:47:18.359Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:18.361Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:18.361Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693238359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T06:47:18.461Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:18.462Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:18.462Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:18.475Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:18.476Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:19.362Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-02T06:47:19.362Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-02T06:47:19.363Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:47:19.363Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:19.365Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:19.365Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693239362, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-02T06:47:19.465Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:19.466Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:19.466Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:19.479Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:19.480Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:20.366Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-02T06:47:20.366Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-02T06:47:20.367Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:47:20.367Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:20.369Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:20.369Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693240366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-02T06:47:20.469Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:20.470Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:20.470Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:20.481Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:20.482Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:21.369Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-02T06:47:21.371Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-02T06:47:21.371Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:47:21.371Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:21.373Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:21.373Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693241369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:47:21.473Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:21.474Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:21.474Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:21.485Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:21.485Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:22.374Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6519b306-987f-4b5a-9a22-fffe454d58cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:47:22.385Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6519b306-987f-4b5a-9a22-fffe454d58cb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:47:22.387Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:47:22.387Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-02T06:47:22.388Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-02T06:47:22.388Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-02T06:47:22.388Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:47:22.388Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:47:22.388Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:47:22.388Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:47:22.388Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:47:22.388Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:47:22.388Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:47:22.395Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-02T06:47:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:47:40.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:47:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:40.558Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:40.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:47:40.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693176675, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T06:47:40.559Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:47:40.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:47:40.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:47:40.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:47:40.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:47:40.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T06:47:40.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:47:40.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:47:40.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T06:47:40.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:47:40.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:47:40.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:47:40.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:47:40.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:47:40.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:47:40.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:47:40.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:47:40.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T06:47:40.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:47:40.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:47:40.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:47:40.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:47:40.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:47:40.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:47:40.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:47:40.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:47:40.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693190289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:47:40.564Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:47:40.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:47:40.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693192520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:47:40.564Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:47:52.396Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6519b306-987f-4b5a-9a22-fffe454d58cb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-02T06:47:52.403Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6519b306-987f-4b5a-9a22-fffe454d58cb and serviceModelVersionId: da0d77d1-72b7-445f-a587-4cb570b605d9 2022-10-02T06:47:52.403Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7d0d5ca-ec45-400d-99c7-66e046afa4e5 2022-10-02T06:47:52.404Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7d0d5ca-ec45-400d-99c7-66e046afa4e5/model-vers/model-ver/da0d77d1-72b7-445f-a587-4cb570b605d9?depth=0 2022-10-02T06:47:52.408Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-02T06:47:52.453Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7d0d5ca-ec45-400d-99c7-66e046afa4e5/model-vers/model-ver/da0d77d1-72b7-445f-a587-4cb570b605d9?depth=0|INFO|500||Invoke 2022-10-02T06:47:52.454Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7d0d5ca-ec45-400d-99c7-66e046afa4e5/model-vers/model-ver/da0d77d1-72b7-445f-a587-4cb570b605d9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7d0d5ca-ec45-400d-99c7-66e046afa4e5/model-vers/model-ver/da0d77d1-72b7-445f-a587-4cb570b605d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6519b306-987f-4b5a-9a22-fffe454d58cb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89108418-a1e0-4db2-8467-2fb86549becb], X-ECOMP-RequestID=[6519b306-987f-4b5a-9a22-fffe454d58cb], X-TransactionId=[], X-ONAP-RequestID=[6519b306-987f-4b5a-9a22-fffe454d58cb], Content-Type=[application/merge-patch+json]} 2022-10-02T06:47:52.481Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7d0d5ca-ec45-400d-99c7-66e046afa4e5/model-vers/model-ver/da0d77d1-72b7-445f-a587-4cb570b605d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-02T06:47:52.630Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7d0d5ca-ec45-400d-99c7-66e046afa4e5/model-vers/model-ver/da0d77d1-72b7-445f-a587-4cb570b605d9?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/e7d0d5ca-ec45-400d-99c7-66e046afa4e5/model-vers/model-ver/da0d77d1-72b7-445f-a587-4cb570b605d9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221002-06:47:53:313-83677], vertex-id=[278752], Content-Length=[0], Date=[Sun, 02 Oct 2022 06:47:53 GMT], Content-Type=[application/json]} 2022-10-02T06:47:52.631Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7d0d5ca-ec45-400d-99c7-66e046afa4e5/model-vers/model-ver/da0d77d1-72b7-445f-a587-4cb570b605d9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-02T06:47:52.631Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7d0d5ca-ec45-400d-99c7-66e046afa4e5/model-vers/model-ver/da0d77d1-72b7-445f-a587-4cb570b605d9?depth=0|INFO|500||InvokeReturn 2022-10-02T06:47:52.636Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-02T06:47:52.636Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:47:52.642Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-02T06:47:52.642Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6519b306-987f-4b5a-9a22-fffe454d58cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-02T06:47:52.642Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-02T06:47:52.642Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:52.644Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:52.644Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693272642, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T06:47:52.744Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:52.745Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:52.745Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:52.756Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:52.756Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T06:47:53.662Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-02T06:47:53.663Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6063e89f-a34a-4ff5-b4e8-3903b3b3d151","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2","serviceDescription":"service","serviceInvariantUUID":"6c7f9afb-5bd3-4d96-b8f6-d9752dd5630e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71b4f380-d7cf-48a1-b72f-bada1ecbb1c0","resourceInvariantUUID":"a85b7c02-b451-4499-9beb-8eb3f981086c","resourceCustomizationUUID":"c31f041b-530f-4dac-a33f-8d425c3aaee6","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":"ZmMwN2YyZDJmNTMxNWQxNzMxNDYxMGFhZTQ1MTlmMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28d09fba-a0af-4180-9fed-8d3c44fc5b3f","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":"fda99fc1-8211-4de4-b4fe-b0555e3a9bd9","artifactVersion":"2","generatedFromUUID":"42598492-1337-4b52-a0e6-ca568f54ae58"},{"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":"42598492-1337-4b52-a0e6-ca568f54ae58","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":"NzUwYzQyNWVmMWY1OTc3YWQ0ZmM4OWQyOTg4MWYyOTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b31b9ca3-c427-41f7-8d1a-cfa454be33d1","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":"248444b2-d511-4048-bee2-bf93ec81b5a5","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":"0f3bd325-8aed-4704-8d50-6473d562763f","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":"9d798653-46f1-4400-a282-19cbf8f6f0c7","artifactVersion":"2","generatedFromUUID":"248444b2-d511-4048-bee2-bf93ec81b5a5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODE0MmIwYWU2MTI1OGQwMjlhMDU0NmIzZGI5NmVlZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7ec0853-1062-4792-9cdc-be7c1481e4ea","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmFiMWY2ZTU1MTZhODhkMDdmZThkYzk1MmIxYWJmYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86cd5222-74b4-4078-a220-d1a6726b982b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-02T06:47:53.663Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:47:53.663Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:53.665Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:53.665Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:47:53.767Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-02T06:47:53.768Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:53.768Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:53.776Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:53.776Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:54.666Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:47:54.667Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:54.669Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:54.669Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-02T06:47:54.769Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:54.770Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:54.770Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:54.782Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:54.783Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:55.670Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:47:55.670Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:55.672Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:55.672Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-02T06:47:55.772Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:55.773Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:55.774Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:55.783Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:55.783Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:56.673Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:47:56.673Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:56.675Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:56.675Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:47:56.775Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:56.776Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:56.776Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:56.793Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:56.793Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:47:57.675Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:47:57.676Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:57.678Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:57.678Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-02T06:47:57.778Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:57.779Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:57.779Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:57.791Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:57.792Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:58.678Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:47:58.679Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:58.681Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:58.681Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:47:58.781Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:47:58.782Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:58.782Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:58.794Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:58.795Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:47:59.682Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:47:59.682Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:47:59.684Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:47:59.684Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-02T06:47:59.784Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T06:47:59.785Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:47:59.785Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:47:59.794Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:47:59.795Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:48:00.685Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:48:00.686Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:00.688Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:00.688Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:48:00.788Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:48:00.789Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:00.789Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:00.800Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:00.801Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:48:01.691Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T06:48:01.692Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:01.694Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:01.695Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:48:01.794Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T06:48:01.797Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:01.797Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:01.806Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:01.807Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:48:02.696Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2", "serviceDescription": "service", "serviceInvariantUUID": "6c7f9afb-5bd3-4d96-b8f6-d9752dd5630e", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "c31f041b-530f-4dac-a33f-8d425c3aaee6", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "71b4f380-d7cf-48a1-b72f-bada1ecbb1c0", "resourceInvariantUUID": "a85b7c02-b451-4499-9beb-8eb3f981086c", "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": "fda99fc1-8211-4de4-b4fe-b0555e3a9bd9", "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": "42598492-1337-4b52-a0e6-ca568f54ae58", "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": "NzUwYzQyNWVmMWY1OTc3YWQ0ZmM4OWQyOTg4MWYyOTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b31b9ca3-c427-41f7-8d1a-cfa454be33d1", "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": "248444b2-d511-4048-bee2-bf93ec81b5a5", "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": "9d798653-46f1-4400-a282-19cbf8f6f0c7", "generatedFromUUID": "248444b2-d511-4048-bee2-bf93ec81b5a5" }, "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": "9d798653-46f1-4400-a282-19cbf8f6f0c7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZmFiMWY2ZTU1MTZhODhkMDdmZThkYzk1MmIxYWJmYjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "86cd5222-74b4-4078-a220-d1a6726b982b" } ], "workloadContext": "Production" } 2022-10-02T06:48:02.696Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-02T06:48:02.696Z|6519b306-987f-4b5a-9a22-fffe454d58cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2 ASDC 2022-10-02T06:48:02.697Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:6063e89f-a34a-4ff5-b4e8-3903b3b3d151 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2 ServiceInvariantUUID:6c7f9afb-5bd3-4d96-b8f6-d9752dd5630e 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:86cd5222-74b4-4078-a220-d1a6726b982b ArtifactChecksum:ZmFiMWY2ZTU1MTZhODhkMDdmZThkYzk1MmIxYWJmYjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:c31f041b-530f-4dac-a33f-8d425c3aaee6 ResourceInvariantUUID:a85b7c02-b451-4499-9beb-8eb3f981086c ResourceName:basic_cnf ResourceType:VF ResourceUUID:71b4f380-d7cf-48a1-b72f-bada1ecbb1c0 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:fda99fc1-8211-4de4-b4fe-b0555e3a9bd9 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:42598492-1337-4b52-a0e6-ca568f54ae58 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:b31b9ca3-c427-41f7-8d1a-cfa454be33d1 ArtifactChecksum:NzUwYzQyNWVmMWY1OTc3YWQ0ZmM4OWQyOTg4MWYyOTI= 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:248444b2-d511-4048-bee2-bf93ec81b5a5 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:9d798653-46f1-4400-a282-19cbf8f6f0c7 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:9d798653-46f1-4400-a282-19cbf8f6f0c7 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-02T06:48:02.698Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T06:48:02.741Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T06:48:02.742Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:48:02.742Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:48:02.742Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 86cd5222-74b4-4078-a220-d1a6726b982b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-02T06:48:02.743Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:48:02.743Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-02T06:48:02.966Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:48:02.969Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 86cd5222-74b4-4078-a220-d1a6726b982b 73682 2022-10-02T06:48:02.970Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-02T06:48:02.970Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-02T06:48:02.970Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:48:02.970Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:02.972Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:02.972Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693282969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:48:03.072Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:48:03.073Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:03.074Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:03.084Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:03.084Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:48:03.973Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T06:48:03.973Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-02T06:48:03.974Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 86cd5222-74b4-4078-a220-d1a6726b982b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-02T06:48:03.974Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-10-02T06:48:03.974Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-02T06:48:03.975Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-02T06:48:04.147Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7672880015523413464/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-10-02T06:48:05.309Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-02T06:48:05.310Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-02T06:48:05.310Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-02T06:48:05.310Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-02T06:48:05.310Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-02T06:48:05.310Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-02T06:48:05.310Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-02T06:48:05.310Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-02T06:48:05.310Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-02T06:48:05.310Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:05.311Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:05.311Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-02T06:48:05.311Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-02T06:48:05.311Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T06:48:05.311Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:05.311Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:05.311Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-02T06:48:05.312Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-02T06:48:05.312Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T06:48:05.312Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:05.312Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:05.312Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:05.312Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-02T06:48:05.312Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-10-02T06:48:05.312Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-10-02T06:48:05.313Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-02T06:48:05.313Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:05.313Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-02T06:48:05.313Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:05.313Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-02T06:48:05.313Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:48:05.313Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:05.313Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-02T06:48:05.314Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:48:05.314Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:05.314Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-02T06:48:05.314Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:48:05.314Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:05.315Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-02T06:48:05.315Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-02T06:48:05.315Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=aecbb97f-9cb0-4d35-a739-4b50026ca82e 2022-10-02T06:48:05.316Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:05.316Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:05.316Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:05.316Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:05.317Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:05.317Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:05.317Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:05.317Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:05.317Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2 Model Version:NULL Model InvariantUuid:6c7f9afb-5bd3-4d96-b8f6-d9752dd5630e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:4aed623e-985e-4660-8974-f1427852ca33 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a85b7c02-b451-4499-9beb-8eb3f981086c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c31f041b-530f-4dac-a33f-8d425c3aaee6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5c62bff7-4417-4c02-842a-308578a1baae ModelName:BasicCnf..base_dummy..module-0 ModelUuid:52ded06d-401a-4677-87b9-178812e3349c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:aecbb97f-9cb0-4d35-a739-4b50026ca82e ModelInvariantUuid:15a3be03-2e8a-4fa2-a833-8120b3c76024 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:79002531-6a6a-4535-9104-7249037a2ce0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:a6017e51-19bc-4808-9359-1dda8c35e40f ModelInvariantUuid:7f4b3205-f2be-436b-ac14-18072dbf04a3 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:8e651d3c-4715-4e2a-a856-3c6a62527cc3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-02T06:48:05.328Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 71b4f380-d7cf-48a1-b72f-bada1ecbb1c0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:48:05.334Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-10-02T06:48:05.334Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71b4f380-d7cf-48a1-b72f-bada1ecbb1c0 2022-10-02T06:48:05.334Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fda99fc1-8211-4de4-b4fe-b0555e3a9bd9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-02T06:48:05.334Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:48:05.335Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-02T06:48:05.401Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:48:05.402Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env fda99fc1-8211-4de4-b4fe-b0555e3a9bd9 12 2022-10-02T06:48:05.402Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-10-02T06:48:05.402Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-02T06:48:05.402Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:48:05.402Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:05.405Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:05.405Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693285402, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-02T06:48:05.507Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-02T06:48:05.514Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:05.514Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:05.526Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:05.527Z||pool-77-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:48:06.406Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 42598492-1337-4b52-a0e6-ca568f54ae58 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-02T06:48:06.406Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:48:06.406Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-02T06:48:06.474Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:48:06.475Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 42598492-1337-4b52-a0e6-ca568f54ae58 2688 2022-10-02T06:48:06.475Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-10-02T06:48:06.475Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-02T06:48:06.475Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:48:06.475Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:06.477Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:06.478Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693286475, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-02T06:48:06.578Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T06:48:06.578Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:06.579Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:06.644Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:06.645Z||pool-78-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:48:07.479Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b31b9ca3-c427-41f7-8d1a-cfa454be33d1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-02T06:48:07.479Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:48:07.479Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-02T06:48:07.589Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:48:07.589Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b31b9ca3-c427-41f7-8d1a-cfa454be33d1 828 2022-10-02T06:48:07.590Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-10-02T06:48:07.590Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-02T06:48:07.590Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:48:07.590Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:07.592Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:07.592Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693287590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T06:48:07.692Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:48:07.694Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:07.694Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:07.705Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:07.705Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:48:08.593Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5c62bff7-4417-4c02-842a-308578a1baae", "vfModuleModelVersion": "1", "vfModuleModelUUID": "52ded06d-401a-4677-87b9-178812e3349c", "vfModuleModelCustomizationUUID": "841df5fc-487e-4b33-80db-d780d682bd62", "isBase": true, "artifacts": [ "248444b2-d511-4048-bee2-bf93ec81b5a5", "42598492-1337-4b52-a0e6-ca568f54ae58", "9d798653-46f1-4400-a282-19cbf8f6f0c7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-02T06:48:08.595Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:52ded06d-401a-4677-87b9-178812e3349c VfModuleModelInvariantUUID:5c62bff7-4417-4c02-842a-308578a1baae VfModuleModelDescription:NULL Artifacts UUID List:{ 248444b2-d511-4048-bee2-bf93ec81b5a5 , 42598492-1337-4b52-a0e6-ca568f54ae58 , 9d798653-46f1-4400-a282-19cbf8f6f0c7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-02T06:48:08.602Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5c62bff7-4417-4c02-842a-308578a1baae", "vfModuleModelVersion": "1", "vfModuleModelUUID": "52ded06d-401a-4677-87b9-178812e3349c", "vfModuleModelCustomizationUUID": "841df5fc-487e-4b33-80db-d780d682bd62", "isBase": true, "artifacts": [ "248444b2-d511-4048-bee2-bf93ec81b5a5", "42598492-1337-4b52-a0e6-ca568f54ae58", "9d798653-46f1-4400-a282-19cbf8f6f0c7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-02T06:48:08.603Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:52ded06d-401a-4677-87b9-178812e3349c VfModuleModelInvariantUUID:5c62bff7-4417-4c02-842a-308578a1baae VfModuleModelDescription:NULL Artifacts UUID List:{ 248444b2-d511-4048-bee2-bf93ec81b5a5 , 42598492-1337-4b52-a0e6-ca568f54ae58 , 9d798653-46f1-4400-a282-19cbf8f6f0c7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-02T06:48:08.603Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 248444b2-d511-4048-bee2-bf93ec81b5a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-02T06:48:08.603Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:48:08.604Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-02T06:48:08.675Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:48:08.675Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 248444b2-d511-4048-bee2-bf93ec81b5a5 1164 2022-10-02T06:48:08.676Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-10-02T06:48:08.676Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-02T06:48:08.676Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:48:08.676Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:08.678Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:08.678Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693288676, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T06:48:08.778Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:48:08.779Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:08.779Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:08.789Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:08.789Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:48:09.679Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9d798653-46f1-4400-a282-19cbf8f6f0c7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-02T06:48:09.679Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-02T06:48:09.679Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-02T06:48:09.777Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-02T06:48:09.778Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9d798653-46f1-4400-a282-19cbf8f6f0c7 200 2022-10-02T06:48:09.778Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-10-02T06:48:09.778Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-02T06:48:09.778Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T06:48:09.779Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:09.780Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:09.781Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693289778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-02T06:48:09.881Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:48:09.882Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:09.882Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:09.892Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:09.893Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:48:10.781Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2 2022-10-02T06:48:10.782Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 71b4f380-d7cf-48a1-b72f-bada1ecbb1c0 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-10-02T06:48:10.793Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:48:10.805Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79dde77b, org.onap.sdc.toscaparser.api.parameters.Input@4c6fe35b, org.onap.sdc.toscaparser.api.parameters.Input@65ae447b, org.onap.sdc.toscaparser.api.parameters.Input@206beaa3, org.onap.sdc.toscaparser.api.parameters.Input@369b37ea] 2022-10-02T06:48:10.806Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:10.807Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:10.807Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-10-02T06:48:10.807Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c31f041b-530f-4dac-a33f-8d425c3aaee6 2022-10-02T06:48:10.807Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c31f041b-530f-4dac-a33f-8d425c3aaee6 matches Tosca VF Customization UUID: c31f041b-530f-4dac-a33f-8d425c3aaee6 2022-10-02T06:48:10.807Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c31f041b-530f-4dac-a33f-8d425c3aaee6 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-10-02T06:48:10.809Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:10.809Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:10.810Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c31f041b-530f-4dac-a33f-8d425c3aaee6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-02T06:48:10.810Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d06a01c 2022-10-02T06:48:10.810Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:10.810Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-02T06:48:10.810Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 841df5fc-487e-4b33-80db-d780d682bd62 2022-10-02T06:48:10.811Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 841df5fc-487e-4b33-80db-d780d682bd62 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-10-02T06:48:10.813Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:10.813Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-02T06:48:10.813Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:48:10.813Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:10.813Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-02T06:48:10.814Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:48:10.814Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:10.814Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-02T06:48:10.814Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-02T06:48:10.814Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=aecbb97f-9cb0-4d35-a739-4b50026ca82e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-10-02T06:48:10.816Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:10.817Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-02T06:48:10.817Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T06:48:10.817Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:10.817Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-02T06:48:10.817Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c31f041b-530f-4dac-a33f-8d425c3aaee6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:48:10.820Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:10.820Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:10.820Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2: basic_cnf 2022-10-02T06:48:10.821Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:10.821Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:10.821Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:10.821Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:10.821Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:10.821Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:10.822Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:10.822Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:10.822Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T06:48:10.822Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T06:48:10.822Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T06:48:10.930Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 71b4f380-d7cf-48a1-b72f-bada1ecbb1c0 1 ASDC deployResourceStructure 2022-10-02T06:48:10.931Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-10-02T06:48:10.932Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-10-02T06:48:10.932Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-02T06:48:10.932Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:10.934Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:10.934Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693290931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-02T06:48:11.034Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:48:11.035Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:11.036Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:11.050Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:11.050Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:48:11.935Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-10-02T06:48:11.935Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-10-02T06:48:11.936Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-02T06:48:11.936Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:11.939Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:11.939Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693291935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-02T06:48:12.038Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T06:48:12.039Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:12.039Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:12.055Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:12.055Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:48:12.940Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-10-02T06:48:12.940Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-02T06:48:12.941Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:48:12.941Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:12.943Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:12.943Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693292940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T06:48:13.043Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:48:13.044Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:13.045Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:13.054Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:13.055Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:48:13.944Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-10-02T06:48:13.944Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-02T06:48:13.944Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:48:13.945Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:13.947Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:13.947Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693293944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-02T06:48:14.047Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:48:14.048Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:14.048Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:14.059Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:14.059Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:48:14.948Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-10-02T06:48:14.948Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-02T06:48:14.948Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:48:14.949Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:14.950Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:14.951Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693294948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-02T06:48:15.051Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:48:15.053Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:15.053Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:15.065Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:15.066Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-02T06:48:15.952Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-02T06:48:15.952Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-02T06:48:15.952Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T06:48:15.953Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:15.955Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:15.955Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693295952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:48:16.059Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-10-02T06:48:16.060Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:16.061Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:16.080Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:16.080Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-02T06:48:16.956Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:48:16.975Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T06:48:16.978Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T06:48:16.978Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-02T06:48:16.978Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-02T06:48:16.978Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-02T06:48:16.979Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:48:16.979Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:48:16.979Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:48:16.979Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:48:16.979Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:48:16.980Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T06:48:16.980Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T06:48:16.985Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-02T06:48:40.534Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:48:40.535Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:48:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:40.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:40.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693223965, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T06:48:40.558Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:48:40.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:48:40.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:48:40.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:48:40.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:48:40.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-02T06:48:40.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:48:40.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:48:40.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:48:40.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-02T06:48:40.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:48:40.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:48:40.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:48:40.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:48:40.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-02T06:48:40.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693232149, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:48:40.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:48:40.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693234629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T06:48:40.567Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:48:40.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693235733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T06:48:40.568Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:48:40.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693236890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-02T06:48:40.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:48:40.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693238359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T06:48:40.570Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:48:40.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693239362, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-02T06:48:40.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:48:40.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693240366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-02T06:48:40.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:48:40.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-02T06:48:40.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693241369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:48:40.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:48:46.986Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-02T06:48:46.994Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 and serviceModelVersionId: 89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2 2022-10-02T06:48:46.994Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c7f9afb-5bd3-4d96-b8f6-d9752dd5630e 2022-10-02T06:48:46.995Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c7f9afb-5bd3-4d96-b8f6-d9752dd5630e/model-vers/model-ver/89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2?depth=0 2022-10-02T06:48:47.002Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-02T06:48:47.075Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|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/6c7f9afb-5bd3-4d96-b8f6-d9752dd5630e/model-vers/model-ver/89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-10-02T06:48:47.080Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c7f9afb-5bd3-4d96-b8f6-d9752dd5630e/model-vers/model-ver/89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2?depth=0|INFO|500||Invoke 2022-10-02T06:48:47.119Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c7f9afb-5bd3-4d96-b8f6-d9752dd5630e/model-vers/model-ver/89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-02T06:48:47.224Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c7f9afb-5bd3-4d96-b8f6-d9752dd5630e/model-vers/model-ver/89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2?depth=0|INFO|500||InvokeReturn 2022-10-02T06:48:47.224Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|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/6c7f9afb-5bd3-4d96-b8f6-d9752dd5630e/model-vers/model-ver/89aa3cb4-bda0-4e5e-8cc6-9467b8fe55c2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221002-06:48:47:952-79514], vertex-id=[389288], Content-Length=[0], Date=[Sun, 02 Oct 2022 06:48:47 GMT], Content-Type=[application/json]} 2022-10-02T06:48:47.224Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-10-02T06:48:47.224Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-02T06:48:47.224Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T06:48:47.231Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-02T06:48:47.232Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6063e89f-a34a-4ff5-b4e8-3903b3b3d151 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-02T06:48:47.232Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-02T06:48:47.233Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-02T06:48:47.235Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T06:48:47.235Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693327232, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T06:48:47.335Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T06:48:47.336Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T06:48:47.336Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:47.351Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:47.352Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T06:48:48.249Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:48:48.250Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:48:48.250Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:48:58.563Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:48:58.564Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:48:58.565Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:48:58.565Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:49:08.104Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:49:08.104Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:49:08.105Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:49:08.105Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:49:17.646Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:49:17.646Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:49:17.647Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:49:17.647Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:49:27.183Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:49:40.527Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:49:40.528Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:49:40.528Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:49:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:49:40.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:49:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:49:40.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:49:40.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6519b306-987f-4b5a-9a22-fffe454d58cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693272642, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T06:49:40.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:49:40.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:49:40.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-02T06:49:40.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-02T06:49:40.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-02T06:49:40.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-02T06:49:40.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-02T06:49:40.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-02T06:49:40.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-02T06:49:40.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-02T06:49:40.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-02T06:49:40.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T06:49:40.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-02T06:49:40.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-02T06:49:40.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-02T06:49:40.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T06:49:40.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-02T06:49:40.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693177690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-02T06:49:40.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-02T06:49:40.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693282969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T06:49:40.560Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:49:40.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693285402, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-02T06:49:40.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:49:40.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693286475, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-02T06:49:40.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:49:40.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693287590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T06:49:40.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:49:40.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693288676, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T06:49:40.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:49:40.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693289778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-02T06:49:40.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:49:40.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693290931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-02T06:49:40.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:49:40.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693291935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-02T06:49:40.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:49:40.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693292940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T06:49:40.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:49:40.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693293944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-02T06:49:40.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:49:40.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693294948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-02T06:49:40.563Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:49:40.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-02T06:49:40.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693295952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T06:49:40.563Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:49:50.067Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:50:40.527Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:50:40.528Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:50:40.528Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:50:40.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:50:40.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:50:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:50:41.057Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:50:41.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-02T06:50:41.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6063e89f-a34a-4ff5-b4e8-3903b3b3d151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664693327232, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T06:50:41.058Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T06:50:50.069Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:51:40.534Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:51:40.536Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:51:40.536Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:51:40.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:51:40.539Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:51:40.539Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:51:50.110Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:51:50.133Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:52:40.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:52:40.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:52:40.528Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:52:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:52:40.534Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:52:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:52:50.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:52:50.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:53:40.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:53:40.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:53:40.528Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:53:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:53:40.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:53:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:53:50.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:53:50.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:54:40.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:54:40.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:54:40.528Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:54:40.533Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:54:40.534Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:54:40.534Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:54:50.068Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:54:50.071Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:55:40.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:55:40.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:55:40.528Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:55:40.533Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:55:40.534Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:55:40.536Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:55:50.078Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:55:50.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:56:40.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:56:40.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:56:40.528Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:56:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:56:40.534Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:56:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:56:50.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:56:50.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:57:40.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:57:40.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:57:40.528Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:57:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:57:40.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:57:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:57:50.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:57:50.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:58:40.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:58:40.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:58:40.528Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:58:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:58:40.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:58:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:58:50.100Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:58:50.102Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:59:40.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:59:40.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:59:40.531Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T06:59:40.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T06:59:40.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T06:59:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T06:59:50.087Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T06:59:50.107Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:40.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:00:40.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:00:40.528Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:00:40.533Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:00:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:42.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:42.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-02T07:00:42.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"c4357eb2-778c-4459-9f16-411c0ad10a11","serviceDescription":"service","serviceInvariantUUID":"be9afc25-8dae-4eed-a7d7-d0ce4f03e1d9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"11642b0f-8e8e-4125-a8ab-4c7137073d43","resourceInvariantUUID":"9c01af24-3c2b-484c-b52b-6d6d8241baf6","resourceCustomizationUUID":"aa3e4e93-8262-450d-b70b-a50889f4c61b","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":"MTRiMDM5NGRhYmFlMTBiNDFmMDM1YWU0NTU3NThiMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84b39a4b-920e-45e4-ab9f-34a471b20863","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":"NWNjZjIzYTkwMzg0MjczZGViZmRhZmVmYTM3MjlmMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3cff0b21-134e-4894-a008-a1bb367bc6c0","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":"41047839-cfab-4264-84fb-f6ea461b342b","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":"b12073e0-1f38-4dca-a30e-506db77aac77","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":"f82d8158-3925-4061-a69b-8c27af2c16d6","artifactVersion":"2","generatedFromUUID":"5e837815-e9e7-4150-9326-2ede9d5108d0"},{"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":"f3ccf3de-6241-42a2-b5c2-ec1bcc921c3a","artifactVersion":"2","generatedFromUUID":"41047839-cfab-4264-84fb-f6ea461b342b"},{"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":"5e837815-e9e7-4150-9326-2ede9d5108d0","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":"8dd28b46-1a70-4790-8fc6-ec5d5ffc09ac","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":"MDZhMDIwYjRlMTYzNmI5NzVhM2EwYTAwMDgxYzljM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c803a3d-de48-4884-92c1-8535e49b012a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OWJjZTE0Njg1OTFhMDhkYzYyYzk1MTY4YmRmNWYzNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d7e8455-6152-401b-b674-2c0f51ed5e90","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-02T07:00:42.230Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:00:42.230Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:42.234Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:42.234Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:00:42.334Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:00:42.335Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:42.335Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:42.350Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:42.350Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":3,"count":1} 2022-10-02T07:00:42.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:42.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:00:42.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "cds", "timestamp": 1664694035353, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:00:42.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:00:42.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:00:42.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:00:42.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:00:43.235Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:00:43.235Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:43.237Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:43.238Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-02T07:00:43.338Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:00:43.338Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:43.339Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:43.361Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:43.361Z||pool-90-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:00:44.239Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:00:44.239Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:44.241Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:44.241Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-02T07:00:44.341Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:00:44.342Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:44.343Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:44.374Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:44.374Z||pool-91-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:00:45.242Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:00:45.242Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:45.245Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:45.245Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:00:45.345Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:00:45.346Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:45.346Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:45.356Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:45.357Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-02T07:00:46.246Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:00:46.246Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:46.249Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:46.249Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-02T07:00:46.349Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:00:46.350Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:46.350Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:46.375Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:46.376Z||pool-93-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:00:47.249Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:00:47.250Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:47.253Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:47.253Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-02T07:00:47.353Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:00:47.354Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:47.354Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:47.363Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:47.363Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:00:48.253Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:00:48.254Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:48.256Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:48.256Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-02T07:00:48.356Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:00:48.357Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:48.357Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:48.368Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:48.368Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":2,"count":1} 2022-10-02T07:00:49.257Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:00:49.257Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:49.260Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:49.260Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:00:49.360Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T07:00:49.361Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:49.362Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:49.371Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:49.372Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:00:50.261Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:00:50.262Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:50.265Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:50.265Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:00:50.365Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:00:50.366Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:50.366Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:50.378Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:50.378Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:00:51.266Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:00:51.266Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:51.268Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:51.268Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:00:51.368Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:00:51.369Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:51.369Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:51.380Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:51.380Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:00:52.269Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "c4357eb2-778c-4459-9f16-411c0ad10a11", "serviceDescription": "service", "serviceInvariantUUID": "be9afc25-8dae-4eed-a7d7-d0ce4f03e1d9", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "aa3e4e93-8262-450d-b70b-a50889f4c61b", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "11642b0f-8e8e-4125-a8ab-4c7137073d43", "resourceInvariantUUID": "9c01af24-3c2b-484c-b52b-6d6d8241baf6", "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": "NWNjZjIzYTkwMzg0MjczZGViZmRhZmVmYTM3MjlmMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3cff0b21-134e-4894-a008-a1bb367bc6c0", "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": "41047839-cfab-4264-84fb-f6ea461b342b", "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": "f3ccf3de-6241-42a2-b5c2-ec1bcc921c3a", "generatedFromUUID": "41047839-cfab-4264-84fb-f6ea461b342b" }, "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": "f82d8158-3925-4061-a69b-8c27af2c16d6", "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": "f3ccf3de-6241-42a2-b5c2-ec1bcc921c3a", "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": "5e837815-e9e7-4150-9326-2ede9d5108d0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "OWJjZTE0Njg1OTFhMDhkYzYyYzk1MTY4YmRmNWYzNTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7d7e8455-6152-401b-b674-2c0f51ed5e90" } ], "workloadContext": "Production" } 2022-10-02T07:00:52.270Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-02T07:00:52.270Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c4357eb2-778c-4459-9f16-411c0ad10a11 ASDC 2022-10-02T07:00:52.271Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:c4357eb2-778c-4459-9f16-411c0ad10a11 ServiceInvariantUUID:be9afc25-8dae-4eed-a7d7-d0ce4f03e1d9 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:7d7e8455-6152-401b-b674-2c0f51ed5e90 ArtifactChecksum:OWJjZTE0Njg1OTFhMDhkYzYyYzk1MTY4YmRmNWYzNTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:aa3e4e93-8262-450d-b70b-a50889f4c61b ResourceInvariantUUID:9c01af24-3c2b-484c-b52b-6d6d8241baf6 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:11642b0f-8e8e-4125-a8ab-4c7137073d43 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:3cff0b21-134e-4894-a008-a1bb367bc6c0 ArtifactChecksum:NWNjZjIzYTkwMzg0MjczZGViZmRhZmVmYTM3MjlmMjQ= 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:41047839-cfab-4264-84fb-f6ea461b342b 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:f3ccf3de-6241-42a2-b5c2-ec1bcc921c3a 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:f82d8158-3925-4061-a69b-8c27af2c16d6 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:f3ccf3de-6241-42a2-b5c2-ec1bcc921c3a 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:5e837815-e9e7-4150-9326-2ede9d5108d0 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-02T07:00:52.271Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4357eb2-778c-4459-9f16-411c0ad10a11 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:00:52.324Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T07:00:52.325Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-02T07:00:52.325Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-02T07:00:52.325Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7d7e8455-6152-401b-b674-2c0f51ed5e90 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-02T07:00:52.326Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-02T07:00:52.326Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-02T07:00:52.446Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-02T07:00:52.454Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7d7e8455-6152-401b-b674-2c0f51ed5e90 162971 2022-10-02T07:00:52.455Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-02T07:00:52.455Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-02T07:00:52.455Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T07:00:52.455Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:52.457Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:52.458Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694052455, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:00:52.558Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:00:52.559Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:52.559Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:52.572Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:52.573Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:00:53.458Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T07:00:53.459Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-02T07:00:53.459Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7d7e8455-6152-401b-b674-2c0f51ed5e90, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-02T07:00:53.460Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-10-02T07:00:53.460Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-02T07:00:53.460Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-02T07:00:53.648Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3040957178674948406/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-10-02T07:00:54.934Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-02T07:00:54.935Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-02T07:00:54.935Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-02T07:00:54.935Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-02T07:00:54.935Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-02T07:00:54.935Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-02T07:00:54.935Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-02T07:00:54.935Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-02T07:00:54.936Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-02T07:00:54.936Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:00:54.936Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:00:54.936Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-02T07:00:54.936Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-02T07:00:54.937Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T07:00:54.937Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:00:54.937Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:00:54.937Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-02T07:00:54.937Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-02T07:00:54.937Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T07:00:54.938Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:00:54.938Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:00:54.938Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:00:54.938Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-02T07:00:54.938Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-10-02T07:00:54.938Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-10-02T07:00:54.938Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-02T07:00:54.939Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:00:54.939Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-02T07:00:54.939Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:00:54.939Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-02T07:00:54.939Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T07:00:54.939Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:00:54.940Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-02T07:00:54.940Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T07:00:54.940Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:00:54.940Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-02T07:00:54.940Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T07:00:54.940Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:00:54.941Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-02T07:00:54.941Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T07:00:54.941Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:00:54.941Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-02T07:00:54.941Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-10-02T07:00:54.941Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=d4cacfd8-521e-4122-a0dc-329ce14c3ead 2022-10-02T07:00:54.942Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:00:54.942Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:00:54.942Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:00:54.942Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:00:54.942Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:00:54.942Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:00:54.942Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:00:54.943Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:00:54.943Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:c4357eb2-778c-4459-9f16-411c0ad10a11 Model Version:NULL Model InvariantUuid:be9afc25-8dae-4eed-a7d7-d0ce4f03e1d9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:e3827157-77cc-4e52-90e2-b8da3e77a63b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9c01af24-3c2b-484c-b52b-6d6d8241baf6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:aa3e4e93-8262-450d-b70b-a50889f4c61b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0b42df86-f1f9-4237-aaa9-1c7b65010b4c ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:e8466b9d-9ef1-4c89-9801-a6ef7634b941 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:26100220-b079-4c83-8953-66b0de4243e7 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:83ac147b-9078-40a1-b491-6755e992c4b4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d4cacfd8-521e-4122-a0dc-329ce14c3ead ModelInvariantUuid:71d0addf-b668-4b5c-9c10-e0c38fcd7783 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:a56a6cb8-850c-440e-8859-cd3ddba907b7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:b38a1a37-26bb-4835-af9a-5f90c6a5358f ModelInvariantUuid:905c60a0-2e78-4d23-a72e-04e1bf600e4c ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:482d99ad-a7f0-4b72-b24f-e91c65ce3b7a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-02T07:00:54.951Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 11642b0f-8e8e-4125-a8ab-4c7137073d43 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T07:00:54.956Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2022-10-02T07:00:54.956Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 11642b0f-8e8e-4125-a8ab-4c7137073d43 2022-10-02T07:00:54.956Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3cff0b21-134e-4894-a008-a1bb367bc6c0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-02T07:00:54.957Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-02T07:00:54.957Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-02T07:00:55.025Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-02T07:00:55.026Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 3cff0b21-134e-4894-a008-a1bb367bc6c0 1565 2022-10-02T07:00:55.026Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-10-02T07:00:55.026Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-02T07:00:55.026Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T07:00:55.027Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:55.028Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:55.029Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694055026, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T07:00:55.129Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T07:00:55.130Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:55.130Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:55.143Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:55.143Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:00:56.029Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "26100220-b079-4c83-8953-66b0de4243e7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "83ac147b-9078-40a1-b491-6755e992c4b4", "vfModuleModelCustomizationUUID": "8483627b-154c-4c41-aca2-bd378aff01f0", "isBase": true, "artifacts": [ "41047839-cfab-4264-84fb-f6ea461b342b", "f3ccf3de-6241-42a2-b5c2-ec1bcc921c3a" ], "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": "0b42df86-f1f9-4237-aaa9-1c7b65010b4c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8466b9d-9ef1-4c89-9801-a6ef7634b941", "vfModuleModelCustomizationUUID": "2993a1fb-63a9-4e7f-a02b-492530070a34", "isBase": false, "artifacts": [ "5e837815-e9e7-4150-9326-2ede9d5108d0" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-02T07:00:56.034Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:83ac147b-9078-40a1-b491-6755e992c4b4 VfModuleModelInvariantUUID:26100220-b079-4c83-8953-66b0de4243e7 VfModuleModelDescription:NULL Artifacts UUID List:{ 41047839-cfab-4264-84fb-f6ea461b342b , f3ccf3de-6241-42a2-b5c2-ec1bcc921c3a } 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:e8466b9d-9ef1-4c89-9801-a6ef7634b941 VfModuleModelInvariantUUID:0b42df86-f1f9-4237-aaa9-1c7b65010b4c VfModuleModelDescription:NULL Artifacts UUID List:{ 5e837815-e9e7-4150-9326-2ede9d5108d0 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-10-02T07:00:56.036Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "26100220-b079-4c83-8953-66b0de4243e7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "83ac147b-9078-40a1-b491-6755e992c4b4", "vfModuleModelCustomizationUUID": "8483627b-154c-4c41-aca2-bd378aff01f0", "isBase": true, "artifacts": [ "41047839-cfab-4264-84fb-f6ea461b342b", "f3ccf3de-6241-42a2-b5c2-ec1bcc921c3a" ], "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": "0b42df86-f1f9-4237-aaa9-1c7b65010b4c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8466b9d-9ef1-4c89-9801-a6ef7634b941", "vfModuleModelCustomizationUUID": "2993a1fb-63a9-4e7f-a02b-492530070a34", "isBase": false, "artifacts": [ "5e837815-e9e7-4150-9326-2ede9d5108d0" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-02T07:00:56.036Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:83ac147b-9078-40a1-b491-6755e992c4b4 VfModuleModelInvariantUUID:26100220-b079-4c83-8953-66b0de4243e7 VfModuleModelDescription:NULL Artifacts UUID List:{ 41047839-cfab-4264-84fb-f6ea461b342b , f3ccf3de-6241-42a2-b5c2-ec1bcc921c3a } 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:e8466b9d-9ef1-4c89-9801-a6ef7634b941 VfModuleModelInvariantUUID:0b42df86-f1f9-4237-aaa9-1c7b65010b4c VfModuleModelDescription:NULL Artifacts UUID List:{ 5e837815-e9e7-4150-9326-2ede9d5108d0 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-10-02T07:00:56.037Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 41047839-cfab-4264-84fb-f6ea461b342b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-02T07:00:56.037Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-02T07:00:56.037Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-02T07:00:56.100Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-02T07:00:56.101Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 41047839-cfab-4264-84fb-f6ea461b342b 914 2022-10-02T07:00:56.101Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-10-02T07:00:56.102Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-02T07:00:56.102Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T07:00:56.102Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:56.104Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:56.105Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694056101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T07:00:56.205Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:00:56.206Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:56.206Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:56.216Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:56.216Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:00:57.105Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f82d8158-3925-4061-a69b-8c27af2c16d6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-02T07:00:57.106Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-02T07:00:57.106Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-02T07:00:57.190Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-02T07:00:57.191Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f82d8158-3925-4061-a69b-8c27af2c16d6 12 2022-10-02T07:00:57.191Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-10-02T07:00:57.191Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-02T07:00:57.191Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T07:00:57.192Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:57.195Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:57.195Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694057191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-02T07:00:57.294Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-10-02T07:00:57.294Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:57.295Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:57.304Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:57.304Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-10-02T07:00:58.196Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f3ccf3de-6241-42a2-b5c2-ec1bcc921c3a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-02T07:00:58.196Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-02T07:00:58.196Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-02T07:00:58.306Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-02T07:00:58.307Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env f3ccf3de-6241-42a2-b5c2-ec1bcc921c3a 96 2022-10-02T07:00:58.307Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-10-02T07:00:58.308Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-02T07:00:58.308Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T07:00:58.308Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:58.328Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:58.328Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694058307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-02T07:00:58.428Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T07:00:58.429Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:58.429Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:58.439Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:58.439Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:00:59.332Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5e837815-e9e7-4150-9326-2ede9d5108d0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-02T07:00:59.332Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-02T07:00:59.333Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-02T07:00:59.433Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-02T07:00:59.434Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5e837815-e9e7-4150-9326-2ede9d5108d0 20206 2022-10-02T07:00:59.435Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-10-02T07:00:59.435Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-02T07:00:59.435Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T07:00:59.435Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:00:59.438Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:00:59.438Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694059435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-02T07:00:59.542Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-10-02T07:00:59.543Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:00:59.544Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:00:59.577Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:00:59.578Z||pool-104-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:01:00.441Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c4357eb2-778c-4459-9f16-411c0ad10a11 2022-10-02T07:01:00.442Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 11642b0f-8e8e-4125-a8ab-4c7137073d43 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T07:01:00.451Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@753fe9d, org.onap.sdc.toscaparser.api.parameters.Input@12c5d66f, org.onap.sdc.toscaparser.api.parameters.Input@5b4829f9, org.onap.sdc.toscaparser.api.parameters.Input@5dbc763b, org.onap.sdc.toscaparser.api.parameters.Input@4583dc07] 2022-10-02T07:01:00.453Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:01:00.453Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:01:00.454Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-10-02T07:01:00.454Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= aa3e4e93-8262-450d-b70b-a50889f4c61b 2022-10-02T07:01:00.454Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa3e4e93-8262-450d-b70b-a50889f4c61b matches Tosca VF Customization UUID: aa3e4e93-8262-450d-b70b-a50889f4c61b 2022-10-02T07:01:00.454Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: aa3e4e93-8262-450d-b70b-a50889f4c61b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-10-02T07:01:00.457Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:01:00.457Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:01:00.458Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id aa3e4e93-8262-450d-b70b-a50889f4c61b: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-10-02T07:01:00.458Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5de75aa8 2022-10-02T07:01:00.458Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:01:00.458Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-02T07:01:00.459Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2993a1fb-63a9-4e7f-a02b-492530070a34 2022-10-02T07:01:00.459Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2993a1fb-63a9-4e7f-a02b-492530070a34 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-10-02T07:01:00.461Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:01:00.462Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-02T07:01:00.462Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T07:01:00.462Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:01:00.462Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-02T07:01:00.463Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T07:01:00.463Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:01:00.463Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-02T07:01:00.463Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=aa3e4e93-8262-450d-b70b-a50889f4c61b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T07:01:00.465Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:01:00.465Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:01:00.465Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c4357eb2-778c-4459-9f16-411c0ad10a11: basic_cnf_macro 2022-10-02T07:01:00.466Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:01:00.466Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:01:00.466Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:01:00.466Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:01:00.466Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:01:00.467Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:01:00.467Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:01:00.467Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:01:00.467Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:01:00.468Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:01:00.468Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:01:00.508Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 11642b0f-8e8e-4125-a8ab-4c7137073d43 2 ASDC deployResourceStructure 2022-10-02T07:01:00.509Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-10-02T07:01:00.509Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-02T07:01:00.509Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T07:01:00.510Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:01:00.512Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:01:00.512Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694060509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T07:01:00.612Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:01:00.613Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:01:00.613Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:01:00.621Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:01:00.622Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:01:01.512Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-10-02T07:01:01.513Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-02T07:01:01.513Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T07:01:01.513Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:01:01.515Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:01:01.515Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694061512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-02T07:01:01.615Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T07:01:01.616Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:01:01.617Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:01:01.625Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:01:01.625Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:01:02.516Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-10-02T07:01:02.516Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-10-02T07:01:02.517Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-02T07:01:02.517Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:01:02.519Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:01:02.519Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694062516, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-02T07:01:02.620Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T07:01:02.620Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:01:02.621Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:01:02.633Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:01:02.633Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:01:03.520Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-10-02T07:01:03.521Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-02T07:01:03.521Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T07:01:03.522Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:01:03.524Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:01:03.524Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694063520, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-02T07:01:03.624Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:01:03.625Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:01:03.625Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:01:03.633Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:01:03.633Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:01:04.524Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-10-02T07:01:04.525Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-10-02T07:01:04.525Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-02T07:01:04.525Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:01:04.527Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:01:04.527Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694064524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-02T07:01:04.627Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:01:04.628Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:01:04.628Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:01:04.637Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:01:04.638Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:01:05.528Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-02T07:01:05.528Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-02T07:01:05.529Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T07:01:05.529Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:01:05.531Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:01:05.532Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694065528, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:01:05.632Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T07:01:05.632Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:01:05.632Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:01:05.646Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:01:05.646Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:01:06.532Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:01:06.543Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:01:06.545Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T07:01:06.545Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T07:01:06.545Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T07:01:36.545Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:01:36.556Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:01:36.559Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T07:01:36.559Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T07:01:36.560Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T07:01:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:01:40.534Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:01:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:01:40.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:01:40.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:01:40.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "ves-openapi-manager", "timestamp": 1664694040060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:01:40.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:02:06.560Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:02:06.571Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:02:06.573Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T07:02:06.573Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T07:02:06.574Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T07:02:36.574Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:02:36.584Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:02:36.586Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T07:02:36.586Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T07:02:36.586Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T07:02:40.535Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:02:40.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:02:40.536Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:02:40.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:02:40.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:02:40.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "clamp", "timestamp": 1664694041691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:02:40.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:06.586Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:03:06.604Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:03:06.606Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T07:03:06.607Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T07:03:06.607Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T07:03:36.607Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:03:36.618Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:03:36.619Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T07:03:36.619Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-02T07:03:36.620Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-02T07:03:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:03:40.535Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:03:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:03:40.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:03:40.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-02T07:03:40.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "cds", "timestamp": 1664694035353, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "clamp", "timestamp": 1664694041691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-02T07:03:40.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "ves-openapi-manager", "timestamp": 1664694040060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "cds", "timestamp": 1664694035353, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-02T07:03:40.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "ves-openapi-manager", "timestamp": 1664694040060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "clamp", "timestamp": 1664694041691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694043848, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "cds", "timestamp": 1664694035353, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "ves-openapi-manager", "timestamp": 1664694040060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "clamp", "timestamp": 1664694041691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694043848, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "cds", "timestamp": 1664694035353, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-02T07:03:40.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "ves-openapi-manager", "timestamp": 1664694040060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "clamp", "timestamp": 1664694041691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694043848, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-02T07:03:40.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "cds", "timestamp": 1664694035353, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-02T07:03:40.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "ves-openapi-manager", "timestamp": 1664694040060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "clamp", "timestamp": 1664694041691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694043848, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-02T07:03:40.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "cds", "timestamp": 1664694035353, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-02T07:03:40.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "ves-openapi-manager", "timestamp": 1664694040060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "clamp", "timestamp": 1664694041691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694043848, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "cds", "timestamp": 1664694035353, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "ves-openapi-manager", "timestamp": 1664694040060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "clamp", "timestamp": 1664694041691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694043848, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-02T07:03:40.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "cds", "timestamp": 1664694035353, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "ves-openapi-manager", "timestamp": 1664694040060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "clamp", "timestamp": 1664694041691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694043848, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-02T07:03:40.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694040527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:03:40.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "cds", "timestamp": 1664694035353, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:03:40.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "ves-openapi-manager", "timestamp": 1664694040060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "clamp", "timestamp": 1664694041691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:03:40.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694043848, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-02T07:03:40.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694043848, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "cds", "timestamp": 1664694053232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694052455, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694043848, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:03:40.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:03:40.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694055062, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694055026, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694057227, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "cds", "timestamp": 1664694056584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:03:40.606Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 2022-10-02T07:03:40.606Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:03:40.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694056101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.615Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694058373, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.616Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694057191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.616Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "cds", "timestamp": 1664694057589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694058182, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:03:40.617Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694059443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.617Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694058307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "clamp", "timestamp": 1664694058754, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "cds", "timestamp": 1664694057589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694059191, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:03:40.623Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 2022-10-02T07:03:40.623Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:03:40.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694060549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.630Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694059435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.631Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "cds", "timestamp": 1664694057589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:03:40.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694061606, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:03:40.636Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 2022-10-02T07:03:40.636Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:03:40.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "cds", "timestamp": 1664694057589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694060509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T07:03:40.644Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "multicloud-k8s-id", "timestamp": 1664694062609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T07:03:40.644Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "aai-ml", "timestamp": 1664694061037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.644Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "ves-openapi-manager", "timestamp": 1664694060063, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "cds", "timestamp": 1664694057589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694061512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-02T07:03:40.645Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "clamp", "timestamp": 1664694062759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:03:40.646Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "ves-openapi-manager", "timestamp": 1664694060063, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "cds", "timestamp": 1664694057589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694062516, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-02T07:03:40.646Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-02T07:03:40.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "clamp", "timestamp": 1664694063771, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:03:40.652Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 2022-10-02T07:03:40.652Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:03:40.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "ves-openapi-manager", "timestamp": 1664694060063, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "cds", "timestamp": 1664694057589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694063520, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-02T07:03:40.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-02T07:03:40.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "ves-openapi-manager", "timestamp": 1664694060063, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "cds", "timestamp": 1664694057589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:03:40.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694064524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-02T07:03:40.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "ves-openapi-manager", "timestamp": 1664694060063, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694065528, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:03:40.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "cds", "timestamp": 1664694066647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-02T07:03:40.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "ves-openapi-manager", "timestamp": 1664694060063, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "ves-openapi-manager", "timestamp": 1664694060063, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "cds", "timestamp": 1664694068311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:03:40.676Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 073cffe2-2aa2-4d09-929a-6e0983111631 2022-10-02T07:03:40.676Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 073cffe2-2aa2-4d09-929a-6e0983111631 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:03:40.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "ves-openapi-manager", "timestamp": 1664694060063, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "multicloud-k8s-id", "timestamp": 1664694046410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:03:40.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "aai-ml", "timestamp": 1664694069839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:03:40.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "multicloud-k8s-id", "timestamp": 1664694071804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "aai-ml", "timestamp": 1664694070843, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:03:40.692Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 2022-10-02T07:03:40.692Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:03:40.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "multicloud-k8s-id", "timestamp": 1664694072938, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.701Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "clamp", "timestamp": 1664694071690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "multicloud-k8s-id", "timestamp": 1664694074003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.702Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "clamp", "timestamp": 1664694071690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-02T07:03:40.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "multicloud-k8s-id", "timestamp": 1664694075027, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:03:40.707Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 073cffe2-2aa2-4d09-929a-6e0983111631 2022-10-02T07:03:40.707Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 073cffe2-2aa2-4d09-929a-6e0983111631 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:03:40.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "clamp", "timestamp": 1664694071690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694073839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "multicloud-k8s-id", "timestamp": 1664694076033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T07:03:40.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "clamp", "timestamp": 1664694071690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694073839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "clamp", "timestamp": 1664694071690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694073839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "clamp", "timestamp": 1664694071690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694073839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "clamp", "timestamp": 1664694071690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694073839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "aai-ml", "timestamp": 1664694050210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:03:40.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "clamp", "timestamp": 1664694071690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:03:40.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694073839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "aai-ml", "timestamp": 1664694079982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694073839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:03:40.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694073839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:03:40.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-02T07:03:40.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694082645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "clamp", "timestamp": 1664694085775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:03:40.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694086052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:03:40.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694087062, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:03:40.736Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 073cffe2-2aa2-4d09-929a-6e0983111631 2022-10-02T07:03:40.736Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 073cffe2-2aa2-4d09-929a-6e0983111631 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:03:40.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "aai-ml", "timestamp": 1664694087535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:03:40.746Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "aai-ml", "timestamp": 1664694088539, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:03:40.751Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 073cffe2-2aa2-4d09-929a-6e0983111631 2022-10-02T07:03:40.752Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 073cffe2-2aa2-4d09-929a-6e0983111631 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:03:40.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "clamp", "timestamp": 1664694089762, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:03:40.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:03:40.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-02T07:03:40.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "clamp", "timestamp": 1664694090767, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:03:40.766Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 073cffe2-2aa2-4d09-929a-6e0983111631 2022-10-02T07:03:40.766Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 073cffe2-2aa2-4d09-929a-6e0983111631 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:04:06.620Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:04:06.631Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:04:06.633Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T07:04:06.633Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-02T07:04:06.633Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-02T07:04:06.633Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-02T07:04:06.633Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:04:06.633Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:04:06.634Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:04:06.634Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:04:06.634Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:04:06.634Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:04:06.634Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:04:06.640Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-02T07:04:36.640Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-02T07:04:36.646Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 and serviceModelVersionId: c4357eb2-778c-4459-9f16-411c0ad10a11 2022-10-02T07:04:36.646Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be9afc25-8dae-4eed-a7d7-d0ce4f03e1d9 2022-10-02T07:04:36.647Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be9afc25-8dae-4eed-a7d7-d0ce4f03e1d9/model-vers/model-ver/c4357eb2-778c-4459-9f16-411c0ad10a11?depth=0 2022-10-02T07:04:36.653Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-02T07:04:36.713Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be9afc25-8dae-4eed-a7d7-d0ce4f03e1d9/model-vers/model-ver/c4357eb2-778c-4459-9f16-411c0ad10a11?depth=0|INFO|500||Invoke 2022-10-02T07:04:36.714Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be9afc25-8dae-4eed-a7d7-d0ce4f03e1d9/model-vers/model-ver/c4357eb2-778c-4459-9f16-411c0ad10a11?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be9afc25-8dae-4eed-a7d7-d0ce4f03e1d9/model-vers/model-ver/c4357eb2-778c-4459-9f16-411c0ad10a11?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28b20af0-97a4-47d2-b3a6-a61746ba9c36], X-ECOMP-RequestID=[ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635], X-TransactionId=[], X-ONAP-RequestID=[ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635], Content-Type=[application/merge-patch+json]} 2022-10-02T07:04:36.745Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be9afc25-8dae-4eed-a7d7-d0ce4f03e1d9/model-vers/model-ver/c4357eb2-778c-4459-9f16-411c0ad10a11?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-02T07:04:36.904Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be9afc25-8dae-4eed-a7d7-d0ce4f03e1d9/model-vers/model-ver/c4357eb2-778c-4459-9f16-411c0ad10a11?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/be9afc25-8dae-4eed-a7d7-d0ce4f03e1d9/model-vers/model-ver/c4357eb2-778c-4459-9f16-411c0ad10a11?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221002-07:04:37:591-52163], vertex-id=[327904], Content-Length=[0], Date=[Sun, 02 Oct 2022 07:04:37 GMT], Content-Type=[application/json]} 2022-10-02T07:04:36.904Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be9afc25-8dae-4eed-a7d7-d0ce4f03e1d9/model-vers/model-ver/c4357eb2-778c-4459-9f16-411c0ad10a11?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-02T07:04:36.905Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be9afc25-8dae-4eed-a7d7-d0ce4f03e1d9/model-vers/model-ver/c4357eb2-778c-4459-9f16-411c0ad10a11?depth=0|INFO|500||InvokeReturn 2022-10-02T07:04:36.905Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-02T07:04:36.905Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T07:04:36.911Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-02T07:04:36.912Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-02T07:04:36.912Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-02T07:04:36.912Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:36.914Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:36.914Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694276912, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T07:04:37.014Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:37.015Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:04:37.015Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:37.038Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:37.039Z||pool-111-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T07:04:37.929Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:04:37.929Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:04:37.929Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:04:40.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:04:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:40.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:40.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "cds", "timestamp": 1664694170353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "multicloud-k8s-id", "timestamp": 1664694166410, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694163837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "clamp", "timestamp": 1664694161689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "ves-openapi-manager", "timestamp": 1664694160060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "aai-ml", "timestamp": 1664694170210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "cds", "timestamp": 1664694170353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "multicloud-k8s-id", "timestamp": 1664694166410, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694163837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "clamp", "timestamp": 1664694161689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "ves-openapi-manager", "timestamp": 1664694160060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "aai-ml", "timestamp": 1664694170210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "cds", "timestamp": 1664694170353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "multicloud-k8s-id", "timestamp": 1664694166410, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694163837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "clamp", "timestamp": 1664694161689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "ves-openapi-manager", "timestamp": 1664694160060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "aai-ml", "timestamp": 1664694170210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "cds", "timestamp": 1664694170353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "multicloud-k8s-id", "timestamp": 1664694166410, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694163837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "clamp", "timestamp": 1664694161689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "ves-openapi-manager", "timestamp": 1664694160060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "aai-ml", "timestamp": 1664694170210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "multicloud-k8s-id", "timestamp": 1664694166410, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "cds", "timestamp": 1664694170353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694163837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "clamp", "timestamp": 1664694161689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "ves-openapi-manager", "timestamp": 1664694160060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "aai-ml", "timestamp": 1664694170210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "multicloud-k8s-id", "timestamp": 1664694166410, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "cds", "timestamp": 1664694170353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694163837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "clamp", "timestamp": 1664694161689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "ves-openapi-manager", "timestamp": 1664694160060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "aai-ml", "timestamp": 1664694170210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "multicloud-k8s-id", "timestamp": 1664694166410, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "cds", "timestamp": 1664694170353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694163837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "clamp", "timestamp": 1664694161689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "ves-openapi-manager", "timestamp": 1664694160060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-02T07:04:40.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "aai-ml", "timestamp": 1664694170210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "multicloud-k8s-id", "timestamp": 1664694166410, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "cds", "timestamp": 1664694170353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694163837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "clamp", "timestamp": 1664694161689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "ves-openapi-manager", "timestamp": 1664694160060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "aai-ml", "timestamp": 1664694170210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "multicloud-k8s-id", "timestamp": 1664694166410, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:04:40.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "cds", "timestamp": 1664694170353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:04:40.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694163837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:04:40.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "clamp", "timestamp": 1664694161689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:04:40.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "ves-openapi-manager", "timestamp": 1664694160060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:40.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "aai-ml", "timestamp": 1664694170210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:04:40.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:04:40.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "cds", "timestamp": 1664694180433, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:04:40.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:04:40.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694180060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:04:40.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:04:40.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "ves-openapi-manager", "timestamp": 1664694178989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T07:04:40.577Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:04:40.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "aai-ml", "timestamp": 1664694180043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:04:40.577Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:04:40.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "ves-openapi-manager", "timestamp": 1664694180136, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-02T07:04:40.577Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:04:40.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "cds", "timestamp": 1664694182504, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:04:40.591Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed 2022-10-02T07:04:40.592Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:04:40.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "ves-openapi-manager", "timestamp": 1664694181141, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:04:40.605Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed 2022-10-02T07:04:40.605Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:04:40.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694182758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:04:40.613Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:04:40.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664694183768, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:04:40.618Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed 2022-10-02T07:04:40.618Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:04:40.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "clamp", "timestamp": 1664694185772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:04:40.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:04:40.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "aai-ml", "timestamp": 1664694185767, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:04:40.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:04:40.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "aai-ml", "timestamp": 1664694186771, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:04:40.630Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed 2022-10-02T07:04:40.630Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:04:40.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "clamp", "timestamp": 1664694187806, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:04:40.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:04:40.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:04:40.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "clamp", "timestamp": 1664694188819, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:04:40.642Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed 2022-10-02T07:04:40.642Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:04:42.357Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:42.358Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-02T07:04:42.358Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"073cffe2-2aa2-4d09-929a-6e0983111631","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4f3b6b02-2347-4e0a-90fb-5365917b68b0","serviceDescription":"service","serviceInvariantUUID":"1fc53041-c848-46ac-9d42-b24867f32da0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"641b7dfd-9dae-46a4-8668-9f7c59450015","resourceInvariantUUID":"39f4fc8e-10b5-4164-912b-dc34f151a88b","resourceCustomizationUUID":"1ec36775-b192-4950-9305-19c154cf933f","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":"ZDRlYTY1YzQ5ZjYwMzA2OWQ3YzRlYmE0ZDEzMTNhMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1bceb05-f5a3-41e4-900f-4a518d712065","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":"YzdlYTVkY2FkYzUzODVlNWNiY2JhZjFlYzRiYmIzOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1e33e827-da96-4aa4-b370-778a8ba56aec","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":"4277d4c7-82ed-4ae1-8ab9-a96c1bf47b2f","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":"bc2a63f6-d09c-43bc-9472-0763476c06a5","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":"3b4c45a6-0231-419d-8786-93e3bba04ed7","artifactVersion":"2","generatedFromUUID":"4277d4c7-82ed-4ae1-8ab9-a96c1bf47b2f"},{"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":"NWE5ODJjMjFjNmU2OGZkZmRlODFiMWRjZDU0OGM2ODQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c358624b-fc55-4837-973a-a6b6ab226927","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":"Y2JhY2QxMWMyYzFmNTk4Mjk3NzIzMzYzZWU5MGY5OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc477452-ec86-4f3a-b28e-28cd8b8da5b6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzIxODYyNTM2OTI3NDlkNDU3MjkzNTU1MzJhZGFiMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6aa0fa28-a10a-4773-af73-b389f38214d8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-02T07:04:42.361Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:04:42.362Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:42.365Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:42.365Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:42.465Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T07:04:42.466Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:04:42.466Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:42.476Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:42.476Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:04:43.366Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:04:43.367Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:43.369Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:43.369Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-02T07:04:43.469Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:43.470Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:04:43.470Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:43.479Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:43.479Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:04:44.369Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:04:44.370Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:44.371Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:44.371Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-02T07:04:44.472Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:44.472Z||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-10-02T07:04:44.473Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:44.482Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:44.483Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-10-02T07:04:45.372Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:04:45.373Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:45.375Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:45.375Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:45.475Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:45.476Z||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-10-02T07:04:45.476Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:45.485Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:45.485Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:04:46.376Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:04:46.376Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:46.378Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:46.378Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-02T07:04:46.478Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:46.479Z||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-10-02T07:04:46.480Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:46.489Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:46.489Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:04:47.379Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:04:47.379Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:47.381Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:47.381Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:47.481Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:47.482Z||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-10-02T07:04:47.482Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:47.494Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:47.494Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:04:48.381Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:04:48.382Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:48.384Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:48.384Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:04:48.484Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:48.485Z||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-10-02T07:04:48.485Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:48.495Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:48.495Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:04:49.385Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:04:49.385Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:49.387Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:49.387Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:04:49.487Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:49.488Z||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-10-02T07:04:49.488Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:49.500Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:49.500Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-02T07:04:50.388Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4f3b6b02-2347-4e0a-90fb-5365917b68b0", "serviceDescription": "service", "serviceInvariantUUID": "1fc53041-c848-46ac-9d42-b24867f32da0", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "1ec36775-b192-4950-9305-19c154cf933f", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "641b7dfd-9dae-46a4-8668-9f7c59450015", "resourceInvariantUUID": "39f4fc8e-10b5-4164-912b-dc34f151a88b", "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": "YzdlYTVkY2FkYzUzODVlNWNiY2JhZjFlYzRiYmIzOTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1e33e827-da96-4aa4-b370-778a8ba56aec", "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": "4277d4c7-82ed-4ae1-8ab9-a96c1bf47b2f", "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": "3b4c45a6-0231-419d-8786-93e3bba04ed7", "generatedFromUUID": "4277d4c7-82ed-4ae1-8ab9-a96c1bf47b2f" }, "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": "3b4c45a6-0231-419d-8786-93e3bba04ed7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NzIxODYyNTM2OTI3NDlkNDU3MjkzNTU1MzJhZGFiMzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6aa0fa28-a10a-4773-af73-b389f38214d8" } ], "workloadContext": "Production" } 2022-10-02T07:04:50.388Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-02T07:04:50.388Z|ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4f3b6b02-2347-4e0a-90fb-5365917b68b0 ASDC 2022-10-02T07:04:50.389Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:073cffe2-2aa2-4d09-929a-6e0983111631 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4f3b6b02-2347-4e0a-90fb-5365917b68b0 ServiceInvariantUUID:1fc53041-c848-46ac-9d42-b24867f32da0 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:6aa0fa28-a10a-4773-af73-b389f38214d8 ArtifactChecksum:NzIxODYyNTM2OTI3NDlkNDU3MjkzNTU1MzJhZGFiMzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:1ec36775-b192-4950-9305-19c154cf933f ResourceInvariantUUID:39f4fc8e-10b5-4164-912b-dc34f151a88b ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:641b7dfd-9dae-46a4-8668-9f7c59450015 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:1e33e827-da96-4aa4-b370-778a8ba56aec ArtifactChecksum:YzdlYTVkY2FkYzUzODVlNWNiY2JhZjFlYzRiYmIzOTY= 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:4277d4c7-82ed-4ae1-8ab9-a96c1bf47b2f 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:3b4c45a6-0231-419d-8786-93e3bba04ed7 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:3b4c45a6-0231-419d-8786-93e3bba04ed7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-02T07:04:50.389Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f3b6b02-2347-4e0a-90fb-5365917b68b0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T07:04:50.427Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T07:04:50.428Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-02T07:04:50.428Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-02T07:04:50.428Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6aa0fa28-a10a-4773-af73-b389f38214d8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-02T07:04:50.428Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-02T07:04:50.428Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-02T07:04:50.724Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-02T07:04:50.727Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 6aa0fa28-a10a-4773-af73-b389f38214d8 82621 2022-10-02T07:04:50.727Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-02T07:04:50.727Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-02T07:04:50.728Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T07:04:50.728Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:50.730Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:50.730Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694290727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:04:50.830Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:50.831Z||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-10-02T07:04:50.831Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:50.840Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:50.841Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-10-02T07:04:51.731Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T07:04:51.731Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-02T07:04:51.731Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6aa0fa28-a10a-4773-af73-b389f38214d8, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-02T07:04:51.732Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-10-02T07:04:51.732Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-02T07:04:51.732Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-02T07:04:51.842Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1561816686277747210/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-02T07:04:53.046Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-02T07:04:53.046Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-02T07:04:53.047Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-02T07:04:53.047Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-02T07:04:53.047Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-02T07:04:53.047Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-02T07:04:53.047Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-02T07:04:53.047Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-02T07:04:53.048Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-02T07:04:53.048Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-02T07:04:53.048Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-02T07:04:53.048Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-02T07:04:53.049Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:53.049Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:53.049Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-02T07:04:53.050Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-02T07:04:53.050Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T07:04:53.050Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:53.050Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:53.051Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-02T07:04:53.051Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-02T07:04:53.051Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T07:04:53.051Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:53.052Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:53.052Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:53.052Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-02T07:04:53.052Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-02T07:04:53.053Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-02T07:04:53.053Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-02T07:04:53.053Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-02T07:04:53.053Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-02T07:04:53.053Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:53.054Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-02T07:04:53.054Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:53.054Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-02T07:04:53.054Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T07:04:53.055Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:53.055Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-02T07:04:53.055Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T07:04:53.056Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:53.056Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-02T07:04:53.056Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T07:04:53.056Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:53.057Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-02T07:04:53.057Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-02T07:04:53.057Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-02T07:04:53.057Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=749ff841-68eb-4c30-845b-3b5cbdc64e2e 2022-10-02T07:04:53.057Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:53.058Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:53.058Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:53.058Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:53.058Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:53.059Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:53.059Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:53.059Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:53.059Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:4f3b6b02-2347-4e0a-90fb-5365917b68b0 Model Version:NULL Model InvariantUuid:1fc53041-c848-46ac-9d42-b24867f32da0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:be7a4180-0739-4824-9214-a0d187d828a9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:39f4fc8e-10b5-4164-912b-dc34f151a88b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1ec36775-b192-4950-9305-19c154cf933f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:89abfa83-48e2-4b97-a91d-7eed79958ac1 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:039e19b5-a983-4338-8e32-79366bff60ff ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:749ff841-68eb-4c30-845b-3b5cbdc64e2e ModelInvariantUuid:9fe47747-9b3b-4459-a8d6-831d28e50e73 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:dab78212-b928-4acf-bb4d-9e633f5fb49c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d31817ec-0326-48f9-850e-de71742a15d5 ModelInvariantUuid:76b82fb4-f86e-4ba3-a6dd-a63044fd00bd ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:e1bc800f-527b-4399-b682-e34bbd5e61bf ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-02T07:04:53.065Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 641b7dfd-9dae-46a4-8668-9f7c59450015 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T07:04:53.067Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2022-10-02T07:04:53.069Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 641b7dfd-9dae-46a4-8668-9f7c59450015 2022-10-02T07:04:53.069Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1e33e827-da96-4aa4-b370-778a8ba56aec from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-02T07:04:53.070Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-02T07:04:53.070Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-02T07:04:53.179Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-02T07:04:53.180Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1e33e827-da96-4aa4-b370-778a8ba56aec 792 2022-10-02T07:04:53.180Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-10-02T07:04:53.180Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-02T07:04:53.180Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T07:04:53.182Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:53.185Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:53.185Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694293180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T07:04:53.285Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:53.286Z||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-10-02T07:04:53.286Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:53.296Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:53.296Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:04:54.185Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "89abfa83-48e2-4b97-a91d-7eed79958ac1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "039e19b5-a983-4338-8e32-79366bff60ff", "vfModuleModelCustomizationUUID": "8d26f83e-c98a-4adc-8b7c-aee10ff4c868", "isBase": true, "artifacts": [ "4277d4c7-82ed-4ae1-8ab9-a96c1bf47b2f", "3b4c45a6-0231-419d-8786-93e3bba04ed7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-02T07:04:54.189Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:039e19b5-a983-4338-8e32-79366bff60ff VfModuleModelInvariantUUID:89abfa83-48e2-4b97-a91d-7eed79958ac1 VfModuleModelDescription:NULL Artifacts UUID List:{ 4277d4c7-82ed-4ae1-8ab9-a96c1bf47b2f , 3b4c45a6-0231-419d-8786-93e3bba04ed7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-02T07:04:54.190Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "89abfa83-48e2-4b97-a91d-7eed79958ac1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "039e19b5-a983-4338-8e32-79366bff60ff", "vfModuleModelCustomizationUUID": "8d26f83e-c98a-4adc-8b7c-aee10ff4c868", "isBase": true, "artifacts": [ "4277d4c7-82ed-4ae1-8ab9-a96c1bf47b2f", "3b4c45a6-0231-419d-8786-93e3bba04ed7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-02T07:04:54.191Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:039e19b5-a983-4338-8e32-79366bff60ff VfModuleModelInvariantUUID:89abfa83-48e2-4b97-a91d-7eed79958ac1 VfModuleModelDescription:NULL Artifacts UUID List:{ 4277d4c7-82ed-4ae1-8ab9-a96c1bf47b2f , 3b4c45a6-0231-419d-8786-93e3bba04ed7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-02T07:04:54.191Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4277d4c7-82ed-4ae1-8ab9-a96c1bf47b2f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-02T07:04:54.191Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-02T07:04:54.191Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-02T07:04:54.247Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-02T07:04:54.248Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4277d4c7-82ed-4ae1-8ab9-a96c1bf47b2f 5033 2022-10-02T07:04:54.248Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-02T07:04:54.248Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-02T07:04:54.248Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T07:04:54.249Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:54.251Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:54.251Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694294248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T07:04:54.351Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:54.351Z||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-10-02T07:04:54.352Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:54.363Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:54.363Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:04:55.251Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3b4c45a6-0231-419d-8786-93e3bba04ed7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-02T07:04:55.252Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-02T07:04:55.252Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-02T07:04:55.352Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-02T07:04:55.352Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3b4c45a6-0231-419d-8786-93e3bba04ed7 903 2022-10-02T07:04:55.353Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-02T07:04:55.353Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-02T07:04:55.353Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T07:04:55.354Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:55.356Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:55.356Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694295353, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-02T07:04:55.456Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:55.457Z||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-10-02T07:04:55.457Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:55.473Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:55.474Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-02T07:04:56.356Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4f3b6b02-2347-4e0a-90fb-5365917b68b0 2022-10-02T07:04:56.357Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 641b7dfd-9dae-46a4-8668-9f7c59450015 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T07:04:56.369Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@454660d8, org.onap.sdc.toscaparser.api.parameters.Input@6fcb311c, org.onap.sdc.toscaparser.api.parameters.Input@4cf6ab3a, org.onap.sdc.toscaparser.api.parameters.Input@3a5073e5, org.onap.sdc.toscaparser.api.parameters.Input@4ce694d7] 2022-10-02T07:04:56.370Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:56.370Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:56.370Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-10-02T07:04:56.371Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1ec36775-b192-4950-9305-19c154cf933f 2022-10-02T07:04:56.371Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1ec36775-b192-4950-9305-19c154cf933f matches Tosca VF Customization UUID: 1ec36775-b192-4950-9305-19c154cf933f 2022-10-02T07:04:56.371Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1ec36775-b192-4950-9305-19c154cf933f matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-10-02T07:04:56.373Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:56.373Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:56.374Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1ec36775-b192-4950-9305-19c154cf933f: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-10-02T07:04:56.374Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ab35043 2022-10-02T07:04:56.374Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:56.374Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-02T07:04:56.374Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8d26f83e-c98a-4adc-8b7c-aee10ff4c868 2022-10-02T07:04:56.375Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8d26f83e-c98a-4adc-8b7c-aee10ff4c868 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-10-02T07:04:56.377Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:56.377Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-02T07:04:56.377Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T07:04:56.378Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:56.378Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-02T07:04:56.378Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T07:04:56.379Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:56.379Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-02T07:04:56.379Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-02T07:04:56.379Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-02T07:04:56.379Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=749ff841-68eb-4c30-845b-3b5cbdc64e2e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-10-02T07:04:56.382Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:56.382Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-02T07:04:56.382Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-02T07:04:56.383Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:56.383Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-02T07:04:56.383Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1ec36775-b192-4950-9305-19c154cf933f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T07:04:56.385Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:56.385Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:56.386Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4f3b6b02-2347-4e0a-90fb-5365917b68b0: basic_vm_macro 2022-10-02T07:04:56.386Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:56.386Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:56.386Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:56.387Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:56.387Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:56.387Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:56.387Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:56.388Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:56.388Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:04:56.388Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:04:56.388Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-02T07:04:56.489Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 641b7dfd-9dae-46a4-8668-9f7c59450015 1 ASDC deployResourceStructure 2022-10-02T07:04:56.489Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-10-02T07:04:56.489Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-02T07:04:56.490Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T07:04:56.490Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:56.493Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:56.493Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694296489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T07:04:56.593Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:56.594Z||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-10-02T07:04:56.594Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:56.604Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:56.605Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:04:57.494Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-02T07:04:57.495Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-02T07:04:57.495Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T07:04:57.495Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:57.497Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:57.497Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694297494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-02T07:04:57.598Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:57.598Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:04:57.599Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:57.608Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:57.608Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:04:58.498Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-02T07:04:58.498Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-02T07:04:58.498Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T07:04:58.499Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:58.501Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:58.501Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694298498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-02T07:04:58.601Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:58.602Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:04:58.602Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:58.611Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:58.612Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:04:59.502Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-02T07:04:59.502Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-02T07:04:59.502Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T07:04:59.502Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:04:59.504Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:04:59.504Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694299502, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:04:59.604Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:04:59.605Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:04:59.605Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:04:59.614Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:04:59.615Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:05:00.505Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 073cffe2-2aa2-4d09-929a-6e0983111631 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:05:00.526Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 073cffe2-2aa2-4d09-929a-6e0983111631 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:05:00.531Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T07:05:00.531Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-02T07:05:00.531Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-02T07:05:00.531Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-02T07:05:00.532Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:05:00.532Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:05:00.532Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:05:00.532Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:05:00.532Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:05:00.532Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:05:00.533Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:05:00.542Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-02T07:05:30.543Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 073cffe2-2aa2-4d09-929a-6e0983111631 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-02T07:05:30.550Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 073cffe2-2aa2-4d09-929a-6e0983111631 and serviceModelVersionId: 4f3b6b02-2347-4e0a-90fb-5365917b68b0 2022-10-02T07:05:30.550Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1fc53041-c848-46ac-9d42-b24867f32da0 2022-10-02T07:05:30.551Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1fc53041-c848-46ac-9d42-b24867f32da0/model-vers/model-ver/4f3b6b02-2347-4e0a-90fb-5365917b68b0?depth=0 2022-10-02T07:05:30.559Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-02T07:05:30.617Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc53041-c848-46ac-9d42-b24867f32da0/model-vers/model-ver/4f3b6b02-2347-4e0a-90fb-5365917b68b0?depth=0|INFO|500||Invoke 2022-10-02T07:05:30.618Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc53041-c848-46ac-9d42-b24867f32da0/model-vers/model-ver/4f3b6b02-2347-4e0a-90fb-5365917b68b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc53041-c848-46ac-9d42-b24867f32da0/model-vers/model-ver/4f3b6b02-2347-4e0a-90fb-5365917b68b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[073cffe2-2aa2-4d09-929a-6e0983111631], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2d62caea-0b60-4d08-8e6f-1aee55c4ddad], X-ECOMP-RequestID=[073cffe2-2aa2-4d09-929a-6e0983111631], X-TransactionId=[], X-ONAP-RequestID=[073cffe2-2aa2-4d09-929a-6e0983111631], Content-Type=[application/merge-patch+json]} 2022-10-02T07:05:30.643Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc53041-c848-46ac-9d42-b24867f32da0/model-vers/model-ver/4f3b6b02-2347-4e0a-90fb-5365917b68b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-02T07:05:30.789Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc53041-c848-46ac-9d42-b24867f32da0/model-vers/model-ver/4f3b6b02-2347-4e0a-90fb-5365917b68b0?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/1fc53041-c848-46ac-9d42-b24867f32da0/model-vers/model-ver/4f3b6b02-2347-4e0a-90fb-5365917b68b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221002-07:05:31:489-27208], vertex-id=[241784], Content-Length=[0], Date=[Sun, 02 Oct 2022 07:05:31 GMT], Content-Type=[application/json]} 2022-10-02T07:05:30.789Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc53041-c848-46ac-9d42-b24867f32da0/model-vers/model-ver/4f3b6b02-2347-4e0a-90fb-5365917b68b0?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-02T07:05:30.790Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc53041-c848-46ac-9d42-b24867f32da0/model-vers/model-ver/4f3b6b02-2347-4e0a-90fb-5365917b68b0?depth=0|INFO|500||InvokeReturn 2022-10-02T07:05:30.790Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-02T07:05:30.791Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T07:05:30.797Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-02T07:05:30.797Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 073cffe2-2aa2-4d09-929a-6e0983111631 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-02T07:05:30.797Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-02T07:05:30.797Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:05:30.799Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:05:30.799Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694330797, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T07:05:30.900Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:05:30.900Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:05:30.901Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:05:30.936Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:05:30.937Z||pool-128-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T07:05:31.810Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-02T07:05:31.810Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b59e82f-4a8d-4374-aa87-aaf87f48a3ed","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9e27dc4a-102a-4b7d-a5ad-6c40d1486999","serviceDescription":"service","serviceInvariantUUID":"dfc4667d-d2a8-4ba3-9367-1bcea3385ef6","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1babc4c7-44c2-4a6d-ad7a-45e7284835b5","resourceInvariantUUID":"50ac37d1-ca59-4169-8f2b-8077425f69e2","resourceCustomizationUUID":"2433a5db-82c1-43d2-bffc-2e51711cdaad","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":"NGY1N2VmZjNlODA4ZDliY2Y5MzFkZjcwODQ0NjEwOTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5375be32-ca49-4ebc-9524-00c1ac328c97","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":"885720fa-c04d-4525-839b-46cbb2f280c0","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":"5c04056b-2ba1-4979-bfd5-fec5c88bc8b2","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":"MzRkMjkyZTFhZWI3NDBlNDRjMzMwNmExYTkxNDk1NDA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cdb578-c711-4c00-bac5-f3b9b8c96c49","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":"952fb541-2da5-4c81-b601-d78bb49ce1bb","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":"b5d90196-d227-4453-8fe7-c50d42c0bc18","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":"5c5a62fa-2d1d-40da-9dda-0be3f8335d7b","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":"Y2E2MmFlMDI0MjU2ODNiMTlkZjRkODgzNmU1YmRiNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e1a4c60-35f6-4154-8388-69195a416b40","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjdiYmIyY2I1MzVjZGU4MzI1NDZlMjcyZjUxMzk0ZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f324d27-0c3d-4bb7-804b-c6064319a0f7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-02T07:05:31.811Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:05:31.811Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:05:31.813Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:05:31.813Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:05:31.919Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-10-02T07:05:31.919Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:05:31.920Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:05:31.930Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:05:31.931Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:05:32.813Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:05:32.814Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:05:32.816Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:05:32.817Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T07:05:32.917Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:05:32.918Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:05:32.918Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:05:32.930Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:05:32.930Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:05:33.817Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:05:33.818Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:05:33.820Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:05:33.820Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T07:05:33.920Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:05:33.921Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:05:33.921Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:05:33.954Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:05:33.955Z||pool-131-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:05:34.820Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:05:34.821Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:05:34.823Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:05:34.823Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:05:34.923Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:05:34.924Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:05:34.924Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:05:34.933Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:05:34.934Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:05:35.823Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:05:35.824Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:05:35.835Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:05:35.835Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:05:35.926Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-10-02T07:05:35.927Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:05:35.927Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:05:35.938Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:05:35.939Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-02T07:05:36.836Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:05:36.836Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:05:36.838Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:05:36.838Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:05:36.938Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:05:36.939Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:05:36.939Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:05:36.948Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:05:36.949Z||pool-134-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:05:37.839Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:05:37.843Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:05:37.854Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:05:37.854Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:05:37.945Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-10-02T07:05:37.947Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:05:37.947Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:05:37.956Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:05:37.956Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:05:38.855Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:05:38.855Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:05:38.857Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:05:38.857Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:05:38.957Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-02T07:05:38.958Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:05:38.958Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:05:38.970Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:05:38.970Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-02T07:05:39.858Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-02T07:05:39.859Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:05:39.861Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:05:39.861Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:05:39.961Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:05:39.962Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:05:39.962Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:05:39.977Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:05:39.978Z||pool-137-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:05:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:05:40.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:05:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:05:40.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:05:40.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:05:40.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae8d6b6b-3a71-4c0e-baa1-0a6c8f1e2635", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694276912, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T07:05:40.563Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:05:40.867Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "9e27dc4a-102a-4b7d-a5ad-6c40d1486999", "serviceDescription": "service", "serviceInvariantUUID": "dfc4667d-d2a8-4ba3-9367-1bcea3385ef6", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "2433a5db-82c1-43d2-bffc-2e51711cdaad", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1babc4c7-44c2-4a6d-ad7a-45e7284835b5", "resourceInvariantUUID": "50ac37d1-ca59-4169-8f2b-8077425f69e2", "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": "ZjdiYmIyY2I1MzVjZGU4MzI1NDZlMjcyZjUxMzk0ZjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6f324d27-0c3d-4bb7-804b-c6064319a0f7" } ], "workloadContext": "Production" } 2022-10-02T07:05:40.867Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-02T07:05:40.868Z|073cffe2-2aa2-4d09-929a-6e0983111631|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9e27dc4a-102a-4b7d-a5ad-6c40d1486999 ASDC 2022-10-02T07:05:40.868Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:1b59e82f-4a8d-4374-aa87-aaf87f48a3ed ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:9e27dc4a-102a-4b7d-a5ad-6c40d1486999 ServiceInvariantUUID:dfc4667d-d2a8-4ba3-9367-1bcea3385ef6 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:6f324d27-0c3d-4bb7-804b-c6064319a0f7 ArtifactChecksum:ZjdiYmIyY2I1MzVjZGU4MzI1NDZlMjcyZjUxMzk0ZjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:2433a5db-82c1-43d2-bffc-2e51711cdaad ResourceInvariantUUID:50ac37d1-ca59-4169-8f2b-8077425f69e2 ResourceName:test-pnf ResourceType:PNF ResourceUUID:1babc4c7-44c2-4a6d-ad7a-45e7284835b5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-02T07:05:40.869Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e27dc4a-102a-4b7d-a5ad-6c40d1486999 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T07:05:40.892Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T07:05:40.892Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-02T07:05:40.893Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-02T07:05:40.893Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6f324d27-0c3d-4bb7-804b-c6064319a0f7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-02T07:05:40.893Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-02T07:05:40.894Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-02T07:05:41.036Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-02T07:05:41.040Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6f324d27-0c3d-4bb7-804b-c6064319a0f7 110870 2022-10-02T07:05:41.041Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-02T07:05:41.041Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-02T07:05:41.041Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-02T07:05:41.042Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:05:41.044Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:05:41.044Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694341041, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:05:41.144Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:05:41.145Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:05:41.145Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:05:41.154Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:05:41.154Z||pool-138-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:05:42.045Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-02T07:05:42.046Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-02T07:05:42.046Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6f324d27-0c3d-4bb7-804b-c6064319a0f7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-02T07:05:42.046Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-10-02T07:05:42.047Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-02T07:05:42.047Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-02T07:05:42.236Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10055062602455702446/Definitions/service-TestPnfMacro-template.yml 2022-10-02T07:05:43.082Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-02T07:05:43.082Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-02T07:05:43.083Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-02T07:05:43.083Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-02T07:05:43.083Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-02T07:05:43.083Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-02T07:05:43.083Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-02T07:05:43.084Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-02T07:05:43.084Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-02T07:05:43.084Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-02T07:05:43.084Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-02T07:05:43.084Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-02T07:05:43.084Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:05:43.085Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:05:43.085Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-02T07:05:43.085Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-02T07:05:43.085Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T07:05:43.086Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:05:43.086Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:05:43.086Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-02T07:05:43.086Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-02T07:05:43.086Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-02T07:05:43.087Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:05:43.087Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:05:43.087Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:05:43.087Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:05:43.087Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:05:43.088Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:05:43.088Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:05:43.088Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:05:43.088Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:05:43.088Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:05:43.089Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:9e27dc4a-102a-4b7d-a5ad-6c40d1486999 Model Version:NULL Model InvariantUuid:dfc4667d-d2a8-4ba3-9367-1bcea3385ef6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-02T07:05:44.031Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1babc4c7-44c2-4a6d-ad7a-45e7284835b5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T07:05:44.034Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||test-pnf 0 2022-10-02T07:05:44.034Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1babc4c7-44c2-4a6d-ad7a-45e7284835b5 2022-10-02T07:05:44.034Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 9e27dc4a-102a-4b7d-a5ad-6c40d1486999 2022-10-02T07:05:44.035Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9e27dc4a-102a-4b7d-a5ad-6c40d1486999 2022-10-02T07:05:44.035Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1babc4c7-44c2-4a6d-ad7a-45e7284835b5 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T07:05:44.039Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6dcc0330, org.onap.sdc.toscaparser.api.parameters.Input@6b968780, org.onap.sdc.toscaparser.api.parameters.Input@40723391, org.onap.sdc.toscaparser.api.parameters.Input@312e46ed, org.onap.sdc.toscaparser.api.parameters.Input@3c76167b] 2022-10-02T07:05:44.039Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:05:44.039Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:05:44.040Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9e27dc4a-102a-4b7d-a5ad-6c40d1486999: test-pnf 2022-10-02T07:05:44.040Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||Processing PNF resource: 1babc4c7-44c2-4a6d-ad7a-45e7284835b5 2022-10-02T07:05:44.040Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-02T07:05:44.041Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-02T07:05:44.041Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||Resource customization UUID: 2433a5db-82c1-43d2-bffc-2e51711cdaad is the same as notified resource customizationUUID: 2433a5db-82c1-43d2-bffc-2e51711cdaad Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-10-02T07:05:44.074Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1babc4c7-44c2-4a6d-ad7a-45e7284835b5 0 ASDC deployResourceStructure 2022-10-02T07:05:44.074Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-02T07:05:44.075Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-02T07:05:44.075Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-02T07:05:44.075Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:05:44.077Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:05:44.077Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694344074, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:05:44.177Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:05:44.178Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:05:44.178Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:05:44.188Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:05:44.188Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-02T07:05:45.077Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:05:45.089Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-02T07:05:45.091Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-02T07:05:45.091Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-02T07:05:45.092Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-02T07:05:45.092Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-02T07:05:45.092Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:05:45.092Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:05:45.092Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:05:45.092Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:05:45.092Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:05:45.092Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-02T07:05:45.092Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-02T07:05:45.097Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-02T07:06:15.098Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-02T07:06:15.104Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed and serviceModelVersionId: 9e27dc4a-102a-4b7d-a5ad-6c40d1486999 2022-10-02T07:06:15.104Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dfc4667d-d2a8-4ba3-9367-1bcea3385ef6 2022-10-02T07:06:15.105Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dfc4667d-d2a8-4ba3-9367-1bcea3385ef6/model-vers/model-ver/9e27dc4a-102a-4b7d-a5ad-6c40d1486999?depth=0 2022-10-02T07:06:15.109Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-02T07:06:15.145Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfc4667d-d2a8-4ba3-9367-1bcea3385ef6/model-vers/model-ver/9e27dc4a-102a-4b7d-a5ad-6c40d1486999?depth=0|INFO|500||Invoke 2022-10-02T07:06:15.145Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfc4667d-d2a8-4ba3-9367-1bcea3385ef6/model-vers/model-ver/9e27dc4a-102a-4b7d-a5ad-6c40d1486999?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfc4667d-d2a8-4ba3-9367-1bcea3385ef6/model-vers/model-ver/9e27dc4a-102a-4b7d-a5ad-6c40d1486999?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b59e82f-4a8d-4374-aa87-aaf87f48a3ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a174c79-76e6-4a2b-858f-5ebee75adb48], X-ECOMP-RequestID=[1b59e82f-4a8d-4374-aa87-aaf87f48a3ed], X-TransactionId=[], X-ONAP-RequestID=[1b59e82f-4a8d-4374-aa87-aaf87f48a3ed], Content-Type=[application/merge-patch+json]} 2022-10-02T07:06:15.165Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfc4667d-d2a8-4ba3-9367-1bcea3385ef6/model-vers/model-ver/9e27dc4a-102a-4b7d-a5ad-6c40d1486999?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-02T07:06:15.303Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfc4667d-d2a8-4ba3-9367-1bcea3385ef6/model-vers/model-ver/9e27dc4a-102a-4b7d-a5ad-6c40d1486999?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/dfc4667d-d2a8-4ba3-9367-1bcea3385ef6/model-vers/model-ver/9e27dc4a-102a-4b7d-a5ad-6c40d1486999?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221002-07:06:16:020-6649], vertex-id=[213064], Content-Length=[0], Date=[Sun, 02 Oct 2022 07:06:16 GMT], Content-Type=[application/json]} 2022-10-02T07:06:15.303Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfc4667d-d2a8-4ba3-9367-1bcea3385ef6/model-vers/model-ver/9e27dc4a-102a-4b7d-a5ad-6c40d1486999?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-02T07:06:15.304Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfc4667d-d2a8-4ba3-9367-1bcea3385ef6/model-vers/model-ver/9e27dc4a-102a-4b7d-a5ad-6c40d1486999?depth=0|INFO|500||InvokeReturn 2022-10-02T07:06:15.304Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-02T07:06:15.304Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-02T07:06:15.309Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-02T07:06:15.309Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b59e82f-4a8d-4374-aa87-aaf87f48a3ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-02T07:06:15.309Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-02T07:06:15.310Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-02T07:06:15.312Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-02T07:06:15.312Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694375309, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T07:06:15.413Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-02T07:06:15.413Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-02T07:06:15.414Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:06:15.428Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:06:15.428Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-02T07:06:16.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:06:16.327Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:06:16.327Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:06:25.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:06:25.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:06:25.880Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:06:25.880Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:06:35.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:06:35.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:06:35.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:06:35.431Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:06:40.534Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:06:40.535Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:06:40.536Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:06:40.568Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:06:40.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:06:40.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-02T07:06:40.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-02T07:06:40.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:06:40.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-02T07:06:40.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:06:40.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:06:40.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:06:40.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694290727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:06:40.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:06:40.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694293180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-02T07:06:40.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:06:40.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694294248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-02T07:06:40.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:06:40.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694295353, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-02T07:06:40.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:06:40.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694296489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-02T07:06:40.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:06:40.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694297494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-02T07:06:40.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:06:40.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694298498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-02T07:06:40.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:06:40.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694299502, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:06:40.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:06:40.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "073cffe2-2aa2-4d09-929a-6e0983111631", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694330797, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T07:06:40.577Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:06:40.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:06:40.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-02T07:06:40.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-02T07:06:40.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-02T07:06:40.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-02T07:06:40.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:06:40.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-02T07:06:40.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-02T07:06:40.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:40.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-02T07:06:40.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694277929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-02T07:06:40.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-02T07:06:44.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:06:44.973Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:06:44.974Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:06:44.974Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:06:54.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:06:54.511Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:06:54.512Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:06:54.512Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:07:04.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:07:40.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:07:40.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:07:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:07:40.533Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:07:40.534Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:07:40.534Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:07:41.058Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:07:41.059Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-02T07:07:41.059Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694341041, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-02T07:07:41.060Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:07:41.060Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-02T07:07:41.060Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694344074, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-02T07:07:41.060Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:07:41.060Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-02T07:07:41.060Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b59e82f-4a8d-4374-aa87-aaf87f48a3ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664694375309, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-02T07:07:41.060Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-02T07:07:50.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:08:40.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:08:40.528Z||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-10-02T07:08:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:08:40.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:08:40.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:08:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:08:50.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:08:50.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:09:40.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:09:40.528Z||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-10-02T07:09:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:09:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:09:40.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:09:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:09:50.087Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:09:50.089Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:10:40.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:10:40.528Z||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-10-02T07:10:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:10:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:10:40.533Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:10:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:10:50.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:10:50.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:11:40.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:11:40.528Z||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-10-02T07:11:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:11:40.533Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:11:40.534Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:11:40.534Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:11:50.072Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:11:50.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:12:40.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:12:40.528Z||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-10-02T07:12:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:12:40.533Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:12:40.533Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:12:40.534Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:12:50.087Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:12:50.100Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:13:40.528Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:13:40.529Z||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-10-02T07:13:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:13:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:13:40.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:13:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:13:50.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:13:50.067Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:14:40.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:14:40.529Z||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-10-02T07:14:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:14:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:14:40.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:14:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:14:50.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:14:50.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:15:40.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:15:40.528Z||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-10-02T07:15:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:15:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:15:40.534Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:15:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:15:50.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:15:50.070Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:16:40.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:16:40.528Z||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-10-02T07:16:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:16:40.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:16:40.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:16:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:16:50.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:16:50.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:17:40.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:17:40.528Z||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-10-02T07:17:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:17:40.533Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:17:40.534Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:17:40.534Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:17:50.086Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:17:50.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:18:40.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:18:40.528Z||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-10-02T07:18:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:18:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:18:40.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:18:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:18:50.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:18:50.084Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:19:40.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:19:40.528Z||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-10-02T07:19:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:19:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:19:40.533Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:19:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:19:50.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:19:50.100Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:20:40.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:20:40.528Z||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-10-02T07:20:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:20:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:20:40.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:20:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:20:50.085Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:20:50.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:21:40.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:21:40.529Z||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-10-02T07:21:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:21:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:21:40.534Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:21:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:21:50.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:21:50.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:22:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:22:40.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:22:40.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:22:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:22:40.534Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:22:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:22:50.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:22:50.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:23:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:23:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:23:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:23:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:23:40.534Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:23:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:23:50.087Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:23:50.088Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:24:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:24:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:24:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:24:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:24:40.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:24:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:24:50.085Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:24:50.101Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:25:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:25:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:25:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:25:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:25:40.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:25:40.533Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:25:50.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:25:50.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:26:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:26:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:26:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:26:40.533Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:26:40.534Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:26:40.534Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:26:50.084Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:26:50.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:27:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:27:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:27:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:27:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:27:40.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:27:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:27:50.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:27:50.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:28:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:28:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:28:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:28:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:28:40.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:28:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:28:50.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:28:50.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:29:40.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:29:40.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:29:40.531Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:29:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:29:40.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:29:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:29:50.093Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:29:50.093Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:30:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:30:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:30:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:30:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:30:40.534Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:30:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:30:50.108Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:30:50.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:31:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:31:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:31:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:31:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:31:40.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:31:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:31:50.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:31:50.096Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:32:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:32:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:32:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:32:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:32:40.533Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:32:40.533Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:32:50.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:32:50.087Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:33:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:33:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:33:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:33:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:33:40.533Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:33:40.533Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:33:50.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:33:50.071Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:34:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:34:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:34:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:34:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:34:40.533Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:34:40.533Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:34:50.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:34:50.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:35:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:35:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:35:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:35:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:35:40.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:35:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:35:50.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:35:50.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:36:40.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:36:40.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:36:40.532Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:36:40.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:36:40.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:36:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:36:50.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:36:50.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:37:40.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:37:40.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:37:40.530Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:37:40.533Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:37:40.534Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:37:40.534Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:37:50.094Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:37:50.094Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:38:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:38:40.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:38:40.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:38:40.533Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:38:40.534Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:38:40.534Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:38:50.074Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:38:50.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:39:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:39:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:39:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ... 2022-10-02T07:39:40.533Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:39:40.533Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:39:40.534Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:39:50.083Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:39:50.084Z|6063e89f-a34a-4ff5-b4e8-3903b3b3d151|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:40:40.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:40:40.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:40:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:40:40.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:40:40.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:40:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:40:50.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:40:50.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:41:40.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:41:40.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:41:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:41:40.533Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:41:40.533Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:41:40.534Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:41:50.073Z|1b59e82f-4a8d-4374-aa87-aaf87f48a3ed|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:41:50.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:42:40.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:42:40.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:42:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:42:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:42:40.534Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:42:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:42:50.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:42:50.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:43:40.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:43:40.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:43:40.528Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:43:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:43:40.534Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:43:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:43:50.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:43:50.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:44:40.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:44:40.529Z||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-10-02T07:44:40.529Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:44:40.534Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:44:40.535Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:44:40.535Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:44:50.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:44:50.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:45:40.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:45:40.529Z||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-10-02T07:45:40.530Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:45:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-02T07:45:40.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-02T07:45:40.534Z||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 EmMhSaYdcTVZC5bE) ... 2022-10-02T07:45:50.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-02T07:45:50.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK